aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.Hisham Muhammad2024-06-111-3/+5
* added -g by default.Yichun Zhang (agentzh)2020-07-091-1/+1
* travis-ci integrationIlya Shipitsin2016-04-111-4/+4
* Makefile: removed the slash (/) after $(DESTDIR) so as to support empty DESTD...2.1.0.3rc1Yichun Zhang (agentzh)2015-10-301-13/+13
* bugfix: the Makefile had a bug that overwrites existing cjson.so file in plac...2.1.0.2Yichun Zhang (agentzh)2014-08-171-0/+1
* Add commented PREFIX for Solaris make buildsMark Pulford2012-03-041-1/+2
* Work around Solaris make limitationsMark Pulford2012-03-041-5/+8
* Remove ENABLE_CJSON_GLOBAL optionMark Pulford2012-03-041-1/+0
* Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONVMark Pulford2012-03-041-2/+2
* Convert perf results to HTML and update for 2.0.0Mark Pulford2012-03-041-6/+10
* Add MULTIPLE_THREADS to Makefile #define listMark Pulford2012-03-041-1/+3
* Disable registration of cjson global variableMark Pulford2012-03-041-1/+1
* Add make target for cjson.util and scriptsMark Pulford2012-03-041-5/+27
* Use internal dtoa/strtod for double conversionMark Pulford2012-03-041-1/+20
* Tidy Makefile sections and commentsMark Pulford2012-01-021-17/+16
* Fix Windows TARGET modificationsMark Pulford2012-01-021-3/+3
* Add build option to disable invalid numbersMark Pulford2012-01-011-3/+5
* Add Windows MinGW target to MakefileMark Pulford2012-01-011-4/+12
* Add NDEBUG to performance CFLAGSMark Pulford2011-12-311-1/+1
* Add support for Lua 5.2 and cjson.newMark Pulford2011-12-301-1/+2
* Add fpconv to work around comma decimal pointsMark Pulford2011-12-301-1/+1
* Remove POSIX locale workaroundMark Pulford2011-12-291-12/+2
* Automate package releases with build-packages.shMark Pulford2011-12-151-7/+0
* Remove external VERSION #define for lua_cjson.cMark Pulford2011-12-131-1/+1
* Fix RPM buildMark Pulford2011-12-131-2/+2
* Convert documentation to AsciiDocMark Pulford2011-12-121-1/+6
* Fix Makefile for use with non-GNU makeMark Pulford2011-12-081-22/+23
* Add common platform defaults/overrides to MakefileMark Pulford2011-11-291-19/+19
* Improve build documentation and layoutMark Pulford2011-11-291-20/+38
* Update version to 1.0.4Mark Pulford2011-11-271-1/+1
* Add USE_POSIX_SETLOCALE optionMark Pulford2011-10-071-2/+6
* Rename MISSING_ISINF to USE_INTERNAL_ISINFMark Pulford2011-10-071-2/+2
* Support locales which use comma decimal separatorsMark Pulford2011-10-051-3/+7
* Add work around for missing isinf() on SolarisMark Pulford2011-08-111-0/+3
* Update version to 1.0.3Mark Pulford2011-08-101-1/+1
* Update version to 1.0.2Mark Pulford2011-05-291-1/+1
* Use .zip format with LuaRocksMark Pulford2011-05-291-0/+2
* Change version number for developmentMark Pulford2011-05-161-1/+1
* Add rockspec to build under LuaRocksMark Pulford2011-05-151-1/+0
* Add runtime option for persistent encode bufferMark Pulford2011-05-101-1/+1
* Update version to 1.0.1Mark Pulford2011-05-101-1/+1
* Add build support for Mac OSXMark Pulford2011-05-101-1/+11
* Add build and package supportMark Pulford2011-05-011-0/+31