Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-15 | Reverted moving Lua to C++. | Mattes D | 1 | -0/+0 | |
2021-06-25 | Compile the entire Lua stack as C++ | Tiger Wang | 1 | -0/+0 | |
* Fixes #5216 | |||||
2020-07-13 | Jenkins fixes | Tiger Wang | 1 | -0/+0 | |
2020-05-16 | Upgrade to C++17 [CMake] (#4717) | Tiger Wang | 1 | -0/+0 | |
* Make our CMake slightly less insane | |||||
2018-04-27 | tolua++ bindings use nullptr. (#4219) | peterbell10 | 1 | -0/+0 | |
Fixes compilation with -Wzero-as-null-pointer-constant. | |||||
2017-06-29 | Update tolua and export EffectID | peterbell10 | 1 | -0/+0 | |
2017-05-20 | Update submodule tolua++ | Lukas Pioch | 1 | -0/+0 | |
2017-05-04 | ToLua++: Removed binary tolua. | Mattes D | 1 | -0/+0 | |
Ref.: #3686 | |||||
2017-05-01 | Don't return const ref params and removed functions from | Lukas Pioch | 1 | -0/+0 | |
ManualBindings.cpp | |||||
2016-12-15 | Fixed ToLua compatibility between Lua 5.1 and Lua 5.2+. | Mattes D | 1 | -0/+0 | |
2016-12-12 | Use CMake's Android generators to crosscompile | Tiger Wang | 1 | -0/+0 | |
2016-07-18 | Added a Pure-Lua implementation for bindings generation. | Mattes D | 1 | -0/+0 | |
The BindingsProcessor.lua script can be opened in ZeroBraneStudio and debugged from there, it invokes the entire ToLua++ processing. Also added docs-generation to the ToLua++ processor. | |||||
2015-11-05 | Ignore MSVC build artefacts in submodularised libraries. | Mattes D | 1 | -0/+0 | |
2015-11-04 | Outsourced all libraries into submodules | Julian Laubstein | 26 | -5090/+0 | |
2015-05-11 | ToLua: Fixed LuaJit compatibility. | Mattes D | 1 | -0/+8 | |
2014-08-03 | ToLua driver: disabled output buffering. | madmaxoft | 1 | -0/+3 | |
2014-07-13 | Tolua driver: Fixed wrong indentation. | madmaxoft | 1 | -15/+15 | |
2014-06-09 | Fixed debugging code in tolua++ driver script. | madmaxoft | 1 | -1/+1 | |
2014-06-09 | ToLua can now be run in pure-lua mode. | madmaxoft | 5 | -8/+100 | |
See the src/Bindings/AllToLua_lua.bat for usage example. | |||||
2014-04-02 | Fixed tolua++ override support | Tycho | 2 | -11/+14 | |
2014-03-22 | FIrst attempt at adding override support to tolua | Tycho | 1 | -5/+6 | |
2014-03-20 | Fixed enum checking functions not being called in generated code | Tycho | 4 | -7/+9 | |
2014-03-19 | Fixed bugs in patched tolua output | Tycho | 4 | -7/+28 | |
2014-03-19 | Fixed tolua emitting isnumber insteand of is<Enum> | Tycho | 2 | -2/+6 | |
2014-03-19 | Fixed type error in lua bindings | Tycho | 1 | -3/+3 | |
2014-03-17 | Fixed =~ bug | Tycho | 1 | -1/+1 | |
2014-03-15 | Patched tolua to understand size_t | Tycho | 1 | -0/+1 | |
2014-03-15 | Patched tolua to emit range checks for enums | Tycho | 2 | -24/+55 | |
2013-11-24 | Moved tolua++ | Alexander Harkness | 24 | -0/+4924 | |