| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed all indentations to all whitespaces | Benoit Germain | 2022-02-07 | 1 | -3/+3 |
* | fix stack overflow when transfering a clonable userdata referencing itself th... | Benoit Germain | 2021-06-26 | 1 | -0/+13 |
* | correctly transfer the uservalue of a deep userdata | Benoit Germain | 2021-06-24 | 1 | -8/+0 |
* | Moved cancellation code in separate files | Benoit Germain | 2019-04-22 | 1 | -2/+0 |
* | protect_allocator configure option is gone, long live allocator (more embedde... | Benoit Germain | 2018-11-25 | 1 | -0/+4 |
* | Internal code tweaks | Benoit Germain | 2018-11-19 | 1 | -3/+8 |
* | split linda code in a separate file | Benoit Germain | 2018-11-15 | 1 | -1/+1 |
* | fix a bunch of compilation warnings (issue #157) | Benoit Germain | 2018-11-11 | 1 | -1/+1 |
* | fix an internal error trying to call on_state_create in a lane without any li... | Benoit Germain | 2018-11-03 | 1 | -1/+0 |
* | Enum buildfix | Benoit Germain | 2018-11-02 | 1 | -8/+0 |
* | More MinGW buildfixes (I hope) | Benoit Germain | 2018-10-25 | 1 | -4/+5 |
* | Fix Lanes build by reorganizing types around a bit | Benoit Germain | 2018-10-25 | 1 | -31/+15 |
* | Fix for deep-aware modules | Benoit Germain | 2017-08-01 | 1 | -114/+4 |
* | Improve LuaJIT support | Benoit Germain | 2017-05-10 | 1 | -1/+3 |
* | preliminary Lua 5.3 support | Benoit Germain | 2014-12-16 | 1 | -1/+1 |
* | LuaJIT auto detect FIX | Stepets | 2014-04-20 | 1 | -4/+6 |
* | LuaJIT auto detect | Stepets | 2014-04-20 | 1 | -4/+5 |
* | moved compatibility code in a separate file | Benoit Germain | 2014-04-03 | 1 | -25/+0 |
* | Don't mutex-wrap require() more than once | Benoit Germain | 2014-03-19 | 1 | -1/+1 |
* | Fixed some compilation warnings | Benoit Germain | 2014-02-26 | 1 | -63/+66 |
* | Multiverse compatibility | Benoit Germain | 2014-02-26 | 1 | -18/+67 |
* | Lanes init crash fix | Benoit Germain | 2014-02-18 | 1 | -2/+2 |
* | Deep userdata support improvements | Benoit Germain | 2014-02-17 | 1 | -5/+11 |
* | fix on_state_create circular logic issue | Benoit Germain | 2014-01-06 | 1 | -1/+2 |
* | supposedly improved pthread support | Benoit Germain | 2013-11-29 | 1 | -0/+11 |
* | Fix a macro redefinition when compiling against Lua 5.2 with compatibility op... | Benoit Germain | 2013-11-26 | 1 | -0/+2 |
* | Fix a macro redefinition when compiling against Lua 5.2 with compatibility op... | Benoit Germain | 2013-11-26 | 1 | -0/+2 |
* | Minor macro definition fix | Benoit Germain | 2013-11-16 | 1 | -1/+1 |
* | Fixed missing extern variable declarations resulting in multiple variable ins... | Benoit Germain | 2013-11-06 | 1 | -2/+2 |
* | version 3.7.0 | Benoit Germain | 2013-10-11 | 1 | -4/+8 |
* | GCC compilation error fixv3.6.6 | Benoit Germain | 2013-10-02 | 1 | -4/+4 |
* | Reduce memory footprint, simplify module order setup in conjuction with Lanes... | Benoit Germain | 2013-09-26 | 1 | -3/+10 |
* | version 3.6.3v3.6.3 | Benoit Germain | 2013-08-13 | 1 | -0/+3 |
* | Added lua_lessthan to 5.2 build retrocompatibility | Benoit Germain | 2013-04-05 | 1 | -0/+1 |
* | version 3.5.1v3.5.1 | Benoit Germain | 2013-02-13 | 1 | -0/+1 |
* | version 3.5.0 | Benoit Germain | 2013-01-30 | 1 | -3/+2 |
* | * More detailed DEBUG_SPEW logs | Benoit Germain | 2013-01-28 | 1 | -4/+13 |
* | version 3.4.4v3.4.4 | Benoit Germain | 2013-01-26 | 1 | -1/+1 |
* | version 3.4.3v3.4.3 | Benoit Germain | 2013-01-24 | 1 | -6/+14 |
* | Separated public "deep" API declarations in a dedicated header. | Benoit Germain | 2012-11-18 | 1 | -5/+1 |
* | code updated to build against Lua 5.1 and Lua 5.2v3.1.6 | Benoit Germain | 2012-08-14 | 1 | -5/+22 |
* | * when a transfered function is not found in source, guess its name to help t...v3.1.4 | Benoit Germain | 2012-06-27 | 1 | -0/+2 |
* | * changed lanes.configure signature to receive a table instead of individual ... | Benoit Germain | 2012-02-18 | 1 | -3/+1 |
* | * process exit change: close everything at GC when main state closes, not whe... | Benoit Germain | 2011-11-05 | 1 | -4/+5 |
* | * keeper.lua is now embedded in text form instead of bytecode to improve LuaJ... | Benoit Germain | 2011-02-18 | 1 | -0/+3 |
* | Fixed application hang-up because keeper state was not released in case of er... | Benoit Germain | 2011-02-14 | 1 | -2/+2 |
* | Changed idfunc signature and contract to clarify that fact it is not lua-call... | Benoit Germain | 2011-02-12 | 1 | -3/+5 |
* | Take all code from Asko Kauppi's SVN server, and push it here so that the git... | Benoit Germain | 2011-01-04 | 1 | -0/+2 |
* | Import to git | Peter Drahoš | 2010-10-01 | 1 | -0/+72 |