| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -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 builds | Stefan Boberg | 2023-04-19 | 1 | -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 yet | Martin Ridgers | 2023-02-03 | 1 | -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 libraries | Martin Ridgers | 2023-02-02 | 1 | -0/+8 |
| | | |||||
| * | removed dead/experimental file system related code | Stefan Boberg | 2023-01-24 | 1 | -1/+0 |
| | | |||||
| * | Added version information to server executable (#215) | Stefan Boberg | 2023-01-24 | 1 | -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 Kirchoff | 2022-03-22 | 1 | -0/+1 |
| | | |||||
| * | xmake's del_files() has been deprecated | Martin Ridgers | 2022-03-02 | 1 | -1/+1 |
| | | |||||
| * | Added copyright headers to xmake.lua scripts | Martin Ridgers | 2022-01-20 | 1 | -0/+2 |
| | | |||||
| * | Required linker frameworks on Mac for zenserver | Martin Ridgers | 2022-01-11 | 1 | -0/+10 |
| | | |||||
| * | Sorted packages as sorted lists merge more reliably | Martin Ridgers | 2022-01-11 | 1 | -5/+5 |
| | | |||||
| * | Consolidated two add_packages() calls | Martin Ridgers | 2022-01-11 | 1 | -4/+2 |
| | | |||||
| * | Added preprocessing config file and removed Visual Studio files. | Per Larsson | 2021-12-15 | 1 | -14/+0 |
| | | |||||
| * | Include header files when generating solution. | Per Larsson | 2021-12-14 | 1 | -0/+1 |
| | | |||||
| * | Merged main. | Per Larsson | 2021-12-14 | 1 | -2/+2 |
| |\ | |||||
| | * | Merged main | Martin Ridgers | 2021-12-08 | 1 | -1/+0 |
| | |\ | |||||
| | * | | Silenced version spam | Martin Ridgers | 2021-11-17 | 1 | -2/+1 |
| | | | | |||||
| | * | | libcrypto links again libdl so the latter also needs careful handling in xmake | Martin Ridgers | 2021-11-15 | 1 | -4/+0 |
| | | | | |||||
| | * | | Fixed dlopen/close() unresolved symbols | Martin Ridgers | 2021-11-12 | 1 | -0/+4 |
| | | | | |||||
| | * | | Add compute xmake option to zenserver/xmake.lua | Martin Ridgers | 2021-11-03 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merged main. | Per Larsson | 2021-12-09 | 1 | -1/+0 |
| |\ \ \ | | |/ | |/| | |||||
| | * | | Address review feedback and fix issue when deploying. | Zousar Shaker | 2021-11-29 | 1 | -1/+0 |
| | |/ | |||||
| * / | Moved GC to background thread and added endpoint to trigger/status GC. | Per Larsson | 2021-11-29 | 1 | -1/+2 |
| |/ | |||||
| * | asio HTTP implementation (#23) | Stefan Boberg | 2021-10-14 | 1 | -1/+1 |
| | | | | asio-based HTTP implementation | ||||
| * | Merged from upstream | Stefan Boberg | 2021-10-05 | 1 | -0/+15 |
| | | |||||
| * | Implemented basics for Windows server support (not yet 100% - needs to ↵ | Stefan Boberg | 2021-09-17 | 1 | -0/+2 |
| | | | | | properly report service state etc to the OS) | ||||
| * | Added beginnings of a uWS http front-end | Stefan Boberg | 2021-09-10 | 1 | -1/+2 |
| | | |||||
| * | Factored out http server related code into zenhttp module since it feels out ↵ | Stefan Boberg | 2021-09-09 | 1 | -1/+1 |
| | | | | | of place in zencore | ||||
| * | Further xmake file cleanup | Stefan Boberg | 2021-09-07 | 1 | -1/+7 |
| | | |||||
| * | Restructured xmake files | Stefan Boberg | 2021-09-06 | 1 | -1/+8 |
| | | | | | Mostly: moved dependencies to the module which introduces them | ||||
| * | xmake build files (experimental) | Stefan Boberg | 2021-09-04 | 1 | -0/+18 |