Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | version 3.5.1v3.5.1 | Benoit Germain | 2013-02-13 | 8 | -61/+190 |
* | Fix issue #45 | Benoit Germain | 2013-02-05 | 1 | -1/+1 |
* | foward on_state_create error to main state if any | Benoit Germain | 2013-02-01 | 1 | -1/+5 |
* | version 3.5.0 | Benoit Germain | 2013-01-30 | 6 | -265/+306 |
* | * More detailed DEBUG_SPEW logs | Benoit Germain | 2013-01-28 | 5 | -338/+452 |
* | version 3.4.4v3.4.4 | Benoit Germain | 2013-01-26 | 4 | -88/+98 |
* | version 3.4.3v3.4.3 | Benoit Germain | 2013-01-24 | 6 | -289/+428 |
* | minor version bump | Benoit Germain | 2013-01-10 | 1 | -1/+1 |
* | Enable transfer of recursive upvalued functions | Benoit Germain | 2013-01-10 | 1 | -68/+55 |
* | Don't pull "package" settings in the timer lane | Benoit Germain | 2013-01-10 | 1 | -1/+1 |
* | Added some upvalues inter-copy debug code | Benoit Germain | 2013-01-09 | 1 | -21/+28 |
* | threads() raises an error if tracking is disabled | Benoit Germain | 2012-12-17 | 1 | -1/+1 |
* | Fixed lane tracking feature | Benoit Germain | 2012-12-17 | 1 | -64/+128 |
* | lanes.threads(): public API | Benoit Germain | 2012-12-14 | 1 | -2/+7 |
* | lanes.threads(): core implementation | Benoit Germain | 2012-12-14 | 1 | -31/+112 |
* | Fix lanes.timers() | Benoit Germain | 2012-12-14 | 1 | -1/+2 |
* | Copyright notice update | Benoit Germain | 2012-12-12 | 1 | -1/+1 |
* | Copyright notice update | Benoit Germain | 2012-12-12 | 1 | -1/+2 |
* | minor version bump | Benoit Germain | 2012-12-12 | 1 | -2/+3 |
* | New API lanes.timers() | Benoit Germain | 2012-12-12 | 1 | -12/+42 |
* | fix issue #40 | Benoit Germain | 2012-12-03 | 1 | -3/+3 |
* | Same selfdestruct chain handling on all platforms | Benoit Germain | 2012-11-27 | 1 | -1/+1 |
* | Use prctl when pthread_setname_np isn't available | Benoit Germain | 2012-11-27 | 1 | -1/+18 |
* | fix issue #39 | Benoit Germain | 2012-11-22 | 1 | -10/+39 |
* | fix application shutdown crash by not registering anything with atexit()v3.4.0 | Benoit Germain | 2012-11-21 | 3 | -4/+19 |
* | Separated public "deep" API declarations in a dedicated header. | Benoit Germain | 2012-11-18 | 2 | -5/+18 |
* | Raise an error on multiple-named functions. | Benoit Germain | 2012-10-25 | 1 | -43/+41 |
* | Lua version sanity check | Benoit Germain | 2012-10-23 | 1 | -3/+14 |
* | Fixed the fix... | Benoit Germain | 2012-10-23 | 1 | -1/+1 |
* | Fixed thread name retrieval in main state. | Benoit Germain | 2012-10-23 | 1 | -2/+7 |
* | More informative messages on failed transfers. | Benoit Germain | 2012-10-23 | 1 | -4/+7 |
* | Always set "decoda_name" global in a new Lane. | Benoit Germain | 2012-10-23 | 1 | -0/+4 |
* | Fixed a comment to match the code | Benoit Germain | 2012-10-23 | 1 | -1/+1 |
* | build fixes | Benoit Germain | 2012-10-20 | 2 | -18/+19 |
* | version 3.4.0 | Benoit Germain | 2012-09-26 | 5 | -25/+107 |
* | minor internal changes | Benoit Germain | 2012-09-13 | 3 | -76/+86 |
* | code tweaks to enable building against win32-pthread on windows platforms. | Benoit Germain | 2012-09-11 | 2 | -15/+33 |
* | fixed a bad forward declaration | benoit-germain | 2012-09-11 | 1 | -87/+96 |
* | version 3.3.0 | Benoit Germain | 2012-09-10 | 3 | -230/+332 |
* | Make *really* sure we build for all platforms :-) | benoit-germain | 2012-08-25 | 1 | -0/+4 |
* | Fix ubuntu compilation errors | benoit-germain | 2012-08-25 | 1 | -1/+2 |
* | lanes version 3.2.0v3.2.0 | Benoit Germain | 2012-08-22 | 4 | -21/+427 |
* | Fix 64 bits compilation warnings (issue #34) | benoit-germain | 2012-08-20 | 1 | -3/+3 |
* | code updated to build against Lua 5.1 and Lua 5.2v3.1.6 | Benoit Germain | 2012-08-14 | 4 | -25/+51 |
* | * removed the search for MSVCR80.DLL when building for MinGW32 since it no lo... | Benoit Germain | 2012-08-14 | 1 | -8/+1 |
* | Proper crash fix, part 2 | benoit-germain | 2012-08-10 | 1 | -3/+3 |
* | Good crash fix this time, part 1 | benoit-germain | 2012-08-10 | 1 | -1/+1 |
* | Yet another shutdown crash fix | benoit-germain | 2012-08-10 | 1 | -0/+4 |
* | fix possible crash at application shutdown when a race condition causes linda... | Benoit Germain | 2012-08-10 | 4 | -21/+21 |
* | lanes.linda() accepts an optional name argument | benoit-germain | 2012-08-06 | 1 | -6/+33 |