aboutsummaryrefslogtreecommitdiff
path: root/third-party/cmake/BuildLua.cmake
Commit message (Collapse)AuthorAge
* build: update some test dependencies (#10339)Daniel Hahler2019-06-29
| | | | | | | | | | * build: update some test dependencies * luacheck ignores * BuildLua: add ${BUSTED} to depends for ${BUSTED_LUA} This is required to rebuild it when busted gets updated.
* build: BuildLua: fix check for mingw [skip ci] (#10352)Daniel Hahler2019-06-27
|
* third-party: lua: Set LUA_ROOT to ${DEPS_INSTALL_DIR}James McCoy2018-02-02
|
* third-party: luarocks: Use Lua if LuaJIT is disabledJames McCoy2018-02-02
|
* deps: Always build lua with -fPIC and -O0ZyX2017-03-27
|
* ci: When building lua use -fPICZyX2017-03-27
|
* ci: Make ASAN build link with lua, build lua with address sanitizerZyX2017-03-27
|
* Allow a lua debugger to be specified on `functionaltest-lua` targetThiago de Arruda2016-04-11
|
* Add Lua 5.1 as a third party depThiago de Arruda2016-03-07
Also add a functionaltest-lua target to run the functional tests using the lua interpreter and corresponding helper to top-level Makefile