]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Split httplib into .h and .cpp parts
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Aug 2021 18:15:59 +0000 (20:15 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Aug 2021 18:35:38 +0000 (20:35 +0200)
commit28b5b6a15d2cc52768aa27753190accf3487924a
tree09befde29b11702d77d57336ceb87d8a8511bb0c
parentdce4338e3369815187497ef1c1360bc41109c0bc
refactor: Split httplib into .h and .cpp parts

This improves recompilation speed of
src/storage/secondary/HttpStorage.cpp.
LICENSE.adoc
src/third_party/CMakeLists.txt
src/third_party/httplib.cpp [new file with mode: 0644]
src/third_party/httplib.h