aboutsummaryrefslogtreecommitdiff
path: root/src/cancel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Better validation of lane:cancel() argumentsBenoit Germain2024-12-041-18/+29
* Internal rework of an enum bad practice usageBenoit Germain2024-12-031-24/+26
* New method linda:restrict()Benoit Germain2024-12-031-1/+1
* More [[nodiscard]] boyscoutingBenoit Germain2024-11-201-2/+4
* Cleaning up guanoBenoit Germain2024-11-131-1/+1
* 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 → threading...Benoit Germain2024-10-281-1/+1
* Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ...Benoit Germain2024-10-281-1/+1
* Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain2024-10-281-1/+1
* Some internal function name changes + slight lane:__index optimizationBenoit Germain2024-10-281-2/+2
* Fix a minor assert message + code boyscoutingBenoit Germain2024-10-251-3/+3
* Modernized some more triflesBenoit Germain2024-10-241-8/+8
* Fix incorrect int-bool conversionsBenoit Germain2024-10-151-1/+1
* Sprinkling StackIndex all over the placeBenoit Germain2024-10-081-5/+5
* Make Lanes crash on purpose at shutdown if some lanes still runBenoit Germain2024-06-281-0/+2
* Wording fix: parameter → argumentBenoit Germain2024-06-141-1/+1
* BoyscoutingBenoit Germain2024-06-141-1/+1
* Handle std::ignore cases that should not be ignoredBenoit Germain2024-06-141-5/+5
* Modernize cancel code some moreBenoit Germain2024-06-111-2/+2
* Move some cancel-related code aroundBenoit Germain2024-06-111-88/+25
* Boyscouting some luaG_ functionsBenoit Germain2024-06-071-1/+1
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-1/+1
* Modernize compatBenoit Germain2024-06-051-3/+3
* DEBUGSPEW fprintf(stderr) → std::cerrBenoit Germain2024-05-221-1/+1
* More string_viewBenoit Germain2024-05-211-1/+1
* More string_viewBenoit Germain2024-05-201-8/+8
* Shuffling code aroundBenoit Germain2024-05-141-0/+1
* Move Lane implementation in a separate fileBenoit Germain2024-05-141-1/+1
* Progressively applying the coding rulesBenoit Germain2024-05-131-35/+35
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-2/+0
* Linda API changesBenoit Germain2024-05-131-15/+20
* Progressively applying the coding rulesBenoit Germain2024-05-021-3/+3
* Progressively applying the coding rulesBenoit Germain2024-05-021-6/+6
* Progressively applying the coding rulesBenoit Germain2024-04-301-6/+3
* Progressively applying the coding rulesBenoit Germain2024-04-291-53/+33
* Function parameters L → L_Benoit Germain2024-04-291-46/+40
* C++ migration: wrap all Lua error raising API functions in a [[noreturn]] rai...Benoit Germain2024-04-261-4/+4
* Formalize a few coding style rules, start to enforce them for constantsBenoit Germain2024-04-261-1/+1
* C++ migration: push_thread_status converted to a Lane class methodBenoit Germain2024-04-241-1/+1
* ASSERT_L → LUA_ASSERTBenoit Germain2024-04-241-1/+1
* some dead code elimination and other triflesBenoit Germain2024-04-161-19/+19
* C++ migration: luaG_inter_copy_* now return an enum class instead of an anony...Benoit Germain2024-04-101-1/+1
* C++ migration: fixed a few std::ignoreBenoit Germain2024-04-101-6/+7
* C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain2024-04-091-6/+6
* C++ migration: use strong type safety for source and destination states in tr...Benoit Germain2024-04-091-5/+2
* C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum c...Benoit Germain2024-04-081-8/+9
* C++ migration: use std::jthread, std::condition_variable, std::chrono.Benoit Germain2024-04-081-96/+82
* C++ migration: all enums are enum classBenoit Germain2024-03-291-24/+25
* C++ migration: Lane is a proper class with overloaded operator new/deleteBenoit Germain2024-03-291-2/+2
* C++ migration: improved UniqueKey interfaceBenoit Germain2024-03-281-2/+2