aboutsummaryrefslogtreecommitdiff
path: root/deep_userdata_example/deep_userdata_example.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-26Listed some remaining doc glitches to be reflected uponBenoit Germain1-0/+20
2026-02-26Fix typo in convert_max_attempts documentationBenoit Germain1-1/+1
2026-02-26Fix lanes.timers() documentation error, and add the relevant unit testBenoit Germain2-4/+10
2026-02-26Fix thread_priority_range() documentation errorBenoit Germain1-1/+1
2026-02-26Fix documentation about finalizersBenoit Germain1-1/+1
2026-02-26Fix linda:receive() documentation errorBenoit Germain1-1/+1
2026-02-26update CHANGESBenoit Germain1-1/+2
2026-02-26More cancellation documentation fixesBenoit Germain1-2/+4
2026-02-26Fix comments for lane_cancelBenoit Germain1-4/+1
2026-02-26change cancel_test() to raise cancel_error on hard-cancels by defaultBenoit Germain8-20/+43
2026-02-26Improve cancel_test() documentation and unit testBenoit Germain2-5/+19
2025-12-01Updated COPYRIGHT and READMEBenoit Germain4-1/+25
2025-11-19Link lanes_core.so with -fvisibility=hiddenBenoit Germain1-1/+1
2025-10-30Test full userdata keys with verbose_errorsBenoit Germain2-3/+12
2025-10-30Stronger test for verbose_errorsBenoit Germain1-5/+9
2025-10-27Two less global variablesBenoit Germain1-2/+3
2025-10-27verbose_errors improvementBenoit Germain8-14/+62
2025-10-21Fix STACK_GROW under ClangBenoit Germain1-1/+1
2025-09-30Lift restriction on functions and userdata as table keysBenoit Germain6-50/+149
2025-09-29Lift restriction on tables as table keysBenoit Germain7-14/+54
2025-09-29Many small doc tweaksBenoit Germain1-39/+42
2025-09-23Fix embedded tests when PATH is insufficientBenoit Germain1-14/+35
2025-09-22Fix a small doc typoBenoit Germain1-2/+2
2025-09-20Improve table and userdata conversionsBenoit Germain12-132/+656
2025-08-21Improved func_is_string unit testBenoit Germain1-19/+27
2025-07-31Copy deep_userdata_example test script in the test frameworkBenoit Germain6-3/+180
2025-07-31Adjust deep_userdata_example test script to the latest linda API changesBenoit Germain1-1/+1
2025-07-31RAII + 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