Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-12-07 | bugfix: we now only apply the lightuserdata mask on platforms that are at ↵2.1.0.7rc22.1.0.7 | 罗泽轩 | 1 | -0/+5 | |
least 64bits. | |||||
2018-10-17 | feature: ported to the ARM64 platform by masking off the bits higher than ↵2.1.0.7rc1 | spacewander | 1 | -9/+14 | |
47-bit in the lightud. Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | |||||
2018-04-26 | luarocks: bumped version to 2.1.0.6. | WenMing | 1 | -2/+3 | |
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | |||||
2018-04-19 | bumped version to 2.1.0.6.2.1.0.6 | Yichun Zhang (agentzh) | 2 | -2/+2 | |
2018-01-02 | optimize: improved forward-compatibility with older versions of Lua/LuaJIT. | Thibault Charbonnier | 1 | -6/+9 | |
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | |||||
2017-11-17 | bugfix: fixed the C compiler warning "SO C90 forbids mixed declarations and ↵2.1.0.6rc2 | Yichun Zhang (agentzh) | 1 | -2/+3 | |
code" on older operating systems. | |||||
2017-11-17 | feature: set cjson.array_mt on decoded JSON arrays.2.1.0.6rc1 | Thibault Charbonnier | 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> | |||||
2017-11-15 | feature: added new cjson.array_mt metatable to allow enforcing JSON array ↵ | Thibault Charbonnier | 3 | -21/+155 | |
encoding. Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | |||||
2017-11-15 | travis: skipped the std lua 5.1 interpreter tests. | Yichun Zhang (agentzh) | 1 | -1/+1 | |
2017-11-15 | tests: now we use luajit to run the test suite. | Yichun Zhang (agentzh) | 4 | -5/+12 | |
2017-05-29 | travis-ci: run LuaJIT tests against openresty/luajit2 -b v2.1-agentzh. | Thibault Charbonnier | 1 | -5/+20 | |
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | |||||
2017-04-10 | bugfix: fixed a -Wsign-compare compiler warning. | gnought | 1 | -1/+1 | |
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | |||||
2017-04-05 | bugfix: conditionally build luaL_setfuncs() function as the latest LuaJIT ↵2.1.0.5 | Datong Sun | 1 | -2/+3 | |
v2.1 already includes it. fixes #21. | |||||
2017-01-31 | feature: supports MS C compiler older than VC2012. | spacewander | 4 | -1/+22 | |
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | |||||
2016-12-17 | bugfix: preserve 'empty_array_mt' behavior upon multiple loadings of the module. | Thibault Charbonnier | 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> | |||||
2016-12-17 | chore: ignored the generated test_case.lua file. | Thibault Charbonnier | 1 | -0/+1 | |
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | |||||
2016-11-06 | bugfix: fixed compilation errors from the Microsoft C compiler. | Tim Chen | 1 | -0/+6 | |
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | |||||
2016-10-10 | travis-ci: bugfix, now we fail on either test | Ilya Shipitsin | 1 | -4/+6 | |
2016-10-07 | travis-ci: move package management to "apt" plugin | Ilya Shipitsin | 1 | -3/+12 | |
2016-05-15 | travis-ci: added valgrind testing mode as well.2.1.0.4 | Yichun Zhang (agentzh) | 1 | -2/+5 | |
2016-05-15 | travis-ci: run our new tests as well. | Yichun Zhang (agentzh) | 1 | -0/+3 | |
2016-04-24 | removed rpmbuild test | Ilya Shipitsin | 1 | -23/+0 | |
it does not sense to test rpmbuild that way, it should be either rewritten or removed | |||||
2016-04-24 | cppcheck added on build | Ilya Shipitsin | 1 | -1/+2 | |
2016-04-21 | .travis.yml: removed line trailing spaces. | Yichun Zhang (agentzh) | 1 | -1/+1 | |
2016-04-11 | travis-ci integration | Ilya Shipitsin | 2 | -4/+27 | |