aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* New global setting "strip_functions"Benoit Germain2024-06-031-23/+25
* Moved lanes.sleep implementation to the C-sideBenoit Germain2024-06-031-23/+3
* Some API changesBenoit Germain2024-05-311-15/+23
* Improved multi-keeper testsBenoit Germain2024-05-311-18/+19
* Keeper management modernisation and improvementsBenoit Germain2024-05-301-5/+5
* Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...Benoit Germain2024-05-291-2/+2
* Fix lanes.lua dependency on "io"Benoit Germain2024-05-291-28/+25
* New Lanes finalizer API lanes.finally()Benoit Germain2024-05-281-0/+1
* Minor code tweaksBenoit Germain2024-05-171-10/+15
* Error reporting revampBenoit Germain2024-05-171-4/+17
* Fix missing lanes.nullBenoit Germain2024-05-171-0/+1
* Almost nothingBenoit Germain2024-05-141-2/+1
* Linda API changesBenoit Germain2024-05-131-7/+10
* API changesBenoit Germain2024-05-131-2/+4
* New lane generator option opt_tbl.nameBenoit Germain2024-05-131-9/+13
* de-megathodize lanes.configure()Benoit Germain2024-05-021-607/+649
* C++ migration: use std::jthread, std::condition_variable, std::chrono.Benoit Germain2024-04-081-222/+229
* Enable manual control of GC inside keeper statesBenoit Germain2024-04-051-0/+5
* Finalize version 3.16.2v3.16.2Benoit Germain2023-08-171-1/+1
* 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