aboutsummaryrefslogtreecommitdiff
path: root/src/lindafactory.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hppBenoit Germain2024-10-281-1/+1
|
* Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → ↵Benoit Germain2024-10-281-1/+1
| | | | threading.hpp
* Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain2024-10-281-1/+1
|
* New linda:wake() and linda.statusBenoit Germain2024-10-251-11/+19
|
* Make Unique even strongerBenoit Germain2024-10-241-1/+1
|
* Sprinkling StackIndex all over the placeBenoit Germain2024-10-081-3/+3
|
* Having luaG_tostring return a non-empty string_view on non-string values was ↵Benoit Germain2024-06-241-1/+1
| | | | a bad idea
* Fix wrong Linda name when not giving anyBenoit Germain2024-06-241-1/+1
|
* BoyscoutingBenoit Germain2024-06-141-2/+1
|
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-141-1/+1
|
* Add support for to-be-closed lindaBenoit Germain2024-06-121-20/+3
|
* Boyscouting some luaG_ functionsBenoit Germain2024-06-071-5/+5
|
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-0/+1
|
* Code boyscoutingBenoit Germain2024-06-071-6/+7
|
* Debug code to help track linda gc during keeper operationBenoit Germain2024-06-071-1/+1
|
* lanes.linda("auto")Benoit Germain2024-06-061-1/+15
|
* Modernize compatBenoit Germain2024-06-051-3/+3
|
* Moved keeper functions aroundBenoit Germain2024-06-041-1/+1
|
* Fix clang-tidy issues (most notably Microsoft-specific explicit constructor ↵Benoit Germain2024-05-291-1/+1
| | | | calls)
* Use string_view for Linda namesBenoit Germain2024-05-201-1/+1
|
* More string_viewBenoit Germain2024-05-201-5/+4
|
* Start using string_viewBenoit Germain2024-05-201-2/+2
|
* Progressively applying the coding rulesBenoit Germain2024-05-131-20/+20
|
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-1/+0
|
* Linda API changesBenoit Germain2024-05-131-0/+1
| | | | | * timeout clarifications (negative values are no longer accepted, use nil instead) * linda(send, linda.null, key, ...) removed, if you want to send a nil, just do it as usual
* Some more code refactorizationBenoit Germain2024-05-131-1/+4
|
* Progressively applying the coding rulesBenoit Germain2024-04-301-15/+9
|
* Function parameters L → L_Benoit Germain2024-04-291-1/+1
|
* Move LindaFactory in separate filesBenoit Germain2024-04-261-0/+136