summaryrefslogtreecommitdiffstats
path: root/lib/tolua++/src/bin/lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-0426-5090/+0
|
* ToLua: Fixed LuaJit compatibility.Mattes D2015-05-111-0/+8
|
* 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-095-8/+100
| | | | See the src/Bindings/AllToLua_lua.bat for usage example.
* Merge branch 'master' into overrideTycho2014-04-051-0/+1
|\ | | | | | | | | Conflicts: lib/tolua++/CMakeLists.txt
| * Merge branch 'master' into size_t_luaTycho2014-03-224-5/+32
| |\ | | | | | | | | | | | | Conflicts: lib/tolua++/src/bin/basic_lua.h
| * | Patched tolua to understand size_tTycho2014-03-151-0/+1
| | |
* | | Fixed tolua++ override supportTycho2014-04-022-11/+14
| | |
* | | FIrst attempt at adding override support to toluaTycho2014-03-221-5/+6
| |/ |/|
* | Fixed enum checking functions not being called in generated codeTycho2014-03-204-7/+9
| |
* | Fixed bugs in patched tolua outputTycho2014-03-194-7/+28
| |
* | Fixed tolua emitting isnumber insteand of is<Enum>Tycho2014-03-192-2/+6
| |
* | Fixed type error in lua bindingsTycho2014-03-191-3/+3
| |
* | Fixed =~ bugTycho2014-03-171-1/+1
|/
* Patched tolua to emit range checks for enumsTycho2014-03-152-24/+55
|
* Moved tolua++Alexander Harkness2013-11-2424-0/+4924