| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Turned USE_SENTRY and ZEN_MIMALLOC into xmake config options | Martin Ridgers | 2021-11-17 | 1 | -2/+19 | |
| | | | ||||||
| * | | Added Curl's vcpkg:openssl dependency to xmake scripts | Martin Ridgers | 2021-11-11 | 1 | -0/+1 | |
| | | | ||||||
| * | | Sort alphabetically and removed trailing whitespace | Martin Ridgers | 2021-11-03 | 1 | -18/+19 | |
| | | | ||||||
| * | | Wrapped /apply/ and /exec/ services in a ZEN_WITH_COMPUTE_SERVICES define | Martin Ridgers | 2021-11-03 | 1 | -0/+7 | |
| | | | ||||||
| * | | Prevent GetObject from being defined as a macro by Windows.h | Martin Ridgers | 2021-10-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | Define NOMINMAX and WIN32_MEAN_AND_LEAN via xmake.lua too | Martin Ridgers | 2021-10-25 | 1 | -0/+2 | |
| | | | ||||||
| * | | Reanbled unused-parameters/variables warnings on Linux | Martin Ridgers | 2021-10-25 | 1 | -2/+0 | |
| | | | ||||||
| * | | Disabled unused-value warning as it fires at ZEN_UNUSED() sites | Martin Ridgers | 2021-10-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | Moved Vfs and Httpsys build options into a Windows-only block | Martin Ridgers | 2021-10-25 | 1 | -12/+12 | |
| | | | ||||||
| * | | Made httpsys xmake option Windows only | Martin Ridgers | 2021-10-25 | 1 | -6/+8 | |
| | | | ||||||
| * | | Merged main | Martin Ridgers | 2021-10-15 | 1 | -4/+1 | |
| |\| | ||||||
| | * | asio HTTP implementation (#23) | Stefan Boberg | 2021-10-14 | 1 | -4/+1 | |
| | | | | | | | asio-based HTTP implementation | |||||
| * | | Disabled warning about missing initializers | Martin Ridgers | 2021-10-15 | 1 | -0/+1 | |
| | | | ||||||
| * | | Moved Windows-only defines to the is("windows") xmake block | Martin Ridgers | 2021-10-15 | 1 | -3/+7 | |
| | | | ||||||
| * | | Removed `-fshort-wchar` compiler flag on Linux | Martin Ridgers | 2021-10-01 | 1 | -1/+0 | |
| | | | ||||||
| * | | Global compile flags when building on Linux | Martin Ridgers | 2021-09-29 | 1 | -0/+8 | |
| |/ | ||||||
| * | Added map file generation option (commented out by default) | Stefan Boberg | 2021-09-22 | 1 | -0/+1 | |
| | | ||||||
| * | Made mimalloc enable/disable visible in xmake file | Stefan Boberg | 2021-09-20 | 1 | -0/+1 | |
| | | ||||||
| * | Added testing.h to wrap doctest.h | Stefan Boberg | 2021-09-20 | 1 | -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 tests | Stefan Boberg | 2021-09-19 | 1 | -1/+2 | |
| | | ||||||
| * | Added UNICODE and defined _WIN32_WINNT to match the sln | Stefan Boberg | 2021-09-17 | 1 | -1/+1 | |
| | | ||||||
| * | Merge main | Martin Ridgers | 2021-09-15 | 1 | -3/+14 | |
| |\ | ||||||
| | * | Added beginnings of a uWS http front-end | Stefan Boberg | 2021-09-10 | 1 | -1/+4 | |
| | | | ||||||
| | * | Attempted to tweak option defaults, they still don't quite work the way I ↵ | Stefan Boberg | 2021-09-09 | 1 | -0/+1 | |
| | | | | | | | | | would like but I'll submit it anyway | |||||
| | * | Improved VFS feature toggle logic | Stefan Boberg | 2021-09-09 | 1 | -2/+8 | |
| | | | ||||||
| | * | Factored out http server related code into zenhttp module since it feels out ↵ | Stefan Boberg | 2021-09-09 | 1 | -0/+1 | |
| | | | | | | | | | of place in zencore | |||||
| * | | Define _CRT_SECURE_NO_WARNINGS | Martin Ridgers | 2021-09-14 | 1 | -0/+4 | |
| |/ | ||||||
| * | Further xmake file cleanup | Stefan Boberg | 2021-09-07 | 1 | -11/+13 | |
| | | ||||||
| * | Restructured xmake files | Stefan Boberg | 2021-09-06 | 1 | -9/+26 | |
| | | | | | Mostly: moved dependencies to the module which introduces them | |||||
| * | Added zenserver-test xmake file | Stefan Boberg | 2021-09-05 | 1 | -2/+3 | |
| | | ||||||
| * | xmake build files (experimental) | Stefan Boberg | 2021-09-04 | 1 | -0/+34 | |