aboutsummaryrefslogtreecommitdiff
path: root/lib/gmp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Declare all bundled libs as staticsfan52022-05-061-1/+1
| | | | | Otherwise it can happen that these are built as shared depending on the options passed to CMake, which obviously isn't intended.
* Update embedded mini-gmp to version 6.2.0 (#9396)Maksim2020-02-142-692/+1159
|
* Windows: Cpack wix installer (#6153)adrido2018-10-261-4/+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 jsoncpp from unk version to 0.10.6 + move libs to lib/ ↵Loïc Blot2017-04-023-0/+4393
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