Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reverted moving Lua to C++. | Mattes D | 2024-03-15 | 1 | -0/+0 |
| | |||||
* | Compile the entire Lua stack as C++ | Tiger Wang | 2021-06-25 | 1 | -0/+0 |
| | | | | * Fixes #5216 | ||||
* | Update the minimodules | Tiger Wang | 2021-04-12 | 1 | -0/+0 |
| | |||||
* | 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 | 2 | -182/+0 |
| | |||||
* | Moved Lua | Alexander Harkness | 2013-11-24 | 1 | -0/+182 |