mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-26 23:01:05 +08:00
e05f665694
This brings in https://github.com/yhirose/cpp-httplib/pull/1962 which addresses -Wdeprecated-literal-operator. Note that this contains v18.0 but is is 15 commits ahead as no release has yet been made. https://github.com/yhirose/cpp-httplib/compare/v0.18.0...0cc1ca9a8dcff402891582dda4da34a5d1687adc Bug: chromium:373130005 Change-Id: Iada3259107e68d0eeabf20812df2d73e50daa750 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/5932425 Reviewed-by: Mark Mentovai <mark@chromium.org> Commit-Queue: Peter Boström <pbos@chromium.org>
Name: cpp-httplib Short Name: cpp-httplib URL: https://github.com/yhirose/cpp-httplib Version: 0.18.0 (+15 commits) Revision: 0cc1ca9a8dcff402891582dda4da34a5d1687adc License: MIT License File: cpp-httplib/LICENSE Security Critical: no (test only) Shipped: no Description: A C++11 single-file header-only cross-platform HTTP/HTTPS library. Local Modifications: - Exclude test/ and example/ subdirectories, and build-related files. - Patch httplib.h to use #include "third_party/zlib/zlib_crashpad.h" instead of <zlib.h>. - #define CPPHTTPLIB_NO_EXCEPTIONS 1.