rathena/3rdparty
2025-09-01 00:16:17 +02:00
..
cmake Fix CMake compilation on macOS (#9335) 2025-07-30 18:08:17 +02:00
httplib Harmonized minimum CMake version to 3.13 (#9208) 2025-03-28 19:05:22 +01:00
json Harmonized minimum CMake version to 3.13 (#9208) 2025-03-28 19:05:22 +01:00
libconfig Linux build fixes (#9519) 2025-09-01 00:16:17 +02:00
mysql Fixed CMake on Windows (#3204) 2018-06-21 00:26:40 +02:00
pcre Fixed CMake on Windows (#3204) 2018-06-21 00:26:40 +02:00
rapidyaml Harmonized minimum CMake version to 3.13 (#9208) 2025-03-28 19:05:22 +01:00
yaml-cpp Linux build fixes (#9519) 2025-09-01 00:16:17 +02:00
zlib Fixed CMake on Windows (#3204) 2018-06-21 00:26:40 +02:00
CMakeLists.txt add nlohmann json to better support web service (#7325) 2022-10-08 20:18:04 -07:00
README.txt Upgrade yaml-cpp to remove warning (#7825) 2023-06-18 22:39:49 -07:00

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

cmake - scripts for the cmake build system (http://www.cmake.org)
httplib - library for http web service (https://github.com/yhirose/cpp-httplib/commit/a9cf09795170a72372cbeb3feef3851b859c0e33)
libconfig - library for processing structured configuration files (http://www.hyperrealm.com/libconfig/)
mysql - library for MySQL Community Server (http://www.mysql.com)
pcre - library for Perl Compatible Regular Expressions (http://www.pcre.org)
zlib - library for DEFLATE lossless compression algorithm (http://www.zlib.net)
json - library for nlohmann json (https://github.com/nlohmann/json/tree/4b2c8ce6bcfe7f39f2bb9e680c1e7a4d67c2dd48)
yaml-cpp - library for yaml (https://github.com/jbeder/yaml-cpp/tree/0e6e28d1a38224fc8172fae0109ea7f673c096db)