aboutsummaryrefslogtreecommitdiff
path: root/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert documentation to AsciiDocMark Pulford2011-12-121-328/+0
| | | | | | | - Rename README to manual.txt and add AsciiDoc markup - Rewrite some sections of documentation (more outstanding) - Add "doc" Makefile target - Update RPM spec file to include HTML output
* Fix Makefile for use with non-GNU makeMark Pulford2011-12-081-5/+5
| | | | | | | | | | | | - Remove GNU make "override" statements. - Add OBJS variable since there is no portable way to specify all targets for linking. Also: - Put build defaults at the top to avoid potential confusion. - Don't assume a Linux platform. Default to USE_POSIX_SETLOCALE. - Change "install -d" to mkdir/install since the former isn't available on some platforms (Solaris).
* Add platform specific overrides to rockspecMark Pulford2011-11-291-0/+4
| | | | | Luarocks does not support a "solaris" platform - USE_INTERNAL_ISINF must stay commented.
* Improve README documentation (minor)Mark Pulford2011-11-291-11/+10
|
* Improve build documentation and layoutMark Pulford2011-11-291-3/+0
|
* Update version to 1.0.4Mark Pulford2011-11-271-3/+3
|
* Add USE_POSIX_SETLOCALE optionMark Pulford2011-10-071-0/+12
| | | | | | | | | | Add USE_POSIX_SETLOCALE option for platforms missing uselocale(). Document locale options in README, Makefile & rockspec. Also: - Rename USE_POSIX_LOCALE define to USE_POSIX_USELOCALE. - Use uselocale() by default through Makefile (Linux, OSX). - Use setlocale() by default through rockspec (other platforms).
* Rename MISSING_ISINF to USE_INTERNAL_ISINFMark Pulford2011-10-071-1/+1
|
* 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