aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Migrated unit tests to Catch2 v3.7.1Benoit Germain2024-12-201-4/+4
* Some constitude tweaksBenoit Germain2024-12-1710-24/+25
* Unit tests for thread nameBenoit Germain2024-12-161-6/+6
* Fix lane {.name} setting applicationBenoit Germain2024-12-133-36/+42
* DeepFactory counts the number of active Deep objectsBenoit Germain2024-12-102-0/+8
* Renamed an internal constantBenoit Germain2024-12-101-7/+11
* Expanded deep_test a bitBenoit Germain2024-12-102-1/+3
* lanes.collectgarbage() and linda:collectgarbage()Benoit Germain2024-12-105-0/+86
* Improved DeepPrelude architectureBenoit Germain2024-12-098-59/+108
* Better validation of lane:cancel() argumentsBenoit Germain2024-12-042-18/+30
* Internal rework of an enum bad practice usageBenoit Germain2024-12-036-51/+50
* New method linda:restrict()Benoit Germain2024-12-036-37/+239
* Data transfer supports registered non-deep full userdataBenoit Germain2024-12-023-26/+103
* lanes_register() throws an error if called before Lanes is initializedBenoit Germain2024-11-271-1/+4
* Make lanes.register() available as an exported C function lanes_register()Benoit Germain2024-11-272-2/+4
* Tweak StackChecker to be able to unit-test itBenoit Germain2024-11-221-7/+13
* More [[nodiscard]] boyscoutingBenoit Germain2024-11-2013-57/+114
* Some [[nodiscard]] boyscoutingBenoit Germain2024-11-2016-99/+201
* AllocatorDefinition implementation improvementsBenoit Germain2024-11-206-24/+100
* Simplified lane base library string parsingBenoit Germain2024-11-191-13/+7
* Cleaning up guanoBenoit Germain2024-11-134-9/+8
* Cleaning up guanoBenoit Germain2024-11-132-3/+3
* Cleaning up guanoBenoit Germain2024-11-133-5/+8
* Cleaning up guanoBenoit Germain2024-11-135-6/+7
* Cleaning up guanoBenoit Germain2024-11-134-28/+35
* Cleaning up guanoBenoit Germain2024-11-131-7/+8
* Fix Makefiles following header renamesBenoit Germain2024-10-281-3/+3
* Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hppBenoit Germain2024-10-288-10/+10
* Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hppBenoit Germain2024-10-289-7/+7
* Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading...Benoit Germain2024-10-2814-16/+16
* Renamed universe.h → universe.hppBenoit Germain2024-10-288-7/+7
* Renamed tracker.h → tracker.hpp, nameof.h → nameof.hppBenoit Germain2024-10-287-5/+5
* Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ...Benoit Germain2024-10-2819-17/+17
* Renamed uniquekey.h → uniquekey.hppBenoit Germain2024-10-287-6/+6
* Renamed macros_and_utils.h → macros_and_utils.hppBenoit Germain2024-10-286-5/+5
* Renamed compat.h → compat.hppBenoit Germain2024-10-284-3/+3
* Renamed debug.h → debug.hppBenoit Germain2024-10-283-2/+2
* Renamed luaerrors.h → luaerrors.hppBenoit Germain2024-10-283-2/+2
* Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain2024-10-2821-24/+24
* Some internal function name changes + slight lane:__index optimizationBenoit Germain2024-10-283-26/+28
* New linda:wake() and linda.statusBenoit Germain2024-10-253-22/+128
* Fix a minor assert message + code boyscoutingBenoit Germain2024-10-253-8/+10
* New compatibility helper luaG_rawgetfieldBenoit Germain2024-10-252-48/+58
* Modernized some more triflesBenoit Germain2024-10-246-20/+38
* Factorized Lane::cancelSoft/cancelHard → internalCancelBenoit Germain2024-10-242-28/+13
* Improve Unique some moreBenoit Germain2024-10-243-11/+34
* Strengthen more code with UserValueIndexBenoit Germain2024-10-246-18/+18
* More strong typing for UniqueKey::getSubTable() argumentsBenoit Germain2024-10-245-7/+10
* Make Unique even strongerBenoit Germain2024-10-2413-35/+48
* Added strong types UserValueCount and UnusedIntBenoit Germain2024-10-2410-15/+34