Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | tolua++ bindings use nullptr. (#4219) | peterbell10 | 2018-04-27 | 1 | -0/+0 |
| | | | Fixes compilation with -Wzero-as-null-pointer-constant. | ||||
* | Update tolua and export EffectID | peterbell10 | 2017-06-29 | 1 | -0/+0 |
| | |||||
* | Update submodule tolua++ | Lukas Pioch | 2017-05-20 | 1 | -0/+0 |
| | |||||
* | ToLua++: Removed binary tolua. | Mattes D | 2017-05-04 | 1 | -0/+0 |
| | | | | Ref.: #3686 | ||||
* | Don't return const ref params and removed functions from | Lukas Pioch | 2017-05-01 | 1 | -0/+0 |
| | | | | ManualBindings.cpp | ||||
* | 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 |
| | |||||
* | Added a Pure-Lua implementation for bindings generation. | Mattes D | 2016-07-18 | 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. | ||||
* | 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 | 26 | -5090/+0 |
| | |||||
* | ToLua: Fixed LuaJit compatibility. | Mattes D | 2015-05-11 | 1 | -0/+8 |
| | |||||
* | ToLua driver: disabled output buffering. | madmaxoft | 2014-08-03 | 1 | -0/+3 |
| | |||||
* | Tolua driver: Fixed wrong indentation. | madmaxoft | 2014-07-13 | 1 | -15/+15 |
| | |||||
* | Fixed debugging code in tolua++ driver script. | madmaxoft | 2014-06-09 | 1 | -1/+1 |
| | |||||
* | ToLua can now be run in pure-lua mode. | madmaxoft | 2014-06-09 | 5 | -8/+100 |
| | | | | See the src/Bindings/AllToLua_lua.bat for usage example. | ||||
* | Merge branch 'master' into override | Tycho | 2014-04-05 | 1 | -0/+1 |
|\ | | | | | | | | | Conflicts: lib/tolua++/CMakeLists.txt | ||||
| * | Merge branch 'master' into size_t_lua | Tycho | 2014-03-22 | 4 | -5/+32 |
| |\ | | | | | | | | | | | | | Conflicts: lib/tolua++/src/bin/basic_lua.h | ||||
| * | | Patched tolua to understand size_t | Tycho | 2014-03-15 | 1 | -0/+1 |
| | | | |||||
* | | | Fixed tolua++ override support | Tycho | 2014-04-02 | 2 | -11/+14 |
| | | | |||||
* | | | FIrst attempt at adding override support to tolua | Tycho | 2014-03-22 | 1 | -5/+6 |
| |/ |/| | |||||
* | | Fixed enum checking functions not being called in generated code | Tycho | 2014-03-20 | 4 | -7/+9 |
| | | |||||
* | | Fixed bugs in patched tolua output | Tycho | 2014-03-19 | 4 | -7/+28 |
| | | |||||
* | | Fixed tolua emitting isnumber insteand of is<Enum> | Tycho | 2014-03-19 | 2 | -2/+6 |
| | | |||||
* | | Fixed type error in lua bindings | Tycho | 2014-03-19 | 1 | -3/+3 |
| | | |||||
* | | Fixed =~ bug | Tycho | 2014-03-17 | 1 | -1/+1 |
|/ | |||||
* | Patched tolua to emit range checks for enums | Tycho | 2014-03-15 | 2 | -24/+55 |
| | |||||
* | Moved tolua++ | Alexander Harkness | 2013-11-24 | 24 | -0/+4924 |