Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a Pure-Lua implementation for bindings generation. | Mattes D | 2016-07-18 | 1 | -0/+1 |
| | | | | | 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. | ||||
* | ToLua now generates cLuaState::Push() and GetStackValue() | Mattes D | 2015-05-12 | 1 | -1/+3 |
| | | | | | For classes exported through ToLua it generates the cLuaState::Push() and cLuaState::GetStackValue() functions, as well as the supporting forward declarations and typedefs. Renamed virtual_method_hooks.lua to BindingsProcessor.lua since it no longer provides virtual method hooks and instead does additional processing when generating the bindings. | ||||
* | Tolua generates LuaState_Call.inc file. | madmaxoft | 2014-07-01 | 1 | -0/+1 |
| | |||||
* | Fixed bindings generation for Win64 builds. | Mattes D | 2014-06-14 | 1 | -0/+1 |
Fixes #1092. |