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
/
lanes.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Formalize a few coding style rules, start to enforce them for constants
Benoit Germain
2024-04-26
1
-83
/
+87
*
C++ migration: using KeeperState = Unique<lua_State*>
Benoit Germain
2024-04-24
1
-9
/
+9
*
C++ migration: push_thread_status converted to a Lane class method
Benoit Germain
2024-04-24
1
-16
/
+18
*
ASSERT_L → LUA_ASSERT
Benoit Germain
2024-04-24
1
-17
/
+17
*
C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKey
Benoit Germain
2024-04-24
1
-5
/
+5
*
some dead code elimination and other trifles
Benoit Germain
2024-04-16
1
-177
/
+152
*
C++ migration: more conversion to InterCopyContext. debugspew indentation is ...
Benoit Germain
2024-04-16
1
-31
/
+30
*
C++ migration: inter-state transfer managed by a new class InterCopyContext
Benoit Germain
2024-04-15
1
-1
/
+1
*
C++ migration: deep userdata API rework. bye bye idfunc, hello DeepFactory
Benoit Germain
2024-04-15
1
-4
/
+2
*
C++ migration: wrap lua type values in an enum class for type safety and debu...
Benoit Germain
2024-04-10
1
-4
/
+9
*
C++ migration: luaG_inter_copy_* now return an enum class instead of an anony...
Benoit Germain
2024-04-10
1
-18
/
+18
*
C++ migration: fixed a few std::ignore
Benoit Germain
2024-04-10
1
-7
/
+7
*
C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore
Benoit Germain
2024-04-09
1
-26
/
+29
*
C++ migration: use strong type safety for source and destination states in tr...
Benoit Germain
2024-04-09
1
-10
/
+10
*
C++ migration: simpler one-time initializations
Benoit Germain
2024-04-09
1
-37
/
+14
*
C++ migration: still more threading code cleanup. 'sudo' global moved in the ...
Benoit Germain
2024-04-09
1
-29
/
+3
*
C++ migration: YIELD() → std::this_thread::yield. plus more threading code ...
Benoit Germain
2024-04-09
1
-2
/
+2
*
C++ migration: lanes.now_secs uses std::chrono::sytem_clock. plus more enum c...
Benoit Germain
2024-04-08
1
-37
/
+37
*
C++ migration: use std::jthread, std::condition_variable, std::chrono.
Benoit Germain
2024-04-08
1
-214
/
+123
*
C++ migration: one-time inits are sequenced with std::atomic_flag
Benoit Germain
2024-04-05
1
-30
/
+14
*
C++ migration: more atomics
Benoit Germain
2024-04-02
1
-25
/
+25
*
C++ migration: fix some warnings in 32 bits builds
Benoit Germain
2024-03-31
1
-13
/
+7
*
C++ migration: make sure to always create the lane handle userdata
Benoit Germain
2024-03-30
1
-42
/
+69
*
C++ migration: all enums are enum class
Benoit Germain
2024-03-29
1
-43
/
+43
*
C++ migration: parallelize lane setup and OS thread warmup
Benoit Germain
2024-03-29
1
-100
/
+141
*
C++ migration: Lane is a proper class with overloaded operator new/delete
Benoit Germain
2024-03-29
1
-46
/
+42
*
C++ migration: improved UniqueKey interface
Benoit Germain
2024-03-28
1
-39
/
+32
*
C++ migration: lots of noise, but it's only some minor code cleanup
Benoit Germain
2024-03-28
1
-678
/
+709
*
C++ migration: cleanup usage of lua_error and luaL_error
Benoit Germain
2024-03-28
1
-6
/
+4
*
C++ migration: less kludgy Linda name management with a std::variant
Benoit Germain
2024-03-28
1
-3
/
+1
*
C++ migration:: new helper template lua_newuserdatauv
Benoit Germain
2024-03-27
1
-4
/
+3
*
C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdata
Benoit Germain
2024-03-27
1
-5
/
+5
*
C++ migration: templated lua_touserdata
Benoit Germain
2024-03-26
1
-3
/
+3
*
C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes
Benoit Germain
2024-03-26
1
-15
/
+5
*
C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomic
Benoit Germain
2024-03-25
1
-41
/
+29
*
C++ migration: revamped stack checking macros
Benoit Germain
2024-03-25
1
-53
/
+54
*
C++ migration: STACK_GROW is no longer a macro, sanitized and fixed warnings ...
Benoit Germain
2024-03-22
1
-1
/
+1
*
C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ...
Benoit Germain
2024-03-21
1
-17
/
+18
*
C++ migration: ThreadStatus, CancelRequest and CancelResult are enum class
Benoit Germain
2024-03-20
1
-9
/
+9
*
C++ migration: removed most typedef, removed uint_t
Benoit Germain
2024-03-20
1
-6
/
+6
*
C++ migration: more NULL → nullptr
Benoit Germain
2024-03-20
1
-9
/
+14
*
C++ migration: UniqueKey
Benoit Germain
2024-03-20
1
-12
/
+13
*
C++ migration: bool_t → bool
Benoit Germain
2024-03-20
1
-31
/
+28
*
C++ migration: NULL → nullptr
Benoit Germain
2024-03-19
1
-31
/
+31
*
C++ migration: changed file extensions from .c to .cpp
Benoit Germain
2024-03-19
1
-0
/
+2142