summaryrefslogtreecommitdiffstats
path: root/lib/tolua++/src/bin (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-25Compile the entire Lua stack as C++Tiger Wang1-0/+0
* Fixes #5216
2020-07-13Jenkins fixesTiger Wang1-0/+0
2020-05-16Upgrade to C++17 [CMake] (#4717)Tiger Wang1-0/+0
* Make our CMake slightly less insane
2018-04-27tolua++ bindings use nullptr. (#4219)peterbell101-0/+0
Fixes compilation with -Wzero-as-null-pointer-constant.
2017-06-29Update tolua and export EffectIDpeterbell101-0/+0
2017-05-20Update submodule tolua++Lukas Pioch1-0/+0
2017-05-04ToLua++: Removed binary tolua.Mattes D1-0/+0
Ref.: #3686
2017-05-01Don't return const ref params and removed functions fromLukas Pioch1-0/+0
ManualBindings.cpp
2016-12-15Fixed ToLua compatibility between Lua 5.1 and Lua 5.2+.Mattes D1-0/+0
2016-12-12Use CMake's Android generators to crosscompileTiger Wang1-0/+0
2016-07-18Added a Pure-Lua implementation for bindings generation.Mattes D1-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.
2015-11-05Ignore MSVC build artefacts in submodularised libraries.Mattes D1-0/+0
2015-11-04Outsourced all libraries into submodulesJulian Laubstein36-14550/+0
2015-05-11ToLua: Fixed LuaJit compatibility.Mattes D1-0/+8
2014-08-03ToLua driver: disabled output buffering.madmaxoft1-0/+3
2014-07-13Tolua driver: Fixed wrong indentation.madmaxoft1-15/+15
2014-06-11Fixed constnessworktycho2-67/+74
2014-06-09Fixed debugging code in tolua++ driver script.madmaxoft1-1/+1
2014-06-09ToLua can now be run in pure-lua mode.madmaxoft5-8/+100
See the src/Bindings/AllToLua_lua.bat for usage example.
2014-04-06Added forgoten lua fileTycho1-0/+1476
2014-04-02Fixed tolua++ override supportTycho4-1317/+159
2014-03-22FIrst attempt at adding override support to toluaTycho1-5/+6
2014-03-20Fixed enum checking functions not being called in generated codeTycho8-2569/+2572
2014-03-19Fixed bugs in patched tolua outputTycho9-2210/+2526
2014-03-19Fixed tolua emitting isnumber insteand of is<Enum>Tycho4-449/+462
2014-03-19Fixed type error in lua bindingsTycho2-162/+163
2014-03-17Fixed =~ bugTycho2-2/+2
2014-03-16Made buffers static constTycho3-3/+3
2014-03-15Patched tolua to understand size_tTycho2-1/+4
2014-03-15Patched tolua to emit range checks for enumsTycho6-1747/+2281
2013-12-19fixed bindings generationTycho Bickerstaff2-8017/+0
2013-12-19Revert "Removed unused ToLua files." to allow the new cmake system to build on tolua++ on linuxTycho Bickerstaff6-0/+16332
This reverts commit 906fd503439becaa0856119c573d5dfbbd7f7039.
2013-12-08Removed unused ToLua files.madmaxoft6-16332/+0
Those were used to compile the tolua executable and were getting in the way - Unix makefile tried to compile them into MCS.
2013-11-24Attempt to fix compilationTiger Wang1-4/+4
2013-11-24Moved tolua++Alexander Harkness31-0/+21268