aboutsummaryrefslogtreecommitdiff
path: root/ABOUT (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-06-14Fix error handling when indexing a lane with unexpected dataBenoit Germain2-6/+18
2024-06-14lua_pushliteral -> luaG_pushstringBenoit Germain16-53/+53
2024-06-14More char* -> std::string_view conversionsBenoit Germain3-17/+18
2024-06-14More char* -> std::string_view conversionsBenoit Germain6-101/+109
2024-06-14More fixes to make clang happyBenoit Germain11-174/+135
2024-06-13A small step toward making clang happyBenoit Germain7-22/+102
2024-06-12linda :get(), :set(), :limit() return value changesBenoit Germain12-93/+129
2024-06-12Documentation fixesBenoit Germain2-2/+2
2024-06-12Replace __FILE__/__LINE__ with std::source_locationBenoit Germain1-16/+27