Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed constness | worktycho | 2014-06-11 | 2 | -67/+74 |
| | |||||
* | Fixed debugging code in tolua++ driver script. | madmaxoft | 2014-06-09 | 1 | -1/+1 |
| | |||||
* | ToLua can now be run in pure-lua mode. | madmaxoft | 2014-06-09 | 5 | -8/+100 |
| | | | | See the src/Bindings/AllToLua_lua.bat for usage example. | ||||
* | Added forgoten lua file | Tycho | 2014-04-06 | 1 | -0/+1476 |
| | |||||
* | Merge branch 'master' into override | Tycho | 2014-04-05 | 2 | -1/+4 |
|\ | | | | | | | | | Conflicts: lib/tolua++/CMakeLists.txt | ||||
| * | Merge branch 'master' into size_t_lua | Tycho | 2014-03-22 | 9 | -2822/+3155 |
| |\ | | | | | | | | | | | | | Conflicts: lib/tolua++/src/bin/basic_lua.h | ||||
| * | | Patched tolua to understand size_t | Tycho | 2014-03-15 | 2 | -1/+4 |
| | | | |||||
* | | | Fixed tolua++ override support | Tycho | 2014-04-02 | 4 | -1317/+159 |
| | | | |||||
* | | | FIrst attempt at adding override support to tolua | Tycho | 2014-03-22 | 1 | -5/+6 |
| |/ |/| | |||||
* | | Fixed enum checking functions not being called in generated code | Tycho | 2014-03-20 | 8 | -2569/+2572 |
| | | |||||
* | | Fixed bugs in patched tolua output | Tycho | 2014-03-19 | 9 | -2210/+2526 |
| | | |||||
* | | Fixed tolua emitting isnumber insteand of is<Enum> | Tycho | 2014-03-19 | 4 | -449/+462 |
| | | |||||
* | | Fixed type error in lua bindings | Tycho | 2014-03-19 | 2 | -162/+163 |
| | | |||||
* | | Fixed =~ bug | Tycho | 2014-03-17 | 2 | -2/+2 |
| | | |||||
* | | Made buffers static const | Tycho | 2014-03-16 | 3 | -3/+3 |
|/ | |||||
* | Patched tolua to emit range checks for enums | Tycho | 2014-03-15 | 6 | -1747/+2281 |
| | |||||
* | fixed bindings generation | Tycho Bickerstaff | 2013-12-19 | 2 | -8017/+0 |
| | |||||
* | Revert "Removed unused ToLua files." to allow the new cmake system to build on tolua++ on linux | Tycho Bickerstaff | 2013-12-19 | 6 | -0/+16332 |
| | | | | This reverts commit 906fd503439becaa0856119c573d5dfbbd7f7039. | ||||
* | Fixed tolua++ compilation. | madmaxoft | 2013-12-08 | 2 | -2/+2 |
| | | | | Duplicate files, wrong includes, const-incorrect code... | ||||
* | Removed unused ToLua files. | madmaxoft | 2013-12-08 | 6 | -16332/+0 |
| | | | | Those were used to compile the tolua executable and were getting in the way - Unix makefile tried to compile them into MCS. | ||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 6 | -12/+12 |
| | |||||
* | Moved tolua++ | Alexander Harkness | 2013-11-24 | 38 | -0/+23475 |