summaryrefslogtreecommitdiffstats
path: root/lib/lua (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-15Reverted moving Lua to C++.Mattes D1-0/+0
2021-06-25Compile the entire Lua stack as C++Tiger Wang1-0/+0
2021-04-12Update the minimodulesTiger Wang1-0/+0
2020-07-13Jenkins crosscompileTiger Wang1-0/+0
2020-07-13Jenkins fixesTiger Wang1-0/+0
2020-05-16Upgrade to C++17 [CMake] (#4717)Tiger Wang1-0/+0
2020-05-09Update submodules (#4727)peterbell101-0/+0
2019-12-30Updated Lua submodulesMattes D1-0/+0
2019-12-28Output the binaries into a per-configuration Server subfolder. (#4440)Mattes D1-0/+0
2017-05-04Fixed SysLua builds.Mattes D1-0/+0
2017-05-04Removed binary ToLua++ from build.Mattes D1-0/+0
2017-04-26Build Lua in C++ mode, use exceptions for error-raising. (#3680)Mattes D1-0/+0
2016-12-15Fixed ToLua compatibility between Lua 5.1 and Lua 5.2+.Mattes D1-0/+0
2016-12-12Use CMake's Android generators to crosscompileTiger Wang1-0/+0
2015-11-05Ignore MSVC build artefacts in submodularised libraries.Mattes D1-0/+0
2015-11-04Outsourced all libraries into submodulesJulian Laubstein62-17572/+0
2015-09-08Fixed Lua output folders for Windows builds.Mattes D1-15/+15
2014-06-30Fixed lua compilation under MinGW.Mattes D1-8/+4
2014-05-28for compiliers other than msvc we need to tell lua that its building as a dllworktycho1-0/+6
2014-02-28Fixed compatibility with ZeroBraneStudio and LuaRocks.madmaxoft1-1/+5
2014-01-17CMake: Fixed Lua output folder for MSVC2010+.Mattes D1-2/+13
2014-01-16CMake: Fixed output paths for all MSVC versions.madmaxoft1-4/+10
2014-01-15CMake: Removed SCL warnings from Lua and ZLib.madmaxoft1-0/+1
2014-01-13CMake: Lua DLL is built in the correct folder.madmaxoft1-0/+11
2014-01-10Using dlopen() on all platforms except WIN32.madmaxoft1-5/+1
2014-01-09Specified the dynamic loader Lua should use.madmaxoft1-0/+9
2014-01-07Fixed FreeBSD compilitionTycho1-1/+1
2013-12-27Fixed unix Lua dependencies.madmaxoft1-1/+1
2013-12-27Made cmake compilation possible on Windows.madmaxoft1-5/+16
2013-12-22removed lua makefileTycho Bickerstaff1-944/+0
2013-12-22fixed 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 Bickerstaff1-54/+0
2013-12-22converted commneted paramater names to the unused macroTycho Bickerstaff1-54/+0
2013-12-21fixed lua dynamic libraryTycho Bickerstaff1-2/+2
2013-12-20fixed include of math on windowstycho1-0/+2
2013-12-20made LUA shared unless STATIC_LUA is setTycho Bickerstaff1-0/+4
2013-12-20fixed lua dependency on libmTycho Bickerstaff1-0/+1
2013-12-19fixed bindings generationTycho Bickerstaff2-19/+881
2013-12-19bindings regenration logicTycho Bickerstaff2-128/+148
2013-11-24Moved LuaAlexander Harkness61-0/+17630