| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added copyright headers to xmake.lua scripts | Martin Ridgers | 2022-01-20 | 1 | -0/+2 |
| | | |||||
| * | Added preprocessing config file and removed Visual Studio files. | Per Larsson | 2021-12-15 | 2 | -127/+0 |
| | | |||||
| * | Include header files when generating solution. | Per Larsson | 2021-12-14 | 1 | -1/+2 |
| | | |||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -9/+11 |
| | | | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly. | ||||
| * | Added namespace scopes to more includes for better consistency | Stefan Boberg | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | clang-format fixes | Stefan Boberg | 2021-09-16 | 1 | -1/+1 |
| | | |||||
| * | Added explicit logging initialization to main() of standalone executables, ↵ | Stefan Boberg | 2021-09-15 | 1 | -1/+3 |
| | | | | | to make things work with the new default logger shadowing changes | ||||
| * | Further xmake file cleanup | Stefan Boberg | 2021-09-07 | 1 | -0/+1 |
| | | |||||
| * | Restructured xmake files | Stefan Boberg | 2021-09-06 | 1 | -3/+0 |
| | | | | | Mostly: moved dependencies to the module which introduces them | ||||
| * | xmake build files (experimental) | Stefan Boberg | 2021-09-04 | 1 | -0/+7 |
| | | |||||
| * | Cleaned up project configuration | Stefan Boberg | 2021-09-03 | 1 | -2/+0 |
| | | | | | zencore, zenutil and zenstore now declare their public include directories which ends up getting added to any dependent projects | ||||
| * | Use vcpkg --overlay-ports to handle asio | Joe Kirchoff | 2021-05-19 | 1 | -0/+2 |
| | | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 4 | -0/+158 |