summaryrefslogtreecommitdiff
path: root/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add limitations section to documentationMark Pulford2011-09-151-35/+89
| | | | Improve text for clarity.
* Add work around for missing isinf() on SolarisMark Pulford2011-08-111-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.3Mark Pulford2011-08-101-3/+3
|
* Document building via LuaRocksMark Pulford2011-05-291-4/+26
|
* Update version to 1.0.2Mark Pulford2011-05-291-2/+2
|
* Add support for runtime number precision configMark Pulford2011-05-291-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 bufferMark Pulford2011-05-101-2/+15
|
* Update version to 1.0.1Mark Pulford2011-05-101-5/+5
|
* Add documentation (README)Mark Pulford2011-05-081-0/+211