summaryrefslogtreecommitdiffstats
path: root/lib/tolua++/src/bin/basic_lua.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Compile the entire Lua stack as C++Tiger Wang2021-06-251-0/+0
| | | | * Fixes #5216
* Jenkins fixesTiger Wang2020-07-131-0/+0
|
* Upgrade to C++17 [CMake] (#4717)Tiger Wang2020-05-161-0/+0
| | | * Make our CMake slightly less insane
* tolua++ bindings use nullptr. (#4219)peterbell102018-04-271-0/+0
| | | Fixes compilation with -Wzero-as-null-pointer-constant.
* Update tolua and export EffectIDpeterbell102017-06-291-0/+0
|
* Update submodule tolua++Lukas Pioch2017-05-201-0/+0
|
* ToLua++: Removed binary tolua.Mattes D2017-05-041-0/+0
| | | | Ref.: #3686
* Don't return const ref params and removed functions fromLukas Pioch2017-05-011-0/+0
| | | | ManualBindings.cpp
* 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-767/+0
|
* Fixed constnessworktycho2014-06-111-66/+73
|
* Merge branch 'master' into size_t_luaTycho2014-03-221-599/+611
|\ | | | | | | | | Conflicts: lib/tolua++/src/bin/basic_lua.h
| * Fixed enum checking functions not being called in generated codeTycho2014-03-201-606/+608
| |
| * Fixed bugs in patched tolua outputTycho2014-03-191-17/+19
| |
| * Fixed tolua emitting isnumber insteand of is<Enum>Tycho2014-03-191-437/+445
| |
| * Made buffers static constTycho2014-03-161-1/+1
| |
* | Patched tolua to understand size_tTycho2014-03-151-1/+3
|/
* Patched tolua to emit range checks for enumsTycho2014-03-151-0/+746