aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* version 3.7.0Benoit Germain2013-10-118-198/+288
* fix a crash at application shutdown where in some situations we could deiniti...Benoit Germain2013-10-081-20/+45
* Fix broken timersBenoit Germain2013-10-041-0/+1
* Reorder things a tiny weeny bit in lanes.core.configure()Benoit Germain2013-10-041-10/+8
* bugfix: no longer create a global named "lanes.core" inside lanes when libs l...Benoit Germain2013-10-031-17/+11
* GCC compilation error fixv3.6.6Benoit Germain2013-10-021-4/+4
* Delete lanes-keeper.luaBenoit Germain2013-10-011-304/+0
* Fix crash when a module is a simple C function (issue #59)Benoit Germain2013-09-301-15/+34
* version 3.6.6Benoit Germain2013-09-274-85/+64
* Reduce memory footprint, simplify module order setup in conjuction with Lanes...Benoit Germain2013-09-265-333/+258
* Fix application hang at shutdownBenoit Germain2013-09-241-2/+2
* version 3.6.3v3.6.3Benoit Germain2013-08-134-109/+229
* wrap LuaJIT memory allocator in a critical section by defaultBenoit Germain2013-07-221-1/+10
* Ditch PulseEvent usage on WIN32 buildsBenoit Germain2013-07-202-70/+97
* version 3.6.2Benoit Germain2013-05-203-9/+88
* remove 2 weird characters in commentsBenoit Germain2013-05-201-2/+2
* ignore .o files and derived lanes directoryNorman Ramsey2013-04-181-0/+2
* Building Lanes doesn't need lua.exeBenoit Germain2013-04-081-7/+3
* Fix MinGW compiler warnings-as-errorsBenoit Germain2013-04-081-6/+7
* Bumped version to 3.6.1Benoit Germain2013-04-051-1/+1
* Removed LUA_COMPAT_ALL-less Lua5.2 restrictionBenoit Germain2013-04-051-41/+57
* Added lua_lessthan to 5.2 build retrocompatibilityBenoit Germain2013-04-051-0/+1
* Fix issue #50Benoit Germain2013-04-051-2/+2
* version 3.6.0Benoit Germain2013-03-141-13/+14
* version 3.5.2Benoit Germain2013-03-132-227/+252
* Fixed a little APICHECK issueBenoit Germain2013-03-121-2/+3
* Update lanes.luaBenoit Germain2013-03-121-2/+6
* Fix bad assertion in linda dump utilityBenoit Germain2013-02-141-2/+8
* version 3.5.1v3.5.1Benoit Germain2013-02-138-61/+190
* Fix issue #45Benoit Germain2013-02-051-1/+1
* foward on_state_create error to main state if anyBenoit Germain2013-02-011-1/+5
* version 3.5.0Benoit Germain2013-01-306-265/+306
* * More detailed DEBUG_SPEW logsBenoit Germain2013-01-285-338/+452
* version 3.4.4v3.4.4Benoit Germain2013-01-264-88/+98
* version 3.4.3v3.4.3Benoit Germain2013-01-246-289/+428
* minor version bumpBenoit Germain2013-01-101-1/+1
* Enable transfer of recursive upvalued functionsBenoit Germain2013-01-101-68/+55
* Don't pull "package" settings in the timer laneBenoit Germain2013-01-101-1/+1
* Added some upvalues inter-copy debug codeBenoit Germain2013-01-091-21/+28
* threads() raises an error if tracking is disabledBenoit Germain2012-12-171-1/+1
* Fixed lane tracking featureBenoit Germain2012-12-171-64/+128
* lanes.threads(): public APIBenoit Germain2012-12-141-2/+7
* lanes.threads(): core implementationBenoit Germain2012-12-141-31/+112
* Fix lanes.timers()Benoit Germain2012-12-141-1/+2
* Copyright notice updateBenoit Germain2012-12-121-1/+1
* Copyright notice updateBenoit Germain2012-12-121-1/+2
* minor version bumpBenoit Germain2012-12-121-2/+3
* New API lanes.timers()Benoit Germain2012-12-121-12/+42
* fix issue #40Benoit Germain2012-12-031-3/+3
* Same selfdestruct chain handling on all platformsBenoit Germain2012-11-271-1/+1