aboutsummaryrefslogtreecommitdiff
path: root/unit_tests/scripts/linda/send_registered_userdata.lua (unfollow)
Commit message (Expand)AuthorFilesLines
13 daysAdjust deep_userdata_example test script to the latest linda API changesBenoit Germain1-1/+1
13 daysRAII + setjmp = UBBenoit Germain2-40/+13
2025-07-28I don't even know why I ever included luajit.h. removed it.Benoit Germain1-1/+0
2025-07-27Tiny makefile tweak for Lua 5.5Benoit Germain1-1/+1
2025-07-25Split lanes.sleep unit tests and some linda unit tests tooBenoit Germain2-76/+91
2025-07-25Fix crashes in MSVC release builds related to KeeperOperationInProgressBenoit Germain3-14/+24
2025-07-24Rework function bytecode dumping to be Lua5.5-readyBenoit Germain7-45/+53
2025-07-24Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug codeBenoit Germain2-44/+45
2025-07-24Use LANES_DEBUG instead of MSVC-specific _DEBUG to activate debug codeBenoit Germain4-22/+32
2025-07-22workaround a possible Lua 5.5 bug when dumping functions (but it doesn't solv...Benoit Germain1-0/+5
2025-07-22New helper to push function bytecode (to facilitate Lua 5.5 support)Benoit Germain3-38/+53
2025-07-20cmake for c++20 in master branchsonoro12341-2/+3
2025-07-04Minor doc fixesBenoit Germain1-2/+2
2025-07-04Added Lua 5.5 supportBenoit Germain10-32/+97
2025-07-04Changed lua wrapper prefixes from luaG_ to luaW_ (w as in wrapper!)Benoit Germain25-390/+390
2025-07-04Added targets for Lua 5.5 in VS projects and SolutionBenoit Germain4-0/+737
2025-07-04Split coro tests in several scriptsBenoit Germain13-203/+288
2025-07-03Fix more issues related to suspended coroutines and join/indexing operationsBenoit Germain5-162/+269
2025-07-01Clarified interactions between join() and coroutinesBenoit Germain2-46/+75
2025-06-26Preparation for lane:close() and correct to-be-closed variablesBenoit Germain9-123/+299
2025-06-26Minor documentation fixBenoit Germain1-2/+2
2025-06-25Minor code refacto (Lane::waitForCompletion)Benoit Germain2-27/+15
2025-06-24Move some tests to a separate scriptBenoit Germain5-27/+33
2025-06-24Better protection of selfdestruct chain at universe shutdownBenoit Germain1-15/+18
2025-06-23Added 2 tests in tasking_basicBenoit Germain1-0/+27
2025-06-05Change lane:join() return valuesBenoit Germain17-67/+85
2025-05-22Minor code cosmetic changesBenoit Germain3-64/+89
2025-05-21Code factorization in KeyUD::pop()Benoit Germain1-9/+19
2025-05-07Thread priority reworkBenoit Germain11-171/+347
2025-05-06Renamed a few unit testsBenoit Germain2-10/+10
2025-05-06Fix priorities for Mingw buildsBenoit Germain1-2/+2
2025-04-29Move ProtectedAllocator::Protected_lua_Alloc in universe.cppBenoit Germain2-8/+13
2025-04-29Updated comments on unit test lanes.configure.allocator/protectedBenoit Germain2-2/+2
2025-04-29Retarget vcxproj to latest Windows SDKBenoit Germain1-1/+1
2025-04-29Split unittest lanes.configure.allocatorBenoit Germain1-31/+47
2025-04-28Remove a useless mutex guard on lane setf-destructBenoit Germain3-2/+3
2025-04-28Minor internal tweaks in shutdown codeBenoit Germain4-12/+23
2025-04-25Code factorization in linda send/receive implementationBenoit Germain1-64/+40
2025-04-24Unit test fixesBenoit Germain4-10/+42
2025-04-23Fix rockspecBenoit Germain1-1/+1
2025-04-23cancel_test() returns "soft"/"hard" instead of trueBenoit Germain4-8/+23
2025-04-23Fix doc typosBenoit Germain1-38/+38
2025-04-21Documentation improvementsBenoit Germain1-10/+88
2025-04-20Make gcc more happyBenoit Germain3-3/+5
2025-04-20Make gcc happyBenoit Germain2-3/+3
2025-04-18A unit test for linda wake_periodBenoit Germain7-15/+64
2025-04-18New feature: Linda periodical cancellation checksBenoit Germain24-426/+627
2025-04-15Linda batched mode reworkBenoit Germain14-174/+174
2025-04-15A bit of code factorizationBenoit Germain2-88/+87
2025-04-15Fix documentation for lane:cancel()Benoit Germain1-1/+1