aboutsummaryrefslogtreecommitdiff
path: root/lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-31feature: supports MS C compiler older than VC2012.spacewander4-1/+22
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2016-12-17bugfix: preserve 'empty_array_mt' behavior upon multiple loadings of the module.Thibault Charbonnier2-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-17chore: ignored the generated test_case.lua file.Thibault Charbonnier1-0/+1
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2016-11-06bugfix: fixed compilation errors from the Microsoft C compiler.Tim Chen1-0/+6
Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com>
2016-10-10travis-ci: bugfix, now we fail on either testIlya Shipitsin1-4/+6
2016-10-07travis-ci: move package management to "apt" pluginIlya Shipitsin1-3/+12
2016-05-15travis-ci: added valgrind testing mode as well.2.1.0.4Yichun Zhang (agentzh)1-2/+5
2016-05-15travis-ci: run our new tests as well.Yichun Zhang (agentzh)1-0/+3
2016-04-24removed rpmbuild testIlya Shipitsin1-23/+0
it does not sense to test rpmbuild that way, it should be either rewritten or removed
2016-04-24cppcheck added on buildIlya Shipitsin1-1/+2
2016-04-21.travis.yml: removed line trailing spaces.Yichun Zhang (agentzh)1-1/+1
2016-04-11travis-ci integrationIlya Shipitsin2-4/+27