index
:
lanes
C-Implementation
gh-pages
master
A mirror of https://github.com/LuaLanes/lanes.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
threading.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
More [[nodiscard]] boyscouting
Benoit Germain
2024-11-20
1
-1
/
+2
*
Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading...
Benoit Germain
2024-10-28
1
-1
/
+1
*
Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hpp
Benoit Germain
2024-10-28
1
-1
/
+1
*
Fix/suppress MSVC /Wall warnings
Benoit Germain
2024-10-16
1
-4
/
+4
*
Build fixes for mingw/g++
Benoit Germain
2024-10-01
1
-3
/
+10
*
More fixes to make clang happy
Benoit Germain
2024-06-14
1
-11
/
+25
*
Use a precompiled header to speed up the build
Benoit Germain
2024-06-07
1
-0
/
+2
*
More string_view
Benoit Germain
2024-05-27
1
-15
/
+15
*
Progressively applying the coding rules
Benoit Germain
2024-04-30
1
-177
/
+174
*
Formalize a few coding style rules, start to enforce them for constants
Benoit Germain
2024-04-26
1
-1
/
+1
*
some dead code elimination and other trifles
Benoit Germain
2024-04-16
1
-10
/
+10
*
C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore
Benoit Germain
2024-04-09
1
-2
/
+2
*
C++ migration: use strong type safety for source and destination states in tr...
Benoit Germain
2024-04-09
1
-9
/
+3
*
C++ migration: still more threading code cleanup. 'sudo' global moved in the ...
Benoit Germain
2024-04-09
1
-14
/
+8
*
C++ migration: YIELD() → std::this_thread::yield. plus more threading code ...
Benoit Germain
2024-04-09
1
-165
/
+135
*
C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum c...
Benoit Germain
2024-04-08
1
-78
/
+0
*
C++ migration: use std::jthread, std::condition_variable, std::chrono.
Benoit Germain
2024-04-08
1
-499
/
+26
*
C++ migration: removed most typedef, removed uint_t
Benoit Germain
2024-03-20
1
-2
/
+2
*
C++ migration: more NULL → nullptr
Benoit Germain
2024-03-20
1
-14
/
+14
*
C++ migration: bool_t → bool
Benoit Germain
2024-03-20
1
-24
/
+24
*
C++ migration: changed file extensions from .c to .cpp
Benoit Germain
2024-03-19
1
-0
/
+1041