aboutsummaryrefslogtreecommitdiff
path: root/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch built-in Lua to fix miscompile on Android (#12347)paradust72022-05-211-2/+7
|
* Add benchmarks for json string serialize/deserialize (#12258)paradust72022-05-062-0/+17986
| | | Co-authored-by: sfan5 <sfan5@live.de>
* Declare all bundled libs as staticsfan52022-05-063-3/+3
| | | | | Otherwise it can happen that these are built as shared depending on the options passed to CMake, which obviously isn't intended.
* Compile Lua as C++ (#11683)Jude Melton-Houghton2022-04-073-34/+23
| | | Co-authored-by: sfan5 <sfan5@live.de>
* Add Lua bitop library (#9847)Lejo2021-11-263-0/+227
|
* Fix some minor code issues all over the placesfan52020-12-241-11/+2
|
* Update jsoncpp to 1.9.4 (#10477)Zughy2020-10-214-2283/+2473
| | | Co-authored-by: Zughy <4279489-marco_a@users.noreply.gitlab.com>
* Update embedded mini-gmp to version 6.2.0 (#9396)Maksim2020-02-142-692/+1159
|
* Windows: Cpack wix installer (#6153)adrido2018-10-262-8/+0
| | | | | | 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
* Update embedded Lua to 5.1.5 (#7387)sfan52018-05-3014-33/+36
|
* Update jsoncpp to 1.8.4 (#7172)Loïc Blot2018-03-263-164/+187
|
* Update JsonCPP to 1.8.3 (#6466)Loïc Blot2017-09-264-80/+502
| | | | | | | | | | * 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
* JsonCPP update from 0.10.6 to 1.8.0Loic Blot2017-06-042-466/+1020
|
* Fix cmake library default build problem since moving to lib/Loic Blot2017-04-071-30/+0
| | | | Also make Lua library check a cmake module
* Add the REQUIRE_LUAJIT option (#5526)YuGiOhJCJ2017-04-071-1/+8
|
* Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ ↵Loïc Blot2017-04-0266-0/+28488
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