aboutsummaryrefslogtreecommitdiff
path: root/zenserver/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-60/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* tweaks for enabling unity buildsStefan Boberg2023-04-191-1/+3
| | | | | | | | | | mostly changes to make sure anonymous namespaces don't clash and a change to avoid windows headers from leaking into other compilation units unity builds are not yet enabled by default, but can be enabled by uncommenting this line in the root `xmake.lua` ``` --add_rules("c++.unity_build") ```
* Commented out breakpad_client xmake.lua adjustment - not applicable yetMartin Ridgers2023-02-031-0/+3
| | | | | | Later baselines of vcpkg will change to a newer version of sentry-native that will produce libbreakpad_client. This block of xmake script will then be required to coerce xmake to order libraries correctly
* Fixed symbol resolution error because xmake reverses dependent librariesMartin Ridgers2023-02-021-0/+8
|
* removed dead/experimental file system related codeStefan Boberg2023-01-241-1/+0
|
* Added version information to server executable (#215)Stefan Boberg2023-01-241-0/+1
| | | | | This change adds some version and product information to the Windows executable, in order to make it easier for users to understand the purpose of the zenserver.exe process when they see it in Task Manager and on disk It also adds back the executable icon which was lost when we transitioned from the previous sln build process
* Enable Horde compute code on Linux & Mac (#61)Joe Kirchoff2022-03-221-0/+1
|
* xmake's del_files() has been deprecatedMartin Ridgers2022-03-021-1/+1
|
* Added copyright headers to xmake.lua scriptsMartin Ridgers2022-01-201-0/+2
|
* Required linker frameworks on Mac for zenserverMartin Ridgers2022-01-111-0/+10
|
* Sorted packages as sorted lists merge more reliablyMartin Ridgers2022-01-111-5/+5
|
* Consolidated two add_packages() callsMartin Ridgers2022-01-111-4/+2
|
* Added preprocessing config file and removed Visual Studio files.Per Larsson2021-12-151-14/+0
|
* Include header files when generating solution.Per Larsson2021-12-141-0/+1
|
* Merged main.Per Larsson2021-12-141-2/+2
|\
| * Merged mainMartin Ridgers2021-12-081-1/+0
| |\
| * | Silenced version spamMartin Ridgers2021-11-171-2/+1
| | |
| * | libcrypto links again libdl so the latter also needs careful handling in xmakeMartin Ridgers2021-11-151-4/+0
| | |
| * | Fixed dlopen/close() unresolved symbolsMartin Ridgers2021-11-121-0/+4
| | |
| * | Add compute xmake option to zenserver/xmake.luaMartin Ridgers2021-11-031-0/+1
| | |
* | | Merged main.Per Larsson2021-12-091-1/+0
|\ \ \ | | |/ | |/|
| * | Address review feedback and fix issue when deploying.Zousar Shaker2021-11-291-1/+0
| |/
* / Moved GC to background thread and added endpoint to trigger/status GC.Per Larsson2021-11-291-1/+2
|/
* asio HTTP implementation (#23)Stefan Boberg2021-10-141-1/+1
| | | asio-based HTTP implementation
* Merged from upstreamStefan Boberg2021-10-051-0/+15
|
* Implemented basics for Windows server support (not yet 100% - needs to ↵Stefan Boberg2021-09-171-0/+2
| | | | properly report service state etc to the OS)
* Added beginnings of a uWS http front-endStefan Boberg2021-09-101-1/+2
|
* Factored out http server related code into zenhttp module since it feels out ↵Stefan Boberg2021-09-091-1/+1
| | | | of place in zencore
* Further xmake file cleanupStefan Boberg2021-09-071-1/+7
|
* Restructured xmake filesStefan Boberg2021-09-061-1/+8
| | | | Mostly: moved dependencies to the module which introduces them
* xmake build files (experimental)Stefan Boberg2021-09-041-0/+18