summaryrefslogtreecommitdiffstats
path: root/lib/tolua++ (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-0462-18574/+0
|
* Support building on FreeBSDlinnemannr2015-05-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | SetFlags.cmake Add -lexecinfo to linker flags for FreeBSD to resolve backtrace() lib/sqlite/CMakeLists.txt Define _XOPEN_SOURCE to 600 instead of __POSIX_VISIBLE to 200112 for POSIX 1-2001 support. For POSIX standards, the _XOPEN_SOURCE define controls the eventual value of __POSIX_VISIBLE. _XOPEN_SOURCE is defined to 500 in sqlite.c if not already defined, which sets up _POSIX_C_SOURCE and __POSIX_VISIBLE to the 199506 for POSIX.1c lib/tolua++/CMakeLists.txt src/CMakeLists.txt Add /usr/local/lib to the library search path for FreeBSD builds src/OSSupport/Errors.cpp Correct the strerror_r() implementation determination to check whether _GNU_SOURCE is defined, not what it evaluates to
* ToLua: Fixed LuaJit compatibility.Mattes D2015-05-111-0/+8
|
* Quick fix for a preprocessor error with clang on OS Xarchshift2014-09-031-1/+3
|
* ToLua++ lib: Assert when usertype is not known.Mattes D2014-08-221-4/+7
|
* ToLua driver: disabled output buffering.madmaxoft2014-08-031-0/+3
|
* Tolua driver: Fixed wrong indentation.madmaxoft2014-07-131-15/+15
|
* typoworktycho2014-06-301-1/+1
|
* Added dependecy of tolualib on luaworktycho2014-06-301-0/+1
|
* Fixed tolua linking order.Mattes D2014-06-301-3/+1
| | | | Ref.: #1044.
* Fixed constnessworktycho2014-06-112-67/+74
|
* 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.
* Added forgoten lua fileTycho2014-04-061-0/+1476
|
* Merge branch 'master' into overrideTycho2014-04-053-7/+14
|\ | | | | | | | | Conflicts: lib/tolua++/CMakeLists.txt
| * Fixed bad cmake document interpretationTiger Wang2014-03-231-1/+1
| | | | | | | | | | | | Docs say: "If nothing is found, the result will be <VAR>-NOTFOUND"
| * Merge pull request #826 from worktycho/xxd_checkMattes D2014-03-231-6/+9
| |\ | | | | | | Added better check for xxd existance
| | * Added Additonal check for xxd existanceTycho2014-03-221-6/+9
| | |
| * | Merge branch 'master' into size_t_luaTycho2014-03-2210-2826/+3163
| |\| | | | | | | | | | | | | Conflicts: lib/tolua++/src/bin/basic_lua.h
| * | Patched tolua to understand size_tTycho2014-03-152-1/+4
| | |
* | | Fixed tolua++ override supportTycho2014-04-025-1319/+164
| | |
* | | FIrst attempt at adding override support to toluaTycho2014-03-221-5/+6
| |/ |/|
* | Fixed enum checking functions not being called in generated codeTycho2014-03-208-2569/+2572
| |
* | Fixed bugs in patched tolua outputTycho2014-03-1910-2211/+2531
| |
* | Fixed tolua emitting isnumber insteand of is<Enum>Tycho2014-03-194-449/+462
| |
* | Fixed type error in lua bindingsTycho2014-03-192-162/+163
| |
* | Fixed =~ bugTycho2014-03-172-2/+2
| |
* | Made buffers static constTycho2014-03-164-6/+6
|/
* Fix indentationTycho2014-03-151-1/+1
|
* Patched tolua to emit range checks for enumsTycho2014-03-157-1747/+2302
|
* Added a seperate module for Setting flagsTycho2014-02-161-1/+1
|
* removed tolua++ makefile which is overwritten by cmakeTycho2014-01-031-338/+0
|
* possable fix of typoTycho Bickerstaff2013-12-201-1/+1
|
* Revert "fixed bad reference to math library"Tycho Bickerstaff2013-12-201-2/+1
| | | | This reverts commit 0836e5e6602f3101660e7653d7796be7f8f5bd80.
* Revert "fixed bad reference to math library"Tycho Bickerstaff2013-12-201-2/+2
| | | | This reverts commit c2167d7ed73c96c7e8cb935074ba860e11c821f9.
* fixed bad reference to math libraryTycho Bickerstaff2013-12-201-2/+2
|
* fixed bad reference to math libraryTycho Bickerstaff2013-12-201-1/+2
|
* fixed compile errors with headers and math librarytycho2013-12-201-1/+5
|
* added expat as lua bindings dependincyTycho Bickerstaff2013-12-192-19/+38
|
* fixed bindings generationTycho Bickerstaff2013-12-194-8017/+206
|
* Revert "Removed unused ToLua files." to allow the new cmake system to build on tolua++ on linuxTycho Bickerstaff2013-12-196-0/+16332
| | | | This reverts commit 906fd503439becaa0856119c573d5dfbbd7f7039.
* bindings regenration logicTycho Bickerstaff2013-12-191-4/+133
|
* Fixed tolua++ compilation.madmaxoft2013-12-083-4/+4
| | | | Duplicate files, wrong includes, const-incorrect code...
* Removed unused ToLua files.madmaxoft2013-12-086-16332/+0
| | | | Those were used to compile the tolua executable and were getting in the way - Unix makefile tried to compile them into MCS.
* Fixed all outstanding VS compilation issuesTiger Wang2013-11-251-1/+1
| | | | Also updated VS2008 files.
* Further attempts to fix compileTiger Wang2013-11-251-2/+2
|
* Attempt to fix compilationTiger Wang2013-11-246-12/+12
|
* Moved tolua++Alexander Harkness2013-11-2457-0/+25232