aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cmake: some install variables that were left out in last commitsonoro12342019-05-031-0/+6
|
* cmake: cleaning and only link against lualib on windows ↵sonoro12342019-05-021-15/+6
| | | | (see:http://lua-users.org/wiki/BuildingModules)
* CMakeLists.txt get all sourcessonoro12342018-11-151-1/+2
|
* CMakeLists.txt add linda.csonoro12342018-11-151-1/+1
|
* add USE_PTHREAD to CMakeLists.txtsonoro12342018-10-251-0/+3
|
* Fix for deep-aware modulesBenoit Germain2017-08-011-1/+1
| | | | | | Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module.
* Fix issue #102Benoit Germain2014-06-261-1/+1
|
* Deep userdata changesBenoit Germain2014-06-171-1/+1
| | | | | | | | | * bumped version to 3.9.6 * separate deep userdata code in a dedicated file to allow external modules to implement Lanes-compatible deep userdata without requiring a binary dependency against the Lanes module. because of this linda_id function(eDO_metatable) must push 2 values on the stack: a metatable and a deep version string obtained from luaG_pushdeepversion()
* Fix build issues with compat.c/hBenoit Germain2014-04-231-1/+1
|
* Commented out some obsolete code in CMakeListsBenoit Germain2012-10-201-11/+11
|
* MinGW build now does not use MS runtimesteve donovan2011-03-161-31/+0
|
* * keeper.lua is now embedded in text form instead of bytecode to improve ↵Benoit Germain2011-02-181-5/+3
| | | | | | LuaJIT2-compatibility (but this is not enough). * moved keeper-related code in a separate source file
* Fixed CMakeLists.txt to search for lua and luacMichal Kottman2011-01-081-0/+5
|
* Droping down CMake requirementv2.0.3Peter Drahoš2010-10-031-1/+1
|
* Import to gitPeter Drahoš2010-10-011-0/+86