aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Initial integration of Trace from UE5 via the --zentrace=y xmake configMartin Ridgers2021-11-181-0/+8
* | Submitted some debug printing in errorMartin Ridgers2021-11-171-1/+0
* | Enabled the use-of-undefined-preprocessor macro warningMartin Ridgers2021-11-171-0/+7
* | Added a "zenmesh" config optionMartin Ridgers2021-11-171-0/+7
* | Convert remaining xmake config options to set the define by has_config()Martin Ridgers2021-11-171-3/+3
* | Moved compute xmake config option out of the is-windows blockMartin Ridgers2021-11-171-7/+7
* | Turned USE_SENTRY and ZEN_MIMALLOC into xmake config optionsMartin Ridgers2021-11-171-2/+19
* | Added Curl's vcpkg:openssl dependency to xmake scriptsMartin Ridgers2021-11-111-0/+1
* | Sort alphabetically and removed trailing whitespaceMartin Ridgers2021-11-031-18/+19
* | Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES defineMartin Ridgers2021-11-031-0/+7
* | Prevent GetObject from being defined as a macro by Windows.hMartin Ridgers2021-10-251-0/+1
* | Define NOMINMAX and WIN32_MEAN_AND_LEAN via xmake.lua tooMartin Ridgers2021-10-251-0/+2
* | Reanbled unused-parameters/variables warnings on LinuxMartin Ridgers2021-10-251-2/+0
* | Disabled unused-value warning as it fires at ZEN_UNUSED() sitesMartin Ridgers2021-10-251-0/+1
* | Moved Vfs and Httpsys build options into a Windows-only blockMartin Ridgers2021-10-251-12/+12
* | Made httpsys xmake option Windows onlyMartin Ridgers2021-10-251-6/+8
* | Merged mainMartin Ridgers2021-10-151-4/+1
|\|
| * asio HTTP implementation (#23)Stefan Boberg2021-10-141-4/+1
* | Disabled warning about missing initializersMartin Ridgers2021-10-151-0/+1
* | Moved Windows-only defines to the is("windows") xmake blockMartin Ridgers2021-10-151-3/+7
* | Removed `-fshort-wchar` compiler flag on LinuxMartin Ridgers2021-10-011-1/+0
* | Global compile flags when building on LinuxMartin Ridgers2021-09-291-0/+8
|/
* Added map file generation option (commented out by default)Stefan Boberg2021-09-221-0/+1
* Made mimalloc enable/disable visible in xmake fileStefan Boberg2021-09-201-0/+1
* Added testing.h to wrap doctest.hStefan Boberg2021-09-201-0/+6
* Added zenstore-test test driver for zenstore testsStefan Boberg2021-09-191-1/+2
* Added UNICODE and defined _WIN32_WINNT to match the slnStefan Boberg2021-09-171-1/+1
* Merge mainMartin Ridgers2021-09-151-3/+14
|\
| * Added beginnings of a uWS http front-endStefan Boberg2021-09-101-1/+4
| * Attempted to tweak option defaults, they still don't quite work the way I wou...Stefan Boberg2021-09-091-0/+1
| * Improved VFS feature toggle logicStefan Boberg2021-09-091-2/+8
| * Factored out http server related code into zenhttp module since it feels out ...Stefan Boberg2021-09-091-0/+1
* | Define _CRT_SECURE_NO_WARNINGSMartin Ridgers2021-09-141-0/+4
|/
* Further xmake file cleanupStefan Boberg2021-09-071-11/+13
* Restructured xmake filesStefan Boberg2021-09-061-9/+26
* Added zenserver-test xmake fileStefan Boberg2021-09-051-2/+3
* xmake build files (experimental)Stefan Boberg2021-09-041-0/+34