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 (
Collapse
)
Author
Age
Files
Lines
*
Fix comments for lane_cancel
Benoit Germain
2026-02-26
1
-4
/
+1
|
*
change cancel_test() to raise cancel_error on hard-cancels by default
Benoit Germain
2026-02-26
1
-4
/
+14
|
*
Changed lua wrapper prefixes from luaG_ to luaW_ (w as in wrapper!)
Benoit Germain
2025-07-04
1
-7
/
+7
|
*
Minor code cosmetic changes
Benoit Germain
2025-05-22
1
-61
/
+65
|
*
cancel_test() returns "soft"/"hard" instead of true
Benoit Germain
2025-04-23
1
-1
/
+5
|
*
Better validation of lane:cancel() arguments
Benoit Germain
2024-12-04
1
-18
/
+29
|
*
Internal rework of an enum bad practice usage
Benoit Germain
2024-12-03
1
-24
/
+26
|
*
New method linda:restrict()
Benoit Germain
2024-12-03
1
-1
/
+1
|
*
More [[nodiscard]] boyscouting
Benoit Germain
2024-11-20
1
-2
/
+4
|
*
Cleaning up guano
Benoit Germain
2024-11-13
1
-1
/
+1
|
|
|
|
Converted volatile Lane::cancelRequest to std::atomic
*
Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hpp
Benoit Germain
2024-10-28
1
-1
/
+1
|
*
Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → ↵
Benoit Germain
2024-10-28
1
-1
/
+1
|
|
|
|
threading.hpp
*
Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ↵
Benoit Germain
2024-10-28
1
-1
/
+1
|
|
|
|
keeper.hpp, tools.h → tools.hpp
*
Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hpp
Benoit Germain
2024-10-28
1
-1
/
+1
|
*
Some internal function name changes + slight lane:__index optimization
Benoit Germain
2024-10-28
1
-2
/
+2
|
*
Fix a minor assert message + code boyscouting
Benoit Germain
2024-10-25
1
-3
/
+3
|
*
Modernized some more trifles
Benoit Germain
2024-10-24
1
-8
/
+8
|
*
Fix incorrect int-bool conversions
Benoit Germain
2024-10-15
1
-1
/
+1
|
*
Sprinkling StackIndex all over the place
Benoit Germain
2024-10-08
1
-5
/
+5
|
*
Make Lanes crash on purpose at shutdown if some lanes still run
Benoit Germain
2024-06-28
1
-0
/
+2
|
*
Wording fix: parameter → argument
Benoit Germain
2024-06-14
1
-1
/
+1
|
*
Boyscouting
Benoit Germain
2024-06-14
1
-1
/
+1
|
*
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
|
|
|
|
|
* timeout clarifications (negative values are no longer accepted, use nil instead) * linda(send, linda.null, key, ...) removed, if you want to send a nil, just do it as usual
*
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]] ↵
Benoit Germain
2024-04-26
1
-4
/
+4
|
|
|
|
raise_... equivalent
*
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 ↵
Benoit Germain
2024-04-10
1
-1
/
+1
|
|
|
|
anonymous int
*
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 ↵
Benoit Germain
2024-04-09
1
-5
/
+2
|
|
|
|
transfer functions
[next]