Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add updated netlib dtoa.c from https://netlib.sandia.gov/fp/dtoa.c | lijunlong | 2023-02-22 | 1 | -0/+10 |
| | | | Co-authored-by: Jesper Lundgren <jesperlundgren@exosite.com> | ||||
* | cmake doesn't support finding luajit, so skip it | leaf corcoran | 2020-04-25 | 1 | -9/+15 |
| | |||||
* | make tests fail when they fail | leaf corcoran | 2020-04-25 | 1 | -2/+2 |
| | |||||
* | use local lua for makefile build | leaf corcoran | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | fail if tests are blocked | leaf corcoran | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | removed rpmbuild test | Ilya Shipitsin | 2016-04-24 | 1 | -23/+0 |
| | | | it does not sense to test rpmbuild that way, it should be either rewritten or removed | ||||
* | Bump version to 2.1devel | Mark Pulford | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | Work around Solaris awk limitations | Mark Pulford | 2012-03-04 | 1 | -3/+4 |
| | | | | | | Work around Solaris awk limitations: - Limit line lengths to 2500 bytes - Use "count > 0" instead of "count" for test expression | ||||
* | Bump version to 2.0devel | Mark Pulford | 2012-03-04 | 1 | -1/+1 |
| | | | | | Bump version to 2.0devel due to significant changes and updated API (runtime config not fully backwards compatible). | ||||
* | Fix runtests.sh after API change and file moves | Mark Pulford | 2012-03-04 | 1 | -5/+5 |
| | | | | | | Fix runtests.sh after: - "util" module moved to lua/cjson - "version" removed | ||||
* | Bump development version to 1.1devel | Mark Pulford | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | Automate package releases with build-packages.sh | Mark Pulford | 2011-12-15 | 1 | -12/+25 |
| | | | | | | build-packages.sh has several advantages: - Automatically bumps version numbers - Builds HTML documentation on the fly | ||||
* | Add support for building via CMake | Mark Pulford | 2011-12-13 | 1 | -0/+10 |
| | |||||
* | Update build testing to show test counts/failures | Mark Pulford | 2011-12-13 | 1 | -5/+8 |
| | | | | | Display failed tests, and successful/total test counts. Use "awk" to provide a portable "ggrep -E" with context. | ||||
* | Ensure build tests only use the current cjson.so | Mark Pulford | 2011-12-13 | 1 | -6/+13 |
| | | | | Update runtests.sh to exit if an old copy of cjson.so is found. | ||||
* | Add automatic RPM build testing | Mark Pulford | 2011-12-13 | 1 | -1/+17 |
| | |||||
* | Fix Makefile for use with non-GNU make | Mark Pulford | 2011-12-08 | 1 | -7/+4 |
| | | | | | | | | | | | | - 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 automated build testing (LuaRocks, Makefile) | Mark Pulford | 2011-11-29 | 1 | -0/+45 |