Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Jenkins crosscompile | Tiger Wang | 2020-07-13 | 1 | -0/+0 |
| | |||||
* | Jenkins fixes | Tiger Wang | 2020-07-13 | 1 | -0/+0 |
| | |||||
* | Upgrade to C++17 [CMake] (#4717) | Tiger Wang | 2020-05-16 | 1 | -0/+0 |
| | | | * Make our CMake slightly less insane | ||||
* | Update submodules (#4727) | peterbell10 | 2020-05-09 | 1 | -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. | ||||
* | Updated Lua submodules | Mattes D | 2019-12-30 | 1 | -0/+0 |
| | |||||
* | Output the binaries into a per-configuration Server subfolder. (#4440) | Mattes D | 2019-12-28 | 1 | -0/+0 |
| | | | Make links to the original Server subfolder's items from the per-configuration Server subfolder. | ||||
* | Fixed SysLua builds. | Mattes D | 2017-05-04 | 1 | -0/+0 |
| | | | | Ref.: https://github.com/cuberite/cuberite/pull/3690#issuecomment-299300034 | ||||
* | Removed binary ToLua++ from build. | Mattes D | 2017-05-04 | 1 | -0/+0 |
| | | | | A local Lua executable is used instead. | ||||
* | Build Lua in C++ mode, use exceptions for error-raising. (#3680) | Mattes D | 2017-04-26 | 1 | -0/+0 |
| | | | Fixes #3678 . | ||||
* | Fixed ToLua compatibility between Lua 5.1 and Lua 5.2+. | Mattes D | 2016-12-15 | 1 | -0/+0 |
| | |||||
* | Use CMake's Android generators to crosscompile | Tiger Wang | 2016-12-12 | 1 | -0/+0 |
| | |||||
* | Ignore MSVC build artefacts in submodularised libraries. | Mattes D | 2015-11-05 | 1 | -0/+0 |
| | |||||
* | Outsourced all libraries into submodules | Julian Laubstein | 2015-11-04 | 62 | -17572/+0 |
| | |||||
* | Fixed Lua output folders for Windows builds. | Mattes D | 2015-09-08 | 1 | -15/+15 |
| | | | | Fixes #2468. | ||||
* | Fixed lua compilation under MinGW. | Mattes D | 2014-06-30 | 1 | -8/+4 |
| | |||||
* | for compiliers other than msvc we need to tell lua that its building as a dll | worktycho | 2014-05-28 | 1 | -0/+6 |
| | |||||
* | Fixed compatibility with ZeroBraneStudio and LuaRocks. | madmaxoft | 2014-02-28 | 1 | -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. | ||||
* | CMake: Fixed Lua output folder for MSVC2010+. | Mattes D | 2014-01-17 | 1 | -2/+13 |
| | |||||
* | CMake: Fixed output paths for all MSVC versions. | madmaxoft | 2014-01-16 | 1 | -4/+10 |
| | |||||
* | CMake: Removed SCL warnings from Lua and ZLib. | madmaxoft | 2014-01-15 | 1 | -0/+1 |
| | |||||
* | CMake: Lua DLL is built in the correct folder. | madmaxoft | 2014-01-13 | 1 | -0/+11 |
| | | | | Also removed SCL warnings from MSVC builds. | ||||
* | Using dlopen() on all platforms except WIN32. | madmaxoft | 2014-01-10 | 1 | -5/+1 |
| | |||||
* | Specified the dynamic loader Lua should use. | madmaxoft | 2014-01-09 | 1 | -0/+9 |
| | |||||
* | Fixed FreeBSD compilition | Tycho | 2014-01-07 | 1 | -1/+1 |
| | |||||
* | removed lua makefile | Tycho Bickerstaff | 2013-12-22 | 1 | -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 not | Tycho Bickerstaff | 2013-12-22 | 1 | -54/+0 |
| | |||||
* | Fixed unix Lua dependencies. | madmaxoft | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | Made cmake compilation possible on Windows. | madmaxoft | 2013-12-27 | 1 | -5/+16 |
| | |||||
* | fixed lua dynamic library | Tycho Bickerstaff | 2013-12-21 | 1 | -2/+2 |
| | |||||
* | fixed include of math on windows | tycho | 2013-12-20 | 1 | -0/+2 |
| | |||||
* | made LUA shared unless STATIC_LUA is set | Tycho Bickerstaff | 2013-12-20 | 1 | -0/+4 |
| | |||||
* | fixed lua dependency on libm | Tycho Bickerstaff | 2013-12-20 | 1 | -0/+1 |
| | |||||
* | fixed bindings generation | Tycho Bickerstaff | 2013-12-19 | 2 | -19/+881 |
| | |||||
* | bindings regenration logic | Tycho Bickerstaff | 2013-12-19 | 2 | -128/+148 |
| | |||||
* | Moved Lua | Alexander Harkness | 2013-11-24 | 61 | -0/+17630 |