kicad/thirdparty/sentry-native/external/crashpad/third_party/zlib
Marek Roszko 89d22e5f94 update sentry-native to 0.6.0
primarily interested in windows bug fix to stack unwinding


(cherry picked from commit 041b7b196d)
2023-02-16 02:10:05 +00:00
..
zlib
BUILD.gn Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00
CMakeLists.txt update sentry-native to 0.6.0 2023-02-16 02:10:05 +00:00
README.crashpad
zlib_crashpad.h Update sentry-native sdk to latest 2023-01-27 23:54:20 -05:00

README.crashpad

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Name: zlib
Short Name: zlib
URL: https://zlib.net/
Revision: See zlib/README.chromium
License: zlib
License File: zlib/LICENSE
Security Critical: yes

Description:
“A massively spiffy yet delicately unobtrusive compression library.”

zlib is a free, general-purpose, legally unencumbered lossless data-compression
library. zlib implements the “deflate” compression algorithm described by RFC
1951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib
also implements the zlib (RFC 1950) and gzip (RFC 1952) wrapper formats.

Local Modifications:
See zlib/README.chromium.