summaryrefslogtreecommitdiffstats
path: root/lib/tolua++/src/bin/enumerate_lua.h (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
2020-07-13Jenkins fixesTiger Wang1-0/+0
2020-05-16Upgrade to C++17 [CMake] (#4717)Tiger Wang1-0/+0
2018-04-27tolua++ bindings use nullptr. (#4219)peterbell101-0/+0
2017-06-29Update tolua and export EffectIDpeterbell101-0/+0
2017-05-20Update submodule tolua++Lukas Pioch1-0/+0
2017-05-04ToLua++: Removed binary tolua.Mattes D1-0/+0
2017-05-01Don't return const ref params and removed functions fromLukas Pioch1-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
2016-07-18Added a Pure-Lua implementation for bindings generation.Mattes D1-0/+0
2015-11-05Ignore MSVC build artefacts in submodularised libraries.Mattes D1-0/+0
2015-11-04Outsourced all libraries into submodulesJulian Laubstein2-295/+0
2014-03-20Fixed enum checking functions not being called in generated codeTycho1-182/+180
2014-03-19Fixed bugs in patched tolua outputTycho1-162/+176
2014-03-19Fixed tolua emitting isnumber insteand of is<Enum>Tycho1-10/+11
2014-03-19Fixed type error in lua bindingsTycho1-159/+160
2014-03-17Fixed =~ bugTycho1-1/+1
2014-03-16Made buffers static constTycho1-1/+1
2014-03-15Patched tolua to emit range checks for enumsTycho1-0/+281