aboutsummaryrefslogtreecommitdiff
path: root/src/zen/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* add sentry for zen command (#373)Dan Engelbrecht2025-05-061-1/+3
| | | | * refactor sentry integration and add to zen command line tool * move add_ldflags("-framework Security")
* move cachedisklayer and structuredcachestore into zenstore (#624)Stefan Boberg2023-12-191-1/+1
|
* package dependency clean-ups (#531)Stefan Boberg2023-11-131-1/+1
| | | | | | | | | | this change just cleans up dependency declarations in xmake.lua files, discovered while exploring a more to xrepo which catches dependency problems since it will not just place all includes in a single directory, unlike vcpkg. * removed spurious asio dependency from zenserver-test * removed rocksdb reference * add missing asio package dependency * removed catch2 reference (no longer available) * added explicit cpr reference * made some zencore package dependencies public (this is necessary because some public zencore headers pull in package headers. If you use a more strict package manager than vcpkg then you get compilation errors whenever these includes are pulled in unless you declare the dependency explicitly)
* removed zstd references (#521)Stefan Boberg2023-11-081-2/+1
|
* experimental pluggable transport support (#436)Stefan Boberg2023-10-101-1/+1
| | | this change adds a `--http=plugin` mode where we support pluggable transports. Currently this defaults to a barebones blocking winsock implementation but there is also support for dynamic loading of transport plugins, which will be further developed in the near future.
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+31
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees