Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed. | Hisham Muhammad | 2024-06-11 | 1 | -2/+2 |
| | | | | | | | | | | 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> | ||||
* | add lua 5.4 to test suite2.1.0.11 | leaf corcoran | 2022-10-17 | 1 | -1/+1 |
| | |||||
* | Update CI (#68) | leaf | 2021-01-08 | 1 | -2/+3 |
| | | | | | * update luarocks action * apt-get update * run tests on pull request as well | ||||
* | 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 | 1 | -1/+13 |
| | |||||
* | cmake doesn't support finding luajit, so skip it | leaf corcoran | 2020-04-25 | 1 | -3/+5 |
| | |||||
* | use different header path for luajit make builds | leaf corcoran | 2020-04-25 | 1 | -1/+6 |
| | |||||
* | tell cmake where lua is | leaf corcoran | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | use local lua for makefile build | leaf corcoran | 2020-04-25 | 1 | -1/+1 |
| | |||||
* | build after tests, so tests can do their own build test | leaf corcoran | 2020-04-25 | 1 | -3/+4 |
| | |||||
* | see what happens if we run tests on github actions | leaf corcoran | 2020-04-25 | 1 | -0/+29 |