]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
vendor: split httplib to cpp/h files (#17150)
authorXuan-Son Nguyen <redacted>
Tue, 11 Nov 2025 12:32:58 +0000 (13:32 +0100)
committerGitHub <redacted>
Tue, 11 Nov 2025 12:32:58 +0000 (13:32 +0100)
commit1d45b4228f11c193d6864724ae675734da24ac98
treea0d1bfea27321525777559b4e64bcad3eb74c33b
parentca4844062b3f0679a39b76b2fe95ba87cd6fb00d
vendor: split httplib to cpp/h files (#17150)

* vendor: split httplib to cpp/h files

* move defines

* include httplib if curl is not used

* add TODO

* fix build ios

* fix build visionos instead
CMakeLists.txt
common/CMakeLists.txt
scripts/sync_vendor.py
tools/server/CMakeLists.txt
tools/server/utils.hpp
vendor/cpp-httplib/CMakeLists.txt [new file with mode: 0644]
vendor/cpp-httplib/httplib.cpp [new file with mode: 0644]
vendor/cpp-httplib/httplib.h