aboutsummaryrefslogtreecommitdiff
path: root/.vs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-30Fix index.htmlBenoit Germain1-83/+83
2024-07-30Code boyscoutingBenoit Germain4-28/+30
2024-07-29Internal refactorization to properly handle lua_resume idiosyncrasiesBenoit Germain8-187/+292
2024-07-29Fix luaG_setmetatableBenoit Germain1-2/+2
2024-07-08Update BUGSBenoit Germain1-46/+1
2024-07-04Reorganize CHANGES contentsBenoit Germain1-35/+40
2024-07-04Documentation for coroutine lanesBenoit Germain2-10/+62
2024-07-04get_debug_threadname → get_threadnameBenoit Germain3-8/+8
2024-07-04Fix finalizers in coroutine lanesBenoit Germain2-6/+11
2024-07-04Error handling in coroutine lanesBenoit Germain2-23/+28
2024-07-03It is possible to index and join a suspended coroutine laneBenoit Germain3-16/+57
2024-07-03Renamed set_debug_threadname → lane_threadname (can also read the current n...Benoit Germain10-35/+64
2024-07-03Add minimal coroutine support: no doc, no error handling, no cancellation han...Benoit Germain3-36/+160
2024-07-02Improved recursive.luaBenoit Germain1-5/+5
2024-07-02InterCopyContex::interCopy() can copy stuff from below the top of the source ...Benoit Germain1-3/+8
2024-07-02Wrap lua_resume for compatibilityBenoit Germain1-0/+46
2024-07-01A small step toward coroutine-based lanesBenoit Germain2-42/+59
2024-07-01lanes.finally() handler decides whether to thow or freezeBenoit Germain2-14/+17
2024-06-28Make Lanes crash on purpose at shutdown if some lanes still runBenoit Germain7-54/+48
2024-06-27linda:limit() and linda:set() return a second value, a string representing th...Benoit Germain6-46/+92
2024-06-26Change linda:limit()Benoit Germain7-36/+66
2024-06-26Remove obsolete commentsBenoit Germain1-16/+0
2024-06-26BoyscoutingBenoit Germain1-7/+7
2024-06-26Fix (harmless) bad internal usage of luaopen_lanes_coreBenoit Germain1-13/+4
2024-06-26Make lanes.gen stricter on base librariesBenoit Germain8-33/+71
2024-06-25Fix lanes.gen not correctly detecting '*' misuseBenoit Germain1-1/+5
2024-06-24Lindas now accept deep user data as valid keysBenoit Germain5-2/+19
2024-06-24linda:dump correctly outputs limit as "unlimited" for unlimited keysBenoit Germain2-1/+6
2024-06-24Having luaG_tostring return a non-empty string_view on non-string values was ...Benoit Germain3-3/+3
2024-06-24Fix wrong Linda name when not giving anyBenoit Germain3-2/+22
2024-06-21Fix luaG_tostring to return a valid string even if the value is not convertibleBenoit Germain1-1/+1
2024-06-20Revert overzealous upvalue check on on_state_createBenoit Germain2-16/+6
2024-06-20Better error message on unknown configuration settingBenoit Germain1-2/+2
2024-06-19BoyscoutingBenoit Germain1-14/+14
2024-06-19Config parameter validators can append extra information to the error messageBenoit Germain1-11/+45
2024-06-19Tweak luaG_getfuncsubtypeBenoit Germain2-16/+13
2024-06-19Fix on_state_create incorrectly rejecting Lua functions with only _ENV as upv...Benoit Germain2-14/+19
2024-06-19Improved on_state_create implementationBenoit Germain5-76/+84
2024-06-18Give a chance to config.allocator to provide a specific allocator for interna...Benoit Germain6-26/+35
2024-06-18Updated CHANGESBenoit Germain1-17/+19
2024-06-18Moved AllocatorDefinition in a lanes namespaceBenoit Germain6-48/+59
2024-06-18When it is a function, config.allocator is called with a string hintBenoit Germain6-62/+67
2024-06-17Foolproofed config.allocator when it is a functionBenoit Germain5-21/+38
2024-06-17List configure settings alphabetically in documentationBenoit Germain1-61/+64
2024-06-17Fix validation of boolean settingsBenoit Germain1-1/+1
2024-06-14BoyscoutingBenoit Germain6-375/+398
2024-06-14Wording fix: parameter → argumentBenoit Germain16-35/+35
2024-06-14BoyscoutingBenoit Germain4-7/+7
2024-06-14Handle std::ignore cases that should not be ignoredBenoit Germain3-8/+14
2024-06-14Fix deeptest.luaBenoit Germain1-2/+6