aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.Hisham Muhammad2024-06-111-0/+7
* Add updated netlib dtoa.c from https://netlib.sandia.gov/fp/dtoa.c lijunlong2023-02-221-1/+1
* attempting to fix luajit cmake buildleaf corcoran2020-04-251-1/+1
* Remove ENABLE_CJSON_GLOBAL optionMark Pulford2012-03-041-5/+0
* Reduce length of CMake option descriptionsMark Pulford2012-03-041-3/+2
* Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONVMark Pulford2012-03-041-3/+3
* Disable registration of cjson global variableMark Pulford2012-03-041-3/+3
* Add CMake option to toggle DISABLE_CJSON_GLOBALMark Pulford2012-03-041-0/+5
* Use DISABLE_INVALID_NUMBERS on WIN32 CMake buildsMark Pulford2012-03-041-7/+7
* Add support to USE_INTERNAL_DTOA to CMake buildMark Pulford2012-03-041-7/+41
* Use internal dtoa/strtod for double conversionMark Pulford2012-03-041-0/+6
* Add fpconv to work around comma decimal pointsMark Pulford2011-12-301-1/+1
* Remove POSIX locale workaroundMark Pulford2011-12-291-10/+0
* Add support for building via CMakeMark Pulford2011-12-131-0/+47