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
/
cancel.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle std::ignore cases that should not be ignored
Benoit Germain
2024-06-14
1
-5
/
+5
*
Modernize cancel code some more
Benoit Germain
2024-06-11
1
-2
/
+2
*
Move some cancel-related code around
Benoit Germain
2024-06-11
1
-88
/
+25
*
Boyscouting some luaG_ functions
Benoit Germain
2024-06-07
1
-1
/
+1
*
Use a precompiled header to speed up the build
Benoit Germain
2024-06-07
1
-1
/
+1
*
Modernize compat
Benoit Germain
2024-06-05
1
-3
/
+3
*
DEBUGSPEW fprintf(stderr) → std::cerr
Benoit Germain
2024-05-22
1
-1
/
+1
*
More string_view
Benoit Germain
2024-05-21
1
-1
/
+1
*
More string_view
Benoit Germain
2024-05-20
1
-8
/
+8
*
Shuffling code around
Benoit Germain
2024-05-14
1
-0
/
+1
*
Move Lane implementation in a separate file
Benoit Germain
2024-05-14
1
-1
/
+1
*
Progressively applying the coding rules
Benoit Germain
2024-05-13
1
-35
/
+35
*
Move InterCopyContext implementation in a separate file
Benoit Germain
2024-05-13
1
-2
/
+0
*
Linda API changes
Benoit Germain
2024-05-13
1
-15
/
+20
*
Progressively applying the coding rules
Benoit Germain
2024-05-02
1
-3
/
+3
*
Progressively applying the coding rules
Benoit Germain
2024-05-02
1
-6
/
+6
*
Progressively applying the coding rules
Benoit Germain
2024-04-30
1
-6
/
+3
*
Progressively applying the coding rules
Benoit Germain
2024-04-29
1
-53
/
+33
*
Function parameters L → L_
Benoit Germain
2024-04-29
1
-46
/
+40
*
C++ migration: wrap all Lua error raising API functions in a [[noreturn]] rai...
Benoit Germain
2024-04-26
1
-4
/
+4
*
Formalize a few coding style rules, start to enforce them for constants
Benoit Germain
2024-04-26
1
-1
/
+1
*
C++ migration: push_thread_status converted to a Lane class method
Benoit Germain
2024-04-24
1
-1
/
+1
*
ASSERT_L → LUA_ASSERT
Benoit Germain
2024-04-24
1
-1
/
+1
*
some dead code elimination and other trifles
Benoit Germain
2024-04-16
1
-19
/
+19
*
C++ migration: luaG_inter_copy_* now return an enum class instead of an anony...
Benoit Germain
2024-04-10
1
-1
/
+1
*
C++ migration: fixed a few std::ignore
Benoit Germain
2024-04-10
1
-6
/
+7
*
C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore
Benoit Germain
2024-04-09
1
-6
/
+6
*
C++ migration: use strong type safety for source and destination states in tr...
Benoit Germain
2024-04-09
1
-5
/
+2
*
C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum c...
Benoit Germain
2024-04-08
1
-8
/
+9
*
C++ migration: use std::jthread, std::condition_variable, std::chrono.
Benoit Germain
2024-04-08
1
-96
/
+82
*
C++ migration: all enums are enum class
Benoit Germain
2024-03-29
1
-24
/
+25
*
C++ migration: Lane is a proper class with overloaded operator new/delete
Benoit Germain
2024-03-29
1
-2
/
+2
*
C++ migration: improved UniqueKey interface
Benoit Germain
2024-03-28
1
-2
/
+2
*
C++ migration: lots of noise, but it's only some minor code cleanup
Benoit Germain
2024-03-28
1
-61
/
+56
*
C++ migration: cleanup usage of lua_error and luaL_error
Benoit Germain
2024-03-28
1
-7
/
+7
*
C++ migration: ThreadStatus, CancelRequest and CancelResult are enum class
Benoit Germain
2024-03-20
1
-28
/
+27
*
C++ migration: more NULL → nullptr
Benoit Germain
2024-03-20
1
-1
/
+1
*
C++ migration: bool_t → bool
Benoit Germain
2024-03-20
1
-5
/
+5
*
Merge branch 'C-Implementation'
Benoit Germain
2024-03-19
1
-2
/
+2
*
C++ migration: NULL → nullptr
Benoit Germain
2024-03-19
1
-3
/
+3
*
C++ migration: changed file extensions from .c to .cpp
Benoit Germain
2024-03-19
1
-0
/
+302