aboutsummaryrefslogtreecommitdiff
path: root/zencore/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* Add catch2 support (#101)Stefan Boberg2022-05-201-0/+1
| | | | | | | Added option to use catch2 for unit tests Currently both doctest and catch2 are supported via some compatibility macros. doctest is the default, and ZEN_USE_CATCH2 needs to be defined to switch to catch2. Our goal is to evaluate how well catch2 works and switch to catch2 if everything pans out since UE5 now supports using catch2 for unit tests.
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
|
* Blake3 for Mac Arm64Martin Ridgers2022-01-131-1/+5
|
* Added a build of BLAKE3 for MacMartin Ridgers2022-01-051-0/+2
|
* Oodle for MacMartin Ridgers2022-01-051-0/+3
|
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-151-0/+2
|
* Setting include dir paths under an option does not work in xmake >=2.6Martin Ridgers2021-12-151-0/+1
|
* Include header files when generating solution.Per Larsson2021-12-141-0/+1
|
* Moved librt dependency specification to zencore/xmake.luaMartin Ridgers2021-11-241-0/+4
|
* Initial integration of Trace from UE5 via the --zentrace=y xmake configMartin Ridgers2021-11-181-0/+1
|
* libcrypto links again libdl so the latter also needs careful handling in xmakeMartin Ridgers2021-11-151-1/+2
|
* Fixed OpenSSL link errors (xmake-related, see comment)Martin Ridgers2021-11-151-0/+15
|
* Use add_syslinks() instead of add_link() for system librariesMartin Ridgers2021-11-121-1/+1
|
* Added Curl's vcpkg:openssl dependency to xmake scriptsMartin Ridgers2021-11-111-0/+1
|
* Merged mainMartin Ridgers2021-11-091-5/+5
|\
| * Renamed 3rdparty -> thirdparty for legal complianceStefan Boberg2021-11-041-2/+2
| |
* | Merged mainMartin Ridgers2021-11-011-1/+1
|\|
| * Added missing link-time dependencies to xmake.lua scriptsMartin Ridgers2021-11-011-0/+2
| |
* | Fixed undefined mimalloc symbolsMartin Ridgers2021-10-071-0/+1
| |
* | Fixed link error when building with xmakeMartin Ridgers2021-09-291-0/+1
| |
* | Set the link dirs and libs that zencore needs on LinuxMartin Ridgers2021-09-291-1/+10
| |
* | $(projectdir) is a little more robust than ..Martin Ridgers2021-09-291-1/+1
| |
* | Changed an include path from backslashes to forward slashesMartin Ridgers2021-09-291-1/+1
|/
* Restructured xmake filesStefan Boberg2021-09-061-1/+11
| | | | Mostly: moved dependencies to the module which introduces them
* xmake build files (experimental)Stefan Boberg2021-09-041-0/+6