Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add work around for missing isinf() on Solaris | Mark Pulford | 2011-08-11 | 1 | -0/+3 |
| | | | | | | | Some versions of Solaris (Eg, Solaris 11 / GCC 3.4.3) are missing isinf(). Provide a work around when MISSING_ISINF is defined. Reported by: Zhang "agentzh" Yichun <agentzh@gmail.com> | ||||
* | Update version to 1.0.3 | Mark Pulford | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | Update version to 1.0.2 | Mark Pulford | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Use .zip format with LuaRocks | Mark Pulford | 2011-05-29 | 1 | -0/+2 |
| | | | | Windows has poor support for "tar.gz", but all platforms support "zip". | ||||
* | Change version number for development | Mark Pulford | 2011-05-16 | 1 | -1/+1 |
| | |||||
* | Add rockspec to build under LuaRocks | Mark Pulford | 2011-05-15 | 1 | -1/+0 |
| | | | | | | Remove "-lm" from LDFLAGS in Makefile since it breaks the build under Windows and isn't required under Linux. Math lib fix suggested by: Steve Donovan <steve.j.donovan@gmail.com> | ||||
* | Add runtime option for persistent encode buffer | Mark Pulford | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Update version to 1.0.1 | Mark Pulford | 2011-05-10 | 1 | -1/+1 |
| | |||||
* | Add build support for Mac OSX | Mark Pulford | 2011-05-10 | 1 | -1/+11 |
| | |||||
* | Add build and package support | Mark Pulford | 2011-05-01 | 1 | -0/+31 |
- Add Makefile and RPM spec file - Add cjson.version variable |