Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Jenkins fixes | Tiger Wang | 2020-07-13 | 1 | -0/+0 |
| | |||||
* | Upgrade to C++17 [CMake] (#4717) | Tiger Wang | 2020-05-16 | 1 | -0/+0 |
| | | | * Make our CMake slightly less insane | ||||
* | tolua++ bindings use nullptr. (#4219) | peterbell10 | 2018-04-27 | 1 | -0/+0 |
| | | | Fixes compilation with -Wzero-as-null-pointer-constant. | ||||
* | Update tolua and export EffectID | peterbell10 | 2017-06-29 | 1 | -0/+0 |
| | |||||
* | Update submodule tolua++ | Lukas Pioch | 2017-05-20 | 1 | -0/+0 |
| | |||||
* | ToLua++: Removed binary tolua. | Mattes D | 2017-05-04 | 1 | -0/+0 |
| | | | | Ref.: #3686 | ||||
* | Don't return const ref params and removed functions from | Lukas Pioch | 2017-05-01 | 1 | -0/+0 |
| | | | | ManualBindings.cpp | ||||
* | Fixed ToLua compatibility between Lua 5.1 and Lua 5.2+. | Mattes D | 2016-12-15 | 1 | -0/+0 |
| | |||||
* | Use CMake's Android generators to crosscompile | Tiger Wang | 2016-12-12 | 1 | -0/+0 |
| | |||||
* | Added a Pure-Lua implementation for bindings generation. | Mattes D | 2016-07-18 | 1 | -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 D | 2015-11-05 | 1 | -0/+0 |
| | |||||
* | Outsourced all libraries into submodules | Julian Laubstein | 2015-11-04 | 2 | -60/+0 |
| | |||||
* | Support building on FreeBSD | linnemannr | 2015-05-25 | 1 | -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 | ||||
* | typo | worktycho | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | Added dependecy of tolualib on lua | worktycho | 2014-06-30 | 1 | -0/+1 |
| | |||||
* | Fixed tolua linking order. | Mattes D | 2014-06-30 | 1 | -3/+1 |
| | | | | Ref.: #1044. | ||||
* | Merge branch 'master' into override | Tycho | 2014-04-05 | 1 | -6/+10 |
|\ | | | | | | | | | Conflicts: lib/tolua++/CMakeLists.txt | ||||
| * | Fixed bad cmake document interpretation | Tiger Wang | 2014-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | Docs say: "If nothing is found, the result will be <VAR>-NOTFOUND" | ||||
| * | Added Additonal check for xxd existance | Tycho | 2014-03-22 | 1 | -6/+9 |
| | | |||||
* | | Fixed tolua++ override support | Tycho | 2014-04-02 | 1 | -2/+5 |
|/ | |||||
* | Fixed bugs in patched tolua output | Tycho | 2014-03-19 | 1 | -1/+5 |
| | |||||
* | Made buffers static const | Tycho | 2014-03-16 | 1 | -3/+3 |
| | |||||
* | Fix indentation | Tycho | 2014-03-15 | 1 | -1/+1 |
| | |||||
* | Patched tolua to emit range checks for enums | Tycho | 2014-03-15 | 1 | -0/+21 |
| | |||||
* | Added a seperate module for Setting flags | Tycho | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | possable fix of typo | Tycho Bickerstaff | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | Revert "fixed bad reference to math library" | Tycho Bickerstaff | 2013-12-20 | 1 | -2/+1 |
| | | | | This reverts commit 0836e5e6602f3101660e7653d7796be7f8f5bd80. | ||||
* | Revert "fixed bad reference to math library" | Tycho Bickerstaff | 2013-12-20 | 1 | -2/+2 |
| | | | | This reverts commit c2167d7ed73c96c7e8cb935074ba860e11c821f9. | ||||
* | fixed bad reference to math library | Tycho Bickerstaff | 2013-12-20 | 1 | -2/+2 |
| | |||||
* | fixed bad reference to math library | Tycho Bickerstaff | 2013-12-20 | 1 | -1/+2 |
| | |||||
* | fixed compile errors with headers and math library | tycho | 2013-12-20 | 1 | -1/+5 |
| | |||||
* | added expat as lua bindings dependincy | Tycho Bickerstaff | 2013-12-19 | 1 | -4/+8 |
| | |||||
* | fixed bindings generation | Tycho Bickerstaff | 2013-12-19 | 1 | -0/+17 |