aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver-test/xmake.lua
Commit message (Collapse)AuthorAgeFilesLines
* in-tree: mimalloc (zen-repo package)Stefan Boberg2025-10-251-1/+1
|
* in-tree: http-parser (in-tree xrepo package)Stefan Boberg2025-10-251-1/+1
|
* move cpr in-tree (#605)Stefan Boberg2025-10-241-1/+1
| | | | | | * added cpr 1.10.5 in-tree to allow updates to vcpkg without breaking the build * added asio 1.29.0 in-tree to remove one more vcpkg dependency * bumped vcpkg to 2024.06.15 to address failure to build due to use of deprecated binaries in vcpkg (404 error: `https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.1.0-1-any.pkg.tar.zst` during build)
* cacherequests helpers test only (#551)Dan Engelbrecht2025-10-031-1/+1
| | | | * don't use cacherequests utils in cache_cmd.cpp * make zenutil/cacherequests code into test code helpers only
* move zenutil builds code to zenremotestore (#543)Dan Engelbrecht2025-10-031-1/+1
| | | | * move buildstorage implementations to zenremotestore lib * move builds storage to zenremotelib
* 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)
* place tests in own group (for sln) (#488)Stefan Boberg2023-10-201-0/+1
|
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+16
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees