aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| | | | | | asio-based HTTP implementation
* | 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
| | | | Provides no real abstraction right now but may in the future. This is introduced primarily to enable centralised configuration of whether tests should be included or not
* 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 ↵Stefan Boberg2021-09-091-0/+1
| | | | | | | | would like but I'll submit it anyway
| * 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
| | | | | | | | of place in zencore
* | 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
| | | | Mostly: moved dependencies to the module which introduces them
* Added zenserver-test xmake fileStefan Boberg2021-09-051-2/+3
|
* xmake build files (experimental)Stefan Boberg2021-09-041-0/+34