aboutsummaryrefslogtreecommitdiff
path: root/zencore/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* Use BLAKE3 port from vcpkg (#141)Stefan Boberg2022-09-201-17/+10
| | | | use BLAKE3 port from vcpkg instead of in-tree binaries
* add macos builds (#133)Dan Engelbrecht2022-06-241-0/+1
| | | | | | | * add macos builds * bump timeout to 15 minutes and add timeout to create-release flow * strip -pre suffix from version when running config * fix pre-release check * bump version
* merged from mainStefan Boberg2022-06-161-0/+4
|
* Added option to use Catch2 framework for testsStefan Boberg2022-04-051-0/+1
|
* 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