aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-10Expanded deep_test a bitBenoit Germain2-1/+3
2024-12-10lanes.collectgarbage() and linda:collectgarbage()Benoit Germain7-0/+111
2024-12-09Improved DeepPrelude architectureBenoit Germain9-60/+113
2024-12-04Better validation of lane:cancel() argumentsBenoit Germain2-18/+30
2024-12-03Internal rework of an enum bad practice usageBenoit Germain7-107/+106
2024-12-03New method linda:restrict()Benoit Germain10-95/+327
2024-12-02Data transfer supports registered non-deep full userdataBenoit Germain5-54/+134
2024-11-29Tweak documentationBenoit Germain1-1/+1
2024-11-28Tweak documentationBenoit Germain1-1/+4
2024-11-27lanes_register() throws an error if called before Lanes is initializedBenoit Germain1-1/+4
2024-11-27Make lanes.register() available as an exported C function lanes_register()Benoit Germain4-7/+8
2024-11-22Tweak StackChecker to be able to unit-test itBenoit Germain1-7/+13
2024-11-21Remove undesirable temporary fileBenoit Germain1-0/+0
2024-11-20More [[nodiscard]] boyscoutingBenoit Germain14-71/+142
2024-11-20Some [[nodiscard]] boyscoutingBenoit Germain16-99/+201
2024-11-20AllocatorDefinition implementation improvementsBenoit Germain7-24/+101
2024-11-19Simplified lane base library string parsingBenoit Germain1-13/+7
2024-11-13Cleaning up guanoBenoit Germain4-9/+8
2024-11-13Cleaning up guanoBenoit Germain2-3/+3
2024-11-13Cleaning up guanoBenoit Germain3-5/+8
2024-11-13Cleaning up guanoBenoit Germain5-6/+7
2024-11-13Cleaning up guanoBenoit Germain4-28/+35
2024-11-13Cleaning up guanoBenoit Germain1-7/+8
2024-10-28Fix Makefiles following header renamesBenoit Germain2-4/+4
2024-10-28Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hppBenoit Germain8-10/+10
2024-10-28Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hppBenoit Germain9-7/+7
2024-10-28Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading...Benoit Germain14-16/+16
2024-10-28Renamed universe.h → universe.hppBenoit Germain8-7/+7
2024-10-28Renamed tracker.h → tracker.hpp, nameof.h → nameof.hppBenoit Germain9-9/+9
2024-10-28Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ...Benoit Germain19-17/+17
2024-10-28Renamed uniquekey.h → uniquekey.hppBenoit Germain9-14/+14
2024-10-28Renamed macros_and_utils.h → macros_and_utils.hppBenoit Germain7-6/+6
2024-10-28Renamed compat.h → compat.hppBenoit Germain4-3/+3
2024-10-28Renamed debug.h → debug.hppBenoit Germain3-2/+2
2024-10-28Renamed luaerrors.h → luaerrors.hppBenoit Germain3-2/+2
2024-10-28Buildfix following deep.h → deep.hpp renamingBenoit Germain3-5/+5
2024-10-28Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain23-27/+27
2024-10-28Some internal function name changes + slight lane:__index optimizationBenoit Germain3-26/+28
2024-10-25New linda:wake() and linda.statusBenoit Germain5-25/+143
2024-10-25Fix a minor assert message + code boyscoutingBenoit Germain3-8/+10
2024-10-25New compatibility helper luaG_rawgetfieldBenoit Germain2-48/+58
2024-10-24Modernized some more triflesBenoit Germain6-20/+38
2024-10-24Factorized Lane::cancelSoft/cancelHard → internalCancelBenoit Germain2-28/+13
2024-10-24Improve Unique some moreBenoit Germain3-11/+34
2024-10-24Strengthen more code with UserValueIndexBenoit Germain7-26/+26
2024-10-24More strong typing for UniqueKey::getSubTable() argumentsBenoit Germain5-7/+10
2024-10-24Make Unique even strongerBenoit Germain14-36/+49
2024-10-24Added strong types UserValueCount and UnusedIntBenoit Germain11-17/+36
2024-10-16Fix/suppress MSVC /Wall warningsBenoit Germain9-23/+56
2024-10-15Fix incorrect int-bool conversionsBenoit Germain3-3/+3