aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add minimal coroutine support: no doc, no error handling, no cancellation han...Benoit Germain2024-07-033-36/+160
* InterCopyContex::interCopy() can copy stuff from below the top of the source ...Benoit Germain2024-07-021-3/+8
* Wrap lua_resume for compatibilityBenoit Germain2024-07-021-0/+46
* A small step toward coroutine-based lanesBenoit Germain2024-07-012-42/+59
* lanes.finally() handler decides whether to thow or freezeBenoit Germain2024-07-011-11/+13
* Make Lanes crash on purpose at shutdown if some lanes still runBenoit Germain2024-06-285-25/+23
* linda:limit() and linda:set() return a second value, a string representing th...Benoit Germain2024-06-274-28/+72
* Change linda:limit()Benoit Germain2024-06-264-29/+56
* Remove obsolete commentsBenoit Germain2024-06-261-16/+0
* BoyscoutingBenoit Germain2024-06-261-7/+7
* Fix (harmless) bad internal usage of luaopen_lanes_coreBenoit Germain2024-06-261-13/+4
* Make lanes.gen stricter on base librariesBenoit Germain2024-06-265-27/+60
* Fix lanes.gen not correctly detecting '*' misuseBenoit Germain2024-06-251-1/+5
* Lindas now accept deep user data as valid keysBenoit Germain2024-06-243-1/+17
* linda:dump correctly outputs limit as "unlimited" for unlimited keysBenoit Germain2024-06-241-1/+5
* Having luaG_tostring return a non-empty string_view on non-string values was ...Benoit Germain2024-06-243-3/+3
* Fix wrong Linda name when not giving anyBenoit Germain2024-06-242-1/+11
* Fix luaG_tostring to return a valid string even if the value is not convertibleBenoit Germain2024-06-211-1/+1
* Revert overzealous upvalue check on on_state_createBenoit Germain2024-06-201-15/+5
* Better error message on unknown configuration settingBenoit Germain2024-06-201-2/+2
* BoyscoutingBenoit Germain2024-06-191-14/+14
* Config parameter validators can append extra information to the error messageBenoit Germain2024-06-191-11/+45
* Tweak luaG_getfuncsubtypeBenoit Germain2024-06-192-16/+13
* Fix on_state_create incorrectly rejecting Lua functions with only _ENV as upv...Benoit Germain2024-06-191-7/+17
* Improved on_state_create implementationBenoit Germain2024-06-195-76/+84
* Give a chance to config.allocator to provide a specific allocator for interna...Benoit Germain2024-06-184-24/+33
* Moved AllocatorDefinition in a lanes namespaceBenoit Germain2024-06-185-46/+51
* When it is a function, config.allocator is called with a string hintBenoit Germain2024-06-185-54/+59
* Foolproofed config.allocator when it is a functionBenoit Germain2024-06-174-20/+37
* Fix validation of boolean settingsBenoit Germain2024-06-171-1/+1
* BoyscoutingBenoit Germain2024-06-146-375/+398
* Wording fix: parameter → argumentBenoit Germain2024-06-147-15/+15
* BoyscoutingBenoit Germain2024-06-144-7/+7
* Handle std::ignore cases that should not be ignoredBenoit Germain2024-06-143-8/+14
* Fix error handling when indexing a lane with unexpected dataBenoit Germain2024-06-141-5/+15
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-1415-51/+51
* More char* -> std::string_view conversionsBenoit Germain2024-06-142-15/+16
* More char* -> std::string_view conversionsBenoit Germain2024-06-146-101/+109
* More fixes to make clang happyBenoit Germain2024-06-149-171/+122
* A small step toward making clang happyBenoit Germain2024-06-136-22/+39
* linda :get(), :set(), :limit() return value changesBenoit Germain2024-06-123-54/+72
* Replace __FILE__/__LINE__ with std::source_locationBenoit Germain2024-06-121-16/+27
* Add support for to-be-closed lindaBenoit Germain2024-06-125-38/+107
* Code boyscoutingBenoit Germain2024-06-123-7/+7
* Modernize cancel code some moreBenoit Germain2024-06-113-19/+19
* Move some cancel-related code aroundBenoit Germain2024-06-115-93/+103
* All Lua headers included just once in _pch.hBenoit Germain2024-06-119-80/+11
* More application of the coding rulesBenoit Germain2024-06-116-108/+112
* Remove what looks like to have been a bug workaround for MSVC std::unique_ptr...Benoit Germain2024-06-111-2/+1
* Adjust lanes.configure() documentationBenoit Germain2024-06-111-1/+1