aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* asio HTTP implementation (#23)Stefan Boberg2021-10-141-4/+1
| | | asio-based HTTP implementation
* 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