aboutsummaryrefslogtreecommitdiff
path: root/src/tools.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* protect_allocator configure option is gone, long live allocator (more embedde...Benoit Germain2018-11-251-0/+4
* Internal code tweaksBenoit Germain2018-11-191-3/+8
* split linda code in a separate fileBenoit Germain2018-11-151-1/+1
* fix a bunch of compilation warnings (issue #157)Benoit Germain2018-11-111-1/+1
* fix an internal error trying to call on_state_create in a lane without any li...Benoit Germain2018-11-031-1/+0
* Enum buildfixBenoit Germain2018-11-021-8/+0
* More MinGW buildfixes (I hope)Benoit Germain2018-10-251-4/+5
* Fix Lanes build by reorganizing types around a bitBenoit Germain2018-10-251-31/+15
* Fix for deep-aware modulesBenoit Germain2017-08-011-114/+4
* Improve LuaJIT supportBenoit Germain2017-05-101-1/+3
* preliminary Lua 5.3 supportBenoit Germain2014-12-161-1/+1
* LuaJIT auto detect FIXStepets2014-04-201-4/+6
* LuaJIT auto detectStepets2014-04-201-4/+5
* moved compatibility code in a separate fileBenoit Germain2014-04-031-25/+0
* Don't mutex-wrap require() more than onceBenoit Germain2014-03-191-1/+1
* Fixed some compilation warningsBenoit Germain2014-02-261-63/+66
* Multiverse compatibilityBenoit Germain2014-02-261-18/+67
* Lanes init crash fixBenoit Germain2014-02-181-2/+2
* Deep userdata support improvementsBenoit Germain2014-02-171-5/+11
* fix on_state_create circular logic issueBenoit Germain2014-01-061-1/+2
* supposedly improved pthread supportBenoit Germain2013-11-291-0/+11
* Fix a macro redefinition when compiling against Lua 5.2 with compatibility op...Benoit Germain2013-11-261-0/+2
* Fix a macro redefinition when compiling against Lua 5.2 with compatibility op...Benoit Germain2013-11-261-0/+2
* Minor macro definition fixBenoit Germain2013-11-161-1/+1
* Fixed missing extern variable declarations resulting in multiple variable ins...Benoit Germain2013-11-061-2/+2
* version 3.7.0Benoit Germain2013-10-111-4/+8
* GCC compilation error fixv3.6.6Benoit Germain2013-10-021-4/+4
* Reduce memory footprint, simplify module order setup in conjuction with Lanes...Benoit Germain2013-09-261-3/+10
* version 3.6.3v3.6.3Benoit Germain2013-08-131-0/+3
* Added lua_lessthan to 5.2 build retrocompatibilityBenoit Germain2013-04-051-0/+1
* version 3.5.1v3.5.1Benoit Germain2013-02-131-0/+1
* version 3.5.0Benoit Germain2013-01-301-3/+2
* * More detailed DEBUG_SPEW logsBenoit Germain2013-01-281-4/+13
* version 3.4.4v3.4.4Benoit Germain2013-01-261-1/+1
* version 3.4.3v3.4.3Benoit Germain2013-01-241-6/+14
* Separated public "deep" API declarations in a dedicated header.Benoit Germain2012-11-181-5/+1
* code updated to build against Lua 5.1 and Lua 5.2v3.1.6Benoit Germain2012-08-141-5/+22
* * when a transfered function is not found in source, guess its name to help t...v3.1.4Benoit Germain2012-06-271-0/+2
* * changed lanes.configure signature to receive a table instead of individual ...Benoit Germain2012-02-181-3/+1
* * process exit change: close everything at GC when main state closes, not whe...Benoit Germain2011-11-051-4/+5
* * keeper.lua is now embedded in text form instead of bytecode to improve LuaJ...Benoit Germain2011-02-181-0/+3
* Fixed application hang-up because keeper state was not released in case of er...Benoit Germain2011-02-141-2/+2
* Changed idfunc signature and contract to clarify that fact it is not lua-call...Benoit Germain2011-02-121-3/+5
* Take all code from Asko Kauppi's SVN server, and push it here so that the git...Benoit Germain2011-01-041-0/+2
* Import to gitPeter Drahoš2010-10-011-0/+72