aboutsummaryrefslogtreecommitdiff
path: root/src/threading.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain2024-04-091-2/+2
* C++ migration: use strong type safety for source and destination states in tr...Benoit Germain2024-04-091-9/+3
* C++ migration: still more threading code cleanup. 'sudo' global moved in the ...Benoit Germain2024-04-091-14/+8
* C++ migration: YIELD() → std::this_thread::yield. plus more threading code ...Benoit Germain2024-04-091-165/+135
* C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum c...Benoit Germain2024-04-081-78/+0
* C++ migration: use std::jthread, std::condition_variable, std::chrono.Benoit Germain2024-04-081-499/+26
* C++ migration: removed most typedef, removed uint_tBenoit Germain2024-03-201-2/+2
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-14/+14
* C++ migration: bool_t → boolBenoit Germain2024-03-201-24/+24
* C++ migration: changed file extensions from .c to .cppBenoit Germain2024-03-191-0/+1041