Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add limitations section to documentation | Mark Pulford | 2011-09-15 | 1 | -35/+89 |
| | | | | Improve text for clarity. | ||||
* | 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 | -3/+3 |
| | |||||
* | Document building via LuaRocks | Mark Pulford | 2011-05-29 | 1 | -4/+26 |
| | |||||
* | Update version to 1.0.2 | Mark Pulford | 2011-05-29 | 1 | -2/+2 |
| | |||||
* | Add support for runtime number precision config | Mark Pulford | 2011-05-29 | 1 | -0/+13 |
| | | | | | | Add cjson.encode_number_precision(). Reducing the number precision from 14 to 3 can increase performance up to 50% with number heavy conversions. | ||||
* | Add runtime option for persistent encode buffer | Mark Pulford | 2011-05-10 | 1 | -2/+15 |
| | |||||
* | Update version to 1.0.1 | Mark Pulford | 2011-05-10 | 1 | -5/+5 |
| | |||||
* | Add documentation (README) | Mark Pulford | 2011-05-08 | 1 | -0/+211 |