aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2022-05-21Patch built-in Lua to fix miscompile on Android (#12347)paradust7
2022-05-06Add benchmarks for json string serialize/deserialize (#12258)paradust7
Co-authored-by: sfan5 <sfan5@live.de>
2022-05-06Declare all bundled libs as staticsfan5
Otherwise it can happen that these are built as shared depending on the options passed to CMake, which obviously isn't intended.
2022-04-07Compile Lua as C++ (#11683)Jude Melton-Houghton
Co-authored-by: sfan5 <sfan5@live.de>
2021-11-26Add Lua bitop library (#9847)Lejo
2020-12-24Fix some minor code issues all over the placesfan5
2020-10-21Update jsoncpp to 1.9.4 (#10477)Zughy
Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
2020-02-14Update embedded mini-gmp to version 6.2.0 (#9396)Maksim
2018-10-26Windows: Cpack wix installer (#6153)adrido
Create CPack WIX msi Installer for RUN_IN_PLACE=0 builds Correct paths on Windows for RUN_IN_PLACE=0 Install only required font files Games have their own components, and "minimal" is optional
2018-05-30Update embedded Lua to 5.1.5 (#7387)sfan5
2018-03-26Update jsoncpp to 1.8.4 (#7172)Loïc Blot
2017-09-26Update JsonCPP to 1.8.3 (#6466)Loïc Blot
* Update JsonCPP to 1.8.3 * Fix deprecated functions Json::FastWriter, Json::StyledWriter and Json::Reader are marked deprecated since 1.1 and are deprecated in 0.8 but not shown at compilation time. Use new methods to serialize/deserialize
2017-06-04JsonCPP update from 0.10.6 to 1.8.0Loic Blot
2017-04-07Fix cmake library default build problem since moving to lib/Loic Blot
Also make Lua library check a cmake module
2017-04-07Add the REQUIRE_LUAJIT option (#5526)YuGiOhJCJ
2017-04-02Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ ↵Loïc Blot
instead of src/ (#5473) * Update embedded jsoncpp from unk version to 0.10.6 0.10.6 is last release without c++11 * Make jsoncpp more compliant with its amalgamate Jsoncpp cpp file should be upper, make the library like it does in amalgamate * Reorganization: move minetest embedded libs outside of source tree to /lib * Fix a dead grep in LINT