aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Split unittest lanes.configure.allocatorBenoit Germain2025-04-291-31/+47
* Remove a useless mutex guard on lane setf-destructBenoit Germain2025-04-283-2/+3
* Minor internal tweaks in shutdown codeBenoit Germain2025-04-284-12/+23
* Code factorization in linda send/receive implementationBenoit Germain2025-04-251-64/+40
* Unit test fixesBenoit Germain2025-04-244-10/+42
* Fix rockspecBenoit Germain2025-04-231-1/+1
* cancel_test() returns "soft"/"hard" instead of trueBenoit Germain2025-04-234-8/+23
* Fix doc typosBenoit Germain2025-04-231-38/+38
* Documentation improvementsBenoit Germain2025-04-211-10/+88
* Make gcc more happyBenoit Germain2025-04-203-3/+5
* Make gcc happyBenoit Germain2025-04-202-3/+3
* A unit test for linda wake_periodBenoit Germain2025-04-187-15/+64
* New feature: Linda periodical cancellation checksBenoit Germain2025-04-1824-426/+627
* Linda batched mode reworkBenoit Germain2025-04-1514-174/+174
* A bit of code factorizationBenoit Germain2025-04-152-88/+87
* Fix documentation for lane:cancel()Benoit Germain2025-04-151-1/+1
* Fix some tests (kinda)Benoit Germain2025-04-158-82/+120
* Makefile tweaksBenoit Germain2025-04-142-5/+3
* Ignore .vscode folderBenoit Germain2025-04-141-0/+1
* Remove whitspaces from test namesBenoit Germain2025-04-143-6/+6
* A configuration file to debug mingw ucrt64 builds with vscodeBenoit Germain2025-04-141-0/+44
* Implement THREAD_SETNAME for mingwBenoit Germain2025-04-071-1/+3
* Fix crash with multi keepers (invalid memory access on close)Benoit Germain2025-04-074-35/+29
* UnitTest vcproj builds exe directly in _LuaVersions so that it finds the nece...Benoit Germain2025-04-042-24/+24
* Separate nb_user_keeper unit testsBenoit Germain2025-04-041-34/+35
* Fix 32 bits compilation warningsBenoit Germain2025-04-042-10/+10
* Enable running tests from the MakefileBenoit Germain2025-04-011-1/+1
* Fix threading compilation for MinGWBenoit Germain2025-04-013-31/+51
* Fix Catch2 runsettings (getting there)Benoit Germain2025-03-211-3/+3
* More vcproj fixes for some targetsBenoit Germain2025-03-213-53/+70
* Remove .user fileBenoit Germain2025-03-211-191/+0
* Adjusting MSVC files to ease unit testingBenoit Germain2025-03-2110-735/+698
* A few vcproj tweaksBenoit Germain2025-03-203-105/+120
* Circumvent MSVC possible bug causing a crash in optimized buildsBenoit Germain2025-03-172-4/+3
* Fix test "allocator = <bad C function>" not failing against LuaJIT like it sh...Benoit Germain2025-03-174-176/+185
* Raise a regular Lua error instead of throwing a C++ std::logic_error exceptio...Benoit Germain2025-03-1711-63/+119
* Fix crash with LuaJIT when using { name = 'auto' } for lane name detectionBenoit Germain2025-03-171-1/+3
* Give a name to all lanes in the testsBenoit Germain2025-03-1445-80/+82
* Fix crash when using { name = 'auto' } with a lane generated from a stringBenoit Germain2025-03-141-4/+11
* lanes/core.[so|dll] → lanes_core.[so|dll]Benoit Germain2025-03-1417-117/+119
* More makefile tweaksBenoit Germain2025-03-144-33/+36
* Run a test after building the test executableBenoit Germain2025-03-131-0/+2
* More work on MakefilesBenoit Germain2025-03-1311-134/+196
* Cleanup in MSVC projectsBenoit Germain2025-03-139-189/+199
* Disable unit test "lanes.stack checker" in Release buildsBenoit Germain2025-03-133-7/+23
* More makefile improvementsBenoit Germain2025-03-123-18/+30
* Makefile tweaksBenoit Germain2025-03-124-3/+4
* Fix unit tests makefileBenoit Germain2025-03-121-1/+1
* Make gcc happyBenoit Germain2025-03-122-1/+2
* Unit tests for lanes.sleepBenoit Germain2025-03-121-0/+65