aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
Commit message (Expand)AuthorAgeFilesLines
* fix return code on tests (#284)Dan Engelbrecht2023-05-101-1/+1
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-7/+7
* fix sentry report callstack (#256)Dan Engelbrecht2023-04-251-0/+1
* fixed dashboard file serving bug (#255)Stefan Boberg2023-04-241-0/+2
* tweaks for enabling unity buildsStefan Boberg2023-04-191-0/+1
* lock cxxopts to v3.0.0 for nowStefan Boberg2023-03-271-1/+1
* removed catch2 (#241)Stefan Boberg2023-03-071-8/+0
* junit test reporting (#239)Dan Engelbrecht2023-02-231-9/+49
* added `xmake sln` task which replaces `generate_projects.bat`Stefan Boberg2023-02-011-0/+9
* mergeStefan Boberg2023-01-261-14/+9
|\
| * removed HttpLaunchService and related codeStefan Boberg2023-01-241-7/+0
| * removed faux vfs config optionStefan Boberg2023-01-241-8/+0
| * added precommit taskStefan Boberg2023-01-241-0/+9
* | removed experimental mesh codeStefan Boberg2023-01-261-8/+0
|/
* Use BLAKE3 port from vcpkg (#141)Stefan Boberg2022-09-201-0/+1
* Make cas storage an hidden implementation detail of CidStore (#130)v0.1.4-pre6v0.1.4-pre5Dan Engelbrecht2022-06-171-1/+1
* merged from mainStefan Boberg2022-06-161-3/+0
* build: added catch2 optionStefan Boberg2022-06-101-1/+11
* Update xmake.luaStefan Boberg2022-06-071-1/+1
* remove debug printDan Engelbrecht2022-06-021-1/+0
* move envv0.1.2-pre1Dan Engelbrecht2022-06-021-1/+1
* add debug print for nowv0.1.2-pre0Dan Engelbrecht2022-06-021-0/+1
* pick up version number from env variable set by githubDan Engelbrecht2022-06-021-1/+3
* Bump version and update changelogDan Engelbrecht2022-06-021-1/+1
* Add catch2 support (#101)Stefan Boberg2022-05-201-0/+1
* added xmake file for zentest-appstubStefan Boberg2022-03-231-0/+1
* Enable Horde compute code on Linux & Mac (#61)Joe Kirchoff2022-03-221-1/+8
* Align what GCC and Clang allow for switch cases to what MSVC allowsMartin Ridgers2022-02-211-0/+1
* Disabled unused lambda-capture/local-variable warnings to lessen maintenance ...Martin Ridgers2022-02-041-0/+2
* TraceInit can now be initialized with "None" tracing modeStefan Boberg2022-01-301-1/+1
* Moved bundle.lua to scripts/bundle.lua to keep root cleanMartin Ridgers2022-01-201-1/+1
* Tidied bundle task's description as it will support all platformsMartin Ridgers2022-01-201-1/+1
* Moved 'xmake bundle' implementation into bundle.luaMartin Ridgers2022-01-201-81/+4
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
* Disabled mimalloc on Mac-Arm64 as vcpkg doesn't support itMartin Ridgers2022-01-141-7/+7
* Fixed up compile errors if mimalloc use is disabledMartin Ridgers2022-01-141-1/+1
* Disabled Sentry on Arm as vcpkg does not support itMartin Ridgers2022-01-141-7/+14
* Added ZEN_ prefix to define for consistencyMartin Ridgers2022-01-131-1/+1
* Issue warning if xmake bundle is run on non-WindowsMartin Ridgers2022-01-131-0/+4
* Fixed 'xmake test' using the wrong architecture value on non-WindowsMartin Ridgers2022-01-131-1/+8
* Disable warning about unused member variablesMartin Ridgers2022-01-071-0/+1
* Sorted lists merge betterMartin Ridgers2022-01-071-2/+2
* Add compiler flags for GCC-compatible toolchains on Mac tooMartin Ridgers2022-01-051-1/+1
* Run tests via xmake instead of executing target.Per Larsson2022-01-031-24/+18
* A little better bundle task with trace support.Per Larsson2021-12-161-39/+75
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-151-0/+3
* Added runtest xmake task.Per Larsson2021-12-151-0/+45
* Setting include dir paths under an option does not work in xmake >=2.6Martin Ridgers2021-12-151-1/+0
* Merged mainMartin Ridgers2021-11-251-0/+50
|\
| * Added bundle xmake task.Per Larsson2021-11-241-0/+50