summaryrefslogtreecommitdiffstats
path: root/lib/lua (unfollow)
Commit message (Collapse)AuthorFilesLines
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
* Make our CMake slightly less insane
2020-05-09Update submodules (#4727)peterbell101-0/+0
Closes #4708 This updates jsoncpp, mbedtls, TCLAP and SQLiteCpp to their latest stable release. A few additional changes were needed: * jsoncpp deprecated Reader, FastWriter and StyledWriter which I've replaced with some helper functions in JsonUtils.cpp * SQLiteCpp changed how it builds with external sqlite libraries, now expecting them to be installed. The simplest path was to remove sqlite from cuberite's submodule and just use SQLiteCpp's internal version.
2019-12-30Updated Lua submodulesMattes D1-0/+0
2019-12-28Output the binaries into a per-configuration Server subfolder. (#4440)Mattes D1-0/+0
Make links to the original Server subfolder's items from the per-configuration Server subfolder.
2017-05-04Fixed SysLua builds.Mattes D1-0/+0
Ref.: https://github.com/cuberite/cuberite/pull/3690#issuecomment-299300034
2017-05-04Removed binary ToLua++ from build.Mattes D1-0/+0
A local Lua executable is used instead.
2017-04-26Build Lua in C++ mode, use exceptions for error-raising. (#3680)Mattes D1-0/+0
Fixes #3678 .
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
Fixes #2468.
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
Lua now compiles into lua51.dll and there's a lua5.1.dll that acts as a export-forwarding proxy to lua51.dll.
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
Also removed SCL warnings from MSVC builds.
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