| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add catch2 support (#101) | Stefan Boberg | 2022-05-20 | 1 | -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 scripts | Martin Ridgers | 2022-01-20 | 1 | -0/+2 |
| | | |||||
| * | Blake3 for Mac Arm64 | Martin Ridgers | 2022-01-13 | 1 | -1/+5 |
| | | |||||
| * | Added a build of BLAKE3 for Mac | Martin Ridgers | 2022-01-05 | 1 | -0/+2 |
| | | |||||
| * | Oodle for Mac | Martin Ridgers | 2022-01-05 | 1 | -0/+3 |
| | | |||||
| * | Added preprocessing config file and removed Visual Studio files. | Per Larsson | 2021-12-15 | 1 | -0/+2 |
| | | |||||
| * | Setting include dir paths under an option does not work in xmake >=2.6 | Martin Ridgers | 2021-12-15 | 1 | -0/+1 |
| | | |||||
| * | Include header files when generating solution. | Per Larsson | 2021-12-14 | 1 | -0/+1 |
| | | |||||
| * | Moved librt dependency specification to zencore/xmake.lua | Martin Ridgers | 2021-11-24 | 1 | -0/+4 |
| | | |||||
| * | Initial integration of Trace from UE5 via the --zentrace=y xmake config | Martin Ridgers | 2021-11-18 | 1 | -0/+1 |
| | | |||||
| * | libcrypto links again libdl so the latter also needs careful handling in xmake | Martin Ridgers | 2021-11-15 | 1 | -1/+2 |
| | | |||||
| * | Fixed OpenSSL link errors (xmake-related, see comment) | Martin Ridgers | 2021-11-15 | 1 | -0/+15 |
| | | |||||
| * | Use add_syslinks() instead of add_link() for system libraries | Martin Ridgers | 2021-11-12 | 1 | -1/+1 |
| | | |||||
| * | Added Curl's vcpkg:openssl dependency to xmake scripts | Martin Ridgers | 2021-11-11 | 1 | -0/+1 |
| | | |||||
| * | Merged main | Martin Ridgers | 2021-11-09 | 1 | -5/+5 |
| |\ | |||||
| | * | Renamed 3rdparty -> thirdparty for legal compliance | Stefan Boberg | 2021-11-04 | 1 | -2/+2 |
| | | | |||||
| * | | Merged main | Martin Ridgers | 2021-11-01 | 1 | -1/+1 |
| |\| | |||||
| | * | Added missing link-time dependencies to xmake.lua scripts | Martin Ridgers | 2021-11-01 | 1 | -0/+2 |
| | | | |||||
| * | | Fixed undefined mimalloc symbols | Martin Ridgers | 2021-10-07 | 1 | -0/+1 |
| | | | |||||
| * | | Fixed link error when building with xmake | Martin Ridgers | 2021-09-29 | 1 | -0/+1 |
| | | | |||||
| * | | Set the link dirs and libs that zencore needs on Linux | Martin Ridgers | 2021-09-29 | 1 | -1/+10 |
| | | | |||||
| * | | $(projectdir) is a little more robust than .. | Martin Ridgers | 2021-09-29 | 1 | -1/+1 |
| | | | |||||
| * | | Changed an include path from backslashes to forward slashes | Martin Ridgers | 2021-09-29 | 1 | -1/+1 |
| |/ | |||||
| * | Restructured xmake files | Stefan Boberg | 2021-09-06 | 1 | -1/+11 |
| | | | | | Mostly: moved dependencies to the module which introduces them | ||||
| * | xmake build files (experimental) | Stefan Boberg | 2021-09-04 | 1 | -0/+6 |