summaryrefslogtreecommitdiffstats
path: root/lib/lua/src/ltable.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compile the entire Lua stack as C++Tiger Wang2021-06-251-0/+0
| | | | * Fixes #5216
* 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
| | | * Make our CMake slightly less insane
* Update submodules (#4727)peterbell102020-05-091-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 submodulesMattes D2019-12-301-0/+0
|
* Output the binaries into a per-configuration Server subfolder. (#4440)Mattes D2019-12-281-0/+0
| | | Make links to the original Server subfolder's items from the per-configuration Server subfolder.
* Fixed SysLua builds.Mattes D2017-05-041-0/+0
| | | | Ref.: https://github.com/cuberite/cuberite/pull/3690#issuecomment-299300034
* Removed binary ToLua++ from build.Mattes D2017-05-041-0/+0
| | | | A local Lua executable is used instead.
* Build Lua in C++ mode, use exceptions for error-raising. (#3680)Mattes D2017-04-261-0/+0
| | | Fixes #3678 .
* 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-042-40/+0
|
* Moved LuaAlexander Harkness2013-11-241-0/+40