mirror of
https://github.com/HerculesWS/Hercules
synced 2026-08-15 12:23:13 -04:00
* Add casts where necessary mostly for void * -> any other type * Replaced use of min, max, swap macros with std variant * Fixed where `const char` strings were passed/stored to non-const variables * Updated VECTOR_RESIZE with C++ variant that relays on decltype to make type safe cast from memory manager |
||
|---|---|---|
| .. | ||
| http-parser | ||
| libconfig | ||
| llhttp | ||
| msinttypes/include | ||
| mt19937ar | ||
| multipart-parser | ||
| CMakeLists.txt | ||
| README.txt | ||
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)