summaryrefslogtreecommitdiffstats
path: root/src/Bindings/BindingsProcessor.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-18Bindings: Output description is valid Lua file.Mattes D1-3/+7
2016-07-18Bindings: Extract unexported DoxyComments.Mattes D1-15/+134
2016-07-18Bindings: Extract DoxyCommentsMattes D1-18/+187
2016-07-18Added a Pure-Lua implementation for bindings generation.Mattes D1-2/+507
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.
2016-06-05Bindings: Add a const-ptr variant to all stack getter functionsMattes D1-0/+15
2015-06-19Externalized cPrefabPiecePool self-test.Mattes D1-1/+3
2015-05-19Added LuaState support for all integral typestycho1-5/+7
All so added error handling for out of range values
2015-05-12ToLua now generates cLuaState::Push() and GetStackValue()Mattes D1-0/+161
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.