hercules/3rdparty
Ibrahim Zidan 809802a0e8
Silence C4702 unreachable code in llhttp library
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com>
2026-07-21 02:03:48 +03:00
..
http-parser Fix MSVC C4701 possible uninitalized variable used 2026-07-21 02:03:40 +03:00
libconfig Suppress warning C4702 in libconfig due to false positives in the generated bison code 2026-07-21 02:03:41 +03:00
llhttp Silence C4702 unreachable code in llhttp library 2026-07-21 02:03:48 +03:00
msinttypes/include Removed msinttypes stdint.h, since it's already included with VS2010 and newer 2016-05-08 19:53:58 +02:00
mt19937ar Removal of the old makefile and autoconf build system 2026-06-27 22:20:57 +03:00
multipart-parser Removal of the old makefile and autoconf build system 2026-06-27 22:20:57 +03:00
CMakeLists.txt Remove libgif from 3rdparty and move to conan package 2026-06-27 22:21:30 +03:00
README.txt Update 3rdparty/README.txt with all libs 2023-04-12 02:53:55 +03:00

This folder contains everything related to 3rdparty code or tools.

cJSON - json library
http-parser - http parser library
libbacktrace - backtrace parsing library
libconfig - library for processing structured configuration files (http://www.hyperrealm.com/libconfig/)
mariadb - mariadb headers and libraries for windows
msinttypes - standard headers missing from Microsoft Visual Studio (http://code.google.com/p/msinttypes)
mt19937ar - code for Mersenne Twister pseudorandom number generator
multipart-parser - mime parser for http requests
pcre - library for Perl Compatible Regular Expressions (http://www.pcre.org)
zlib - library for DEFLATE lossless compression algorithm (http://www.zlib.net)