aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/cpr/package-build
Commit message (Collapse)AuthorAgeFilesLines
* remove CPR HTTP client backend (#894)Stefan Boberg4 days9-148/+0
| | | CPR is no longer needed now that HttpClient has fully transitioned to raw libcurl. This removes the CPR library, its build integration, implementation files, and all conditional compilation guards, leaving curl as the sole HTTP client backend.
* move cpr in-tree (#605)Stefan Boberg2025-10-249-0/+148
* 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)