aboutsummaryrefslogtreecommitdiff
path: root/src/cancel.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* C++ migration: lots of noise, but it's only some minor code cleanupBenoit Germain2024-03-281-61/+56
* C++ migration: cleanup usage of lua_error and luaL_errorBenoit Germain2024-03-281-7/+7
* C++ migration: ThreadStatus, CancelRequest and CancelResult are enum classBenoit Germain2024-03-201-28/+27
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-1/+1
* C++ migration: bool_t → boolBenoit Germain2024-03-201-5/+5
* Merge branch 'C-Implementation'Benoit Germain2024-03-191-2/+2
* C++ migration: NULL → nullptrBenoit Germain2024-03-191-3/+3
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+302