aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* new .internal_allocator configuration IUNTESTED)Benoit Germain2023-08-091-1/+7
* Make allocator threadsafe by default when running LuaJIT, because LuaJIT allo...Benoit Germain2022-02-211-1/+2
* Changed all indentations to all whitespacesBenoit Germain2022-02-071-690/+690
* Lane cancellation reworkBenoit Germain2019-04-261-14/+3
* Trailing whitespaces deleted from lanes.luavalid-ptr2018-11-271-10/+10
* Lanes version available in public headerBenoit Germain2018-11-261-1/+1
* User-provided unknown configure option raises an errorBenoit Germain2018-11-261-0/+6
* protect_allocator configure option is gone, long live allocator (more embedde...Benoit Germain2018-11-251-3/+5
* new API lanes.set_thread_affinity(), and et_debug_threadname implemented with...Benoit Germain2018-11-091-1/+2
* Fix error with LuaJIT when ffi package isn't requiredBenoit Germain2018-11-021-1/+1
* Better protect_allocator autodetectionBenoit Germain2018-10-311-1/+1
* Fix error when using strict checkingBenoit Germain2017-08-031-1/+1
* Table transfer improvementsBenoit Germain2017-06-051-10/+8
* Improve LuaJIT supportBenoit Germain2017-05-101-0/+3
* Not needed to call configure. It is called automatically with no settings if ...aryajur2015-09-181-478/+489
* Fix standard library lists for Lua 5.3mpeterv2015-04-121-0/+1
* New API lanes.sleep (bumped version to 3.9.7)Benoit Germain2014-09-181-4/+21
* Minor fixes and tweaksBenoit Germain2014-05-161-83/+104
* lindas can have a group for keeper state assignation controlBenoit Germain2014-02-171-11/+0
* more fixes/tweaks about cancelled lindasBenoit Germain2014-02-131-35/+53
* new lane launcher option gc_cbBenoit Germain2014-01-221-4/+10
* get()/set() improvementsBenoit Germain2014-01-201-1/+1
* Cancellation improvements and some fixesBenoit Germain2014-01-161-1/+1
* fix on_state_create circular logic issueBenoit Germain2014-01-061-1/+1
* new config option demote_full_userdataBenoit Germain2013-12-201-34/+16
* new API lanes.set_thread_priority()Benoit Germain2013-12-041-0/+1
* pthread thread priority refacto: lanes.luaBenoit Germain2013-12-021-1/+1
* lanes.genlock() improvements and fixBenoit Germain2013-11-161-20/+34
* version 3.7.0Benoit Germain2013-10-111-40/+32
* Fix broken timersBenoit Germain2013-10-041-0/+1
* version 3.6.6Benoit Germain2013-09-271-12/+7
* version 3.6.3v3.6.3Benoit Germain2013-08-131-1/+10
* wrap LuaJIT memory allocator in a critical section by defaultBenoit Germain2013-07-221-1/+10
* version 3.5.2Benoit Germain2013-03-131-2/+10
* Update lanes.luaBenoit Germain2013-03-121-2/+6
* version 3.5.1v3.5.1Benoit Germain2013-02-131-14/+16
* version 3.5.0Benoit Germain2013-01-301-160/+163
* * More detailed DEBUG_SPEW logsBenoit Germain2013-01-281-1/+1
* version 3.4.3v3.4.3Benoit Germain2013-01-241-5/+13
* Don't pull "package" settings in the timer laneBenoit Germain2013-01-101-1/+1
* threads() raises an error if tracking is disabledBenoit Germain2012-12-171-1/+1
* lanes.threads(): public APIBenoit Germain2012-12-141-2/+7
* Fix lanes.timers()Benoit Germain2012-12-141-1/+2
* New API lanes.timers()Benoit Germain2012-12-121-12/+42
* version 3.4.0Benoit Germain2012-09-261-2/+2
* version 3.3.0Benoit Germain2012-09-101-55/+87
* fix possible crash at application shutdown when a race condition causes linda...Benoit Germain2012-08-101-1/+1
* one more step toward 5.2 compatibilityv3.1.5Benoit Germain2012-07-101-2/+2
* expose lua51-lanes.now_secs() as lanes.now_secs()Benoit Germain2012-07-081-0/+1
* * when a transfered function is not found in source, guess its name to help t...v3.1.4Benoit Germain2012-06-271-0/+1