| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -61/+0 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | removed catch2 (#241) | Stefan Boberg | 2023-03-07 | 1 | -1/+0 |
| | | | | removed catch2 since it's de facto not supported due to the lack of multithreading support | ||||
| * | Removed unused add_link() call | Martin Ridgers | 2023-02-02 | 1 | -1/+0 |
| | | | | | | The blake3 library is now provided by vcpkg and marked as a dependency via the add_package() call. | ||||
| * | Use BLAKE3 port from vcpkg (#141) | Stefan Boberg | 2022-09-20 | 1 | -17/+10 |
| | | | | | use BLAKE3 port from vcpkg instead of in-tree binaries | ||||
| * | add macos builds (#133) | Dan Engelbrecht | 2022-06-24 | 1 | -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 main | Stefan Boberg | 2022-06-16 | 1 | -0/+4 |
| | | |||||
| * | Added option to use Catch2 framework for tests | Stefan Boberg | 2022-04-05 | 1 | -0/+1 |
| | | |||||
| * | 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 |