summaryrefslogtreecommitdiffstats
path: root/lib/lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverted moving Lua to C++.Mattes D2024-03-151-0/+0
* Compile the entire Lua stack as C++Tiger Wang2021-06-251-0/+0
* Update the minimodulesTiger Wang2021-04-121-0/+0
* Jenkins crosscompileTiger Wang2020-07-131-0/+0
* Jenkins fixesTiger Wang2020-07-131-0/+0
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-0/+0
* Update submodules (#4727)peterbell102020-05-091-0/+0
* Updated Lua submodulesMattes D2019-12-301-0/+0
* Output the binaries into a per-configuration Server subfolder. (#4440)Mattes D2019-12-281-0/+0
* Fixed SysLua builds.Mattes D2017-05-041-0/+0
* Removed binary ToLua++ from build.Mattes D2017-05-041-0/+0
* Build Lua in C++ mode, use exceptions for error-raising. (#3680)Mattes D2017-04-261-0/+0
* Fixed ToLua compatibility between Lua 5.1 and Lua 5.2+.Mattes D2016-12-151-0/+0
* Use CMake's Android generators to crosscompileTiger Wang2016-12-121-0/+0
* Ignore MSVC build artefacts in submodularised libraries.Mattes D2015-11-051-0/+0
* Outsourced all libraries into submodulesJulian Laubstein2015-11-0462-17572/+0
* Fixed Lua output folders for Windows builds.Mattes D2015-09-081-15/+15
* Fixed lua compilation under MinGW.Mattes D2014-06-301-8/+4
* for compiliers other than msvc we need to tell lua that its building as a dllworktycho2014-05-281-0/+6
* Fixed compatibility with ZeroBraneStudio and LuaRocks.madmaxoft2014-02-281-1/+5
* CMake: Fixed Lua output folder for MSVC2010+.Mattes D2014-01-171-2/+13
* CMake: Fixed output paths for all MSVC versions.madmaxoft2014-01-161-4/+10
* CMake: Removed SCL warnings from Lua and ZLib.madmaxoft2014-01-151-0/+1
* CMake: Lua DLL is built in the correct folder.madmaxoft2014-01-131-0/+11
* Using dlopen() on all platforms except WIN32.madmaxoft2014-01-101-5/+1
* Specified the dynamic loader Lua should use.madmaxoft2014-01-091-0/+9
* Fixed FreeBSD compilitionTycho2014-01-071-1/+1
* removed lua makefileTycho Bickerstaff2013-12-221-944/+0
* fixed rdynamic as its not acctually needed a cmake handles it, looks like the problem was caused by the linux linker accepting the option twice and the os x linker notTycho Bickerstaff2013-12-221-54/+0
* Fixed unix Lua dependencies.madmaxoft2013-12-271-1/+1
* Made cmake compilation possible on Windows.madmaxoft2013-12-271-5/+16
* fixed lua dynamic libraryTycho Bickerstaff2013-12-211-2/+2
* fixed include of math on windowstycho2013-12-201-0/+2
* made LUA shared unless STATIC_LUA is setTycho Bickerstaff2013-12-201-0/+4
* fixed lua dependency on libmTycho Bickerstaff2013-12-201-0/+1
* fixed bindings generationTycho Bickerstaff2013-12-192-19/+881
* bindings regenration logicTycho Bickerstaff2013-12-192-128/+148
* Moved LuaAlexander Harkness2013-11-2461-0/+17630