aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Unify sleep() timeout with send() and receive (nil means forever)v4.0.0Benoit Germain2026-02-275-28/+28
* More minor doc tweaksBenoit Germain2026-02-262-12/+16
* Listed some remaining doc glitches to be reflected uponBenoit Germain2026-02-261-0/+20
* Fix typo in convert_max_attempts documentationBenoit Germain2026-02-261-1/+1
* Fix lanes.timers() documentation error, and add the relevant unit testBenoit Germain2026-02-262-4/+10
* Fix thread_priority_range() documentation errorBenoit Germain2026-02-261-1/+1
* Fix documentation about finalizersBenoit Germain2026-02-261-1/+1
* Fix linda:receive() documentation errorBenoit Germain2026-02-261-1/+1
* update CHANGESBenoit Germain2026-02-261-1/+2
* More cancellation documentation fixesBenoit Germain2026-02-261-2/+4
* Fix comments for lane_cancelBenoit Germain2026-02-261-4/+1
* change cancel_test() to raise cancel_error on hard-cancels by defaultBenoit Germain2026-02-268-20/+43
* Improve cancel_test() documentation and unit testBenoit Germain2026-02-262-5/+19
* Updated COPYRIGHT and READMEBenoit Germain2025-12-014-1/+25
* Link lanes_core.so with -fvisibility=hiddenBenoit Germain2025-11-191-1/+1
* Test full userdata keys with verbose_errorsBenoit Germain2025-10-302-3/+12
* Stronger test for verbose_errorsBenoit Germain2025-10-301-5/+9
* Two less global variablesBenoit Germain2025-10-271-2/+3
* verbose_errors improvementBenoit Germain2025-10-278-14/+62
* Fix STACK_GROW under ClangBenoit Germain2025-10-211-1/+1
* Lift restriction on functions and userdata as table keysBenoit Germain2025-09-306-50/+149
* Lift restriction on tables as table keysBenoit Germain2025-09-297-14/+54
* Many small doc tweaksBenoit Germain2025-09-291-39/+42
* Fix embedded tests when PATH is insufficientBenoit Germain2025-09-231-14/+35
* Fix a small doc typoBenoit Germain2025-09-221-2/+2
* Improve table and userdata conversionsBenoit Germain2025-09-2012-132/+656
* Improved func_is_string unit testBenoit Germain2025-08-211-19/+27
* Copy deep_userdata_example test script in the test frameworkBenoit Germain2025-07-316-3/+180
* Adjust deep_userdata_example test script to the latest linda API changesBenoit Germain2025-07-311-1/+1
* RAII + setjmp = UBBenoit Germain2025-07-312-40/+13
* I don't even know why I ever included luajit.h. removed it.Benoit Germain2025-07-281-1/+0
* Tiny makefile tweak for Lua 5.5Benoit Germain2025-07-271-1/+1
* Split lanes.sleep unit tests and some linda unit tests tooBenoit Germain2025-07-252-76/+91
* Fix crashes in MSVC release builds related to KeeperOperationInProgressBenoit Germain2025-07-253-14/+24
* Rework function bytecode dumping to be Lua5.5-readyBenoit Germain2025-07-247-45/+53
* Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug codeBenoit Germain2025-07-242-44/+45
* Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug codeBenoit Germain2025-07-244-22/+32
* workaround a possible Lua 5.5 bug when dumping functions (but it doesn't solv...Benoit Germain2025-07-221-0/+5
* New helper to push function bytecode (to facilitate Lua 5.5 support)Benoit Germain2025-07-223-38/+53
* Merge pull request #240 from sonoro1234/master_cmake2Benoit Germain2025-07-221-2/+3
|\
| * cmake for c++20 in master branchsonoro12342025-07-201-2/+3
|/
* Minor doc fixesBenoit Germain2025-07-041-2/+2
* Added Lua 5.5 supportBenoit Germain2025-07-0410-32/+97
* Changed lua wrapper prefixes from luaG_ to luaW_ (w as in wrapper!)Benoit Germain2025-07-0425-390/+390
* Added targets for Lua 5.5 in VS projects and SolutionBenoit Germain2025-07-044-0/+737
* Split coro tests in several scriptsBenoit Germain2025-07-0413-203/+288
* Fix more issues related to suspended coroutines and join/indexing operationsBenoit Germain2025-07-035-162/+269
* Clarified interactions between join() and coroutinesBenoit Germain2025-07-012-46/+75
* Preparation for lane:close() and correct to-be-closed variablesBenoit Germain2025-06-269-123/+299
* Minor documentation fixBenoit Germain2025-06-261-2/+2