]> git.ipfire.org Git - thirdparty/ccache.git/commit
build: Improve build of bundled cxxurl third party dependency
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 24 Mar 2024 10:00:10 +0000 (11:00 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 27 Apr 2024 08:14:29 +0000 (10:14 +0200)
commitf628b169c216145400d839de1e31e1e6abde7d67
tree1e130a2c1c0fccb9e19eb359c6af238dce46d381
parent4ff58a89ade076d9a5e730edb50bf252ae5f1f20
build: Improve build of bundled cxxurl third party dependency
13 files changed:
.clang-format
LICENSE.adoc
src/ccache/CMakeLists.txt
src/ccache/storage/Storage.cpp
src/ccache/storage/remote/FileStorage.hpp
src/ccache/storage/remote/HttpStorage.cpp
src/ccache/storage/remote/HttpStorage.hpp
src/ccache/storage/remote/RedisStorage.hpp
src/ccache/storage/remote/RemoteStorage.hpp
src/third_party/CMakeLists.txt
src/third_party/cxxurl/CMakeLists.txt [new file with mode: 0644]
src/third_party/cxxurl/cxxurl/url.cpp [moved from src/third_party/url.cpp with 100% similarity]
src/third_party/cxxurl/cxxurl/url.hpp [moved from src/third_party/url.hpp with 100% similarity]