summaryrefslogtreecommitdiffstats
path: root/lib/tolua++/src/bin/lua/_driver.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed ToLua compatibility between Lua 5.1 and Lua 5.2+.Mattes D2016-12-151-0/+0
|
* Use CMake's Android generators to crosscompileTiger Wang2016-12-121-0/+0
|
* Added a Pure-Lua implementation for bindings generation.Mattes D2016-07-181-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 D2015-11-051-0/+0
|
* Outsourced all libraries into submodulesJulian Laubstein2015-11-042-96/+0
|
* ToLua driver: disabled output buffering.madmaxoft2014-08-031-0/+3
|
* Tolua driver: Fixed wrong indentation.madmaxoft2014-07-131-15/+15
|
* Fixed debugging code in tolua++ driver script.madmaxoft2014-06-091-1/+1
|
* ToLua can now be run in pure-lua mode.madmaxoft2014-06-091-0/+93
See the src/Bindings/AllToLua_lua.bat for usage example.