summaryrefslogtreecommitdiffstats
path: root/lib/tolua++/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-15Reverted moving Lua to C++.Mattes D1-0/+0
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 Laubstein2-60/+0
2015-05-25Support building on FreeBSDlinnemannr1-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
2014-06-30typoworktycho1-1/+1
2014-06-30Added dependecy of tolualib on luaworktycho1-0/+1
2014-06-30Fixed tolua linking order.Mattes D1-3/+1
Ref.: #1044.
2014-04-02Fixed tolua++ override supportTycho1-2/+5
2014-03-23Fixed bad cmake document interpretationTiger Wang1-1/+1
Docs say: "If nothing is found, the result will be <VAR>-NOTFOUND"
2014-03-22Added Additonal check for xxd existanceTycho1-6/+9
2014-03-19Fixed bugs in patched tolua outputTycho1-1/+5
2014-03-16Made buffers static constTycho1-3/+3
2014-03-15Fix indentationTycho1-1/+1
2014-03-15Patched tolua to emit range checks for enumsTycho1-0/+21
2014-02-16Added a seperate module for Setting flagsTycho1-1/+1
2013-12-20possable fix of typoTycho Bickerstaff1-1/+1
2013-12-20Revert "fixed bad reference to math library"Tycho Bickerstaff1-2/+1
This reverts commit 0836e5e6602f3101660e7653d7796be7f8f5bd80.
2013-12-20Revert "fixed bad reference to math library"Tycho Bickerstaff1-2/+2
This reverts commit c2167d7ed73c96c7e8cb935074ba860e11c821f9.
2013-12-20fixed bad reference to math libraryTycho Bickerstaff1-2/+2
2013-12-20fixed bad reference to math libraryTycho Bickerstaff1-1/+2
2013-12-20fixed compile errors with headers and math librarytycho1-1/+5
2013-12-19added expat as lua bindings dependincyTycho Bickerstaff1-4/+8
2013-12-19fixed bindings generationTycho Bickerstaff1-0/+17