Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: some install variables that were left out in last commit | sonoro1234 | 2019-05-03 | 1 | -0/+6 |
| | |||||
* | cmake: cleaning and only link against lualib on windows ↵ | sonoro1234 | 2019-05-02 | 1 | -15/+6 |
| | | | | (see:http://lua-users.org/wiki/BuildingModules) | ||||
* | CMakeLists.txt get all sources | sonoro1234 | 2018-11-15 | 1 | -1/+2 |
| | |||||
* | CMakeLists.txt add linda.c | sonoro1234 | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | add USE_PTHREAD to CMakeLists.txt | sonoro1234 | 2018-10-25 | 1 | -0/+3 |
| | |||||
* | Fix for deep-aware modules | Benoit Germain | 2017-08-01 | 1 | -1/+1 |
| | | | | | | Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module. | ||||
* | Fix issue #102 | Benoit Germain | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | Deep userdata changes | Benoit Germain | 2014-06-17 | 1 | -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/h | Benoit Germain | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | Commented out some obsolete code in CMakeLists | Benoit Germain | 2012-10-20 | 1 | -11/+11 |
| | |||||
* | MinGW build now does not use MS runtime | steve donovan | 2011-03-16 | 1 | -31/+0 |
| | |||||
* | * keeper.lua is now embedded in text form instead of bytecode to improve ↵ | Benoit Germain | 2011-02-18 | 1 | -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 luac | Michal Kottman | 2011-01-08 | 1 | -0/+5 |
| | |||||
* | Droping down CMake requirementv2.0.3 | Peter Drahoš | 2010-10-03 | 1 | -1/+1 |
| | |||||
* | Import to git | Peter Drahoš | 2010-10-01 | 1 | -0/+86 |