7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-01-08 19:44:43 +00:00
kicad/thirdparty/sentry-native/external/crashpad/third_party/cpp-httplib
2023-12-17 21:39:10 -05:00
..
cpp-httplib Introduce sentry for crash data collection 2022-04-02 01:21:55 +00:00
BUILD.gn Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
README.crashpad sentry-native update to 0.6.7 2023-12-17 21:39:10 -05:00

Name: cpp-httplib
Short Name: cpp-httplib
URL: https://github.com/yhirose/cpp-httplib
Revision: 5b3187e2f9e77c672063d49a1167bbb563da023e
License: MIT
License File: cpp-httplib/LICENSE
Security Critical: no (test only)
Shipped: no

Description:
A C++11 header-only HTTP library.

Local Modifications:
- Exclude test/ and example/ subdirs.
- Patch httplib.h to use #include "third_party/zlib/zlib_crashpad.h" instead of
  <zlib.h>.