aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver-test/projectclient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* make cpr a HttpClient implementation detail (#517)Stefan Boberg2025-09-291-160/+0
| | | | | these changes remove cpr from anything which is not `HttpClient` internals. The goal is to eventually replace cpr with a more direct curl interface to eliminate cpr since it's proven problematic due to their development practices which frequently breaks APIs and prevents us from updating vcpkg. But this PR is limited to refactoring existing cpr code to use `HttpClient` instead.
* Remove ATL header usage (#306)Stefan Boberg2023-05-151-4/+0
| | | ATL has been used here and there as a convenience. Given that this is a legacy component and not always something which gets installed along with the compiler we hereby remove the dependency altogether in favour of our own simple wrappers
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+164
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees