Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumped version to 2.1.0.10. (#79)2.1.0.10rc12.1.0.10 | Johnny Wang | 2021-12-10 | 3 | -4/+4 |
| | |||||
* | bugfix: fixed bugs suspected by cppcheck: shift signed 32-bit value by 31 ↵ | Johnny Wang | 2021-10-19 | 1 | -3/+7 |
| | | | | | | | | | bits and uninitialized variable. (#76) [dtoa.c:2453] -> [dtoa.c:2454]: (warning) Shifting signed 32-bit value by 31 bits is undefined behaviour. See condition at line 2453. [dtoa.c:2846]: (error) Uninitialized variable: bb [dtoa.c:2847]: (error) Uninitialized variable: bd [dtoa.c:2848]: (error) Uninitialized variable: bs [dtoa.c:2850]: (error) Uninitialized variable: delta | ||||
* | bugfix: fixed a possible division by zero bugs found by cppcheck. (#75) | Johnny Wang | 2021-10-18 | 1 | -1/+1 |
| | |||||
* | doc: minor tweak in README.md (#71) | ali-ghazi78 | 2021-09-23 | 1 | -1/+1 |
| | |||||
* | travis-ci: remove clang compiler mode from travis to save credits. (#72) | Johnny Wang | 2021-07-08 | 1 | -1/+0 |
| | |||||
* | bump version to 2.1.0.92.1.0.9 | leaf corcoran | 2021-02-15 | 3 | -4/+4 |
| | |||||
* | Update CI (#68) | leaf | 2021-01-08 | 1 | -2/+3 |
| | | | | | * update luarocks action * apt-get update * run tests on pull request as well | ||||
* | added -g by default. | Yichun Zhang (agentzh) | 2020-07-09 | 1 | -1/+1 |
| | |||||
* | write sort_json, use it on perl tests to prevent hash table ordering failures | leaf corcoran | 2020-04-25 | 2 | -5/+69 |
| | |||||
* | run with gcc and clang | leaf corcoran | 2020-04-25 | 1 | -1/+9 |
| | |||||
* | ignore dtoa.c for cppcheck, don't share lua headers (breaks due to define) | leaf corcoran | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | bring cppcheck back | leaf corcoran | 2020-04-25 | 1 | -1/+4 |
| | |||||
* | attempt to run openresty perl tests | leaf corcoran | 2020-04-25 | 2 | -3/+16 |
| | |||||
* | cmake doesn't support finding luajit, so skip it | leaf corcoran | 2020-04-25 | 2 | -12/+20 |
| | |||||
* | attempting to fix luajit cmake build | leaf corcoran | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | use different header path for luajit make builds | leaf corcoran | 2020-04-25 | 1 | -1/+6 |
| | |||||
* | support error message testing for modern versions of lua | leaf corcoran | 2020-04-25 | 1 | -12/+56 |
| | |||||
* | add one_of testing to avoid hash table ordering causing test to fail | leaf corcoran | 2020-04-25 | 2 | -3/+33 |
| | |||||
* | make tests fail when they fail | leaf corcoran | 2020-04-25 | 1 | -2/+2 |
| | |||||
* | tell cmake where lua is | leaf corcoran | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | use local lua for makefile build | leaf corcoran | 2020-04-25 | 2 | -2/+2 |
| | |||||
* | build after tests, so tests can do their own build test | leaf corcoran | 2020-04-25 | 1 | -3/+4 |
| | |||||
* | fail if tests are blocked | leaf corcoran | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | see what happens if we run tests on github actions | leaf corcoran | 2020-04-25 | 1 | -0/+29 |
| | |||||
* | use macro instead of header defines for Lua 5.2+ support | leaf corcoran | 2020-04-25 | 1 | -4/+4 |
| | |||||
* | Lua 5.2+ maxn support | leaf corcoran | 2020-04-25 | 1 | -1/+11 |
| | |||||
* | Lua 5.2+ unpack support | leaf corcoran | 2020-04-25 | 1 | -0/+2 |
| | |||||
* | support lua 5.3 with LUA_COMPAT_5_1 | leaf corcoran | 2020-04-25 | 1 | -0/+1 |
| | |||||
* | support lua 5.2 with LUA_COMPAT_ALL | leaf corcoran | 2020-04-25 | 1 | -0/+3 |
| | |||||
* | feature: add option to disable forward slash escaping2.1.0.8rc12.1.0.8 | Jesper Lundgren | 2020-03-24 | 3 | -0/+50 |
| | | | | Thanks @spacewander for optimization and documentation. | ||||
* | bugfix: we now only apply the lightuserdata mask on platforms that are at ↵2.1.0.7rc22.1.0.7 | 罗泽轩 | 2018-12-07 | 1 | -0/+5 |
| | | | | least 64bits. | ||||
* | feature: ported to the ARM64 platform by masking off the bits higher than ↵2.1.0.7rc1 | spacewander | 2018-10-17 | 1 | -9/+14 |
| | | | | | | 47-bit in the lightud. Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | luarocks: bumped version to 2.1.0.6. | WenMing | 2018-04-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | bumped version to 2.1.0.6.2.1.0.6 | Yichun Zhang (agentzh) | 2018-04-19 | 2 | -2/+2 |
| | |||||
* | optimize: improved forward-compatibility with older versions of Lua/LuaJIT. | Thibault Charbonnier | 2018-01-02 | 1 | -6/+9 |
| | | | | Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | bugfix: fixed the C compiler warning "SO C90 forbids mixed declarations and ↵2.1.0.6rc2 | Yichun Zhang (agentzh) | 2017-11-17 | 1 | -2/+3 |
| | | | | code" on older operating systems. | ||||
* | feature: set cjson.array_mt on decoded JSON arrays.2.1.0.6rc1 | Thibault Charbonnier | 2017-11-17 | 3 | -6/+113 |
| | | | | | | | this can be turned on via cjson.decode_array_with_array_mt(true). off by default. Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | feature: added new cjson.array_mt metatable to allow enforcing JSON array ↵ | Thibault Charbonnier | 2017-11-15 | 3 | -21/+155 |
| | | | | | | encoding. Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | travis: skipped the std lua 5.1 interpreter tests. | Yichun Zhang (agentzh) | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | tests: now we use luajit to run the test suite. | Yichun Zhang (agentzh) | 2017-11-15 | 4 | -5/+12 |
| | |||||
* | travis-ci: run LuaJIT tests against openresty/luajit2 -b v2.1-agentzh. | Thibault Charbonnier | 2017-05-29 | 1 | -5/+20 |
| | | | | Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | bugfix: fixed a -Wsign-compare compiler warning. | gnought | 2017-04-10 | 1 | -1/+1 |
| | | | | Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | bugfix: conditionally build luaL_setfuncs() function as the latest LuaJIT ↵2.1.0.5 | Datong Sun | 2017-04-05 | 1 | -2/+3 |
| | | | | v2.1 already includes it. fixes #21. | ||||
* | feature: supports MS C compiler older than VC2012. | spacewander | 2017-01-31 | 4 | -1/+22 |
| | | | | Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | bugfix: preserve 'empty_array_mt' behavior upon multiple loadings of the module. | Thibault Charbonnier | 2016-12-17 | 2 | -5/+40 |
| | | | | | | | | | | | | | Prior to this fix, when the module would be loaded several times (by-passing `package.loaded`), the `lua_cjson_new` function would override the `empty_array_mt` table in the registry with a new one. Comparison for equality between those tables would then fail, and the behavior would be broken. This was discovered after loading `cjson` *and* `cjson.safe` in the same application, resulting in two calls to `lua_cjson_new`. Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | chore: ignored the generated test_case.lua file. | Thibault Charbonnier | 2016-12-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | bugfix: fixed compilation errors from the Microsoft C compiler. | Tim Chen | 2016-11-06 | 1 | -0/+6 |
| | | | | Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | Merge pull request #13 from chipitsine/master | Yichun Zhang | 2016-10-11 | 1 | -4/+6 |
|\ | | | | | travis-ci: bugfix, now we fail on either test | ||||
| * | travis-ci: bugfix, now we fail on either test | Ilya Shipitsin | 2016-10-10 | 1 | -4/+6 |
|/ | |||||
* | Merge pull request #10 from chipitsine/master | Yichun Zhang | 2016-10-07 | 1 | -3/+12 |
|\ | | | | | travis-ci: move package management to "apt" plugin |