aboutsummaryrefslogtreecommitdiff
path: root/build-packages.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.Hisham Muhammad2024-06-111-1/+1
| | | | | | | | | | Co-Authored-By: Hisham Muhammad <hisham@gobolinux.org> Co-authored-by: Mark Pulford <mark@kyne.com.au> Co-authored-by: ichenq <ichenq@gmail.com> Co-authored-by: Cloud Wu <cloudwu@gmail.com> Co-authored-by: caijietao <t0350.prog@gmail.com> Co-authored-by: actboy168 <actboy168@gmail.com> Co-authored-by: wudeng <wudeng256@gmail.com> Co-authored-by: caiyiheng <rangercyh@qq.com>
* Bump version to 2.1develMark Pulford2012-03-041-3/+3
|
* Support building packages with version tags >1.xMark Pulford2012-03-041-2/+2
|
* Bump version to 2.0develMark Pulford2012-03-041-3/+3
| | | | | Bump version to 2.0devel due to significant changes and updated API (runtime config not fully backwards compatible).
* Bump development version to 1.1develMark Pulford2012-03-041-3/+3
|
* Tidy tests and improve coverageMark Pulford2012-03-041-1/+1
| | | | | | | | | | | | - Rearrange test sections to keep more related tests together. - Test configuration functions for errors Add tests for more parts of the Lua CJSON API: - _NAME, _VERSION, version - encode_keep_buffer - encode_number_precision - decode_invalid_numbers - decode_max_depth
* Generate git tag based version number for packagesMark Pulford2011-12-261-20/+10
|
* Automate package releases with build-packages.shMark Pulford2011-12-151-0/+46
build-packages.sh has several advantages: - Automatically bumps version numbers - Builds HTML documentation on the fly