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
/
tools.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some code factorization
Benoit Germain
2024-05-03
1
-3
/
+0
*
InterCopyContext always raises errors in a non-Keeper state
Benoit Germain
2024-05-02
1
-0
/
+4
*
Progressively applying the coding rules
Benoit Germain
2024-04-30
1
-2
/
+3
*
Progressively applying the coding rules
Benoit Germain
2024-04-30
1
-4
/
+4
*
Function parameters L → L_
Benoit Germain
2024-04-29
1
-5
/
+5
*
All headers reformatted with updated clang-format settings
Benoit Germain
2024-04-29
1
-3
/
+0
*
Formalize a few coding style rules, start to enforce them for constants
Benoit Germain
2024-04-26
1
-4
/
+4
*
C++ migration: using KeeperState = Unique<lua_State*>
Benoit Germain
2024-04-24
1
-2
/
+2
*
C++ migration: split UniqueKey into UniqueKey+RegistryUniqueKey
Benoit Germain
2024-04-24
1
-4
/
+4
*
some dead code elimination and other trifles
Benoit Germain
2024-04-16
1
-19
/
+29
*
C++ migration: more conversion to InterCopyContext. debugspew indentation is ...
Benoit Germain
2024-04-16
1
-5
/
+7
*
C++ migration: inter-state transfer managed by a new class InterCopyContext
Benoit Germain
2024-04-15
1
-1
/
+30
*
C++ migration: luaG_inter_copy_* now return an enum class instead of an anony...
Benoit Germain
2024-04-10
1
-9
/
+14
*
C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore
Benoit Germain
2024-04-09
1
-5
/
+5
*
C++ migration: use strong type safety for source and destination states in tr...
Benoit Germain
2024-04-09
1
-7
/
+7
*
C++ migration: still more threading code cleanup. 'sudo' global moved in the ...
Benoit Germain
2024-04-09
1
-1
/
+1
*
C++ migration: all enums are enum class
Benoit Germain
2024-03-29
1
-5
/
+5
*
C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes
Benoit Germain
2024-03-26
1
-1
/
+0
*
C++ migration: removed most typedef, removed uint_t
Benoit Germain
2024-03-20
1
-8
/
+4
*
C++ migration: UniqueKey
Benoit Germain
2024-03-20
1
-2
/
+2
*
C++ migration: bool_t → bool
Benoit Germain
2024-03-20
1
-1
/
+1
*
C++ migration: buildfixes
Benoit Germain
2024-03-19
1
-5
/
+1
*
Changed all indentations to all whitespaces
Benoit Germain
2022-02-07
1
-3
/
+3
*
fix stack overflow when transfering a clonable userdata referencing itself th...
Benoit Germain
2021-06-26
1
-0
/
+13
*
correctly transfer the uservalue of a deep userdata
Benoit Germain
2021-06-24
1
-8
/
+0
*
Moved cancellation code in separate files
Benoit Germain
2019-04-22
1
-2
/
+0
*
protect_allocator configure option is gone, long live allocator (more embedde...
Benoit Germain
2018-11-25
1
-0
/
+4
*
Internal code tweaks
Benoit Germain
2018-11-19
1
-3
/
+8
*
split linda code in a separate file
Benoit Germain
2018-11-15
1
-1
/
+1
*
fix a bunch of compilation warnings (issue #157)
Benoit Germain
2018-11-11
1
-1
/
+1
*
fix an internal error trying to call on_state_create in a lane without any li...
Benoit Germain
2018-11-03
1
-1
/
+0
*
Enum buildfix
Benoit Germain
2018-11-02
1
-8
/
+0
*
More MinGW buildfixes (I hope)
Benoit Germain
2018-10-25
1
-4
/
+5
*
Fix Lanes build by reorganizing types around a bit
Benoit Germain
2018-10-25
1
-31
/
+15
*
Fix for deep-aware modules
Benoit Germain
2017-08-01
1
-114
/
+4
*
Improve LuaJIT support
Benoit Germain
2017-05-10
1
-1
/
+3
*
preliminary Lua 5.3 support
Benoit Germain
2014-12-16
1
-1
/
+1
*
LuaJIT auto detect FIX
Stepets
2014-04-20
1
-4
/
+6
*
LuaJIT auto detect
Stepets
2014-04-20
1
-4
/
+5
*
moved compatibility code in a separate file
Benoit Germain
2014-04-03
1
-25
/
+0
*
Don't mutex-wrap require() more than once
Benoit Germain
2014-03-19
1
-1
/
+1
*
Fixed some compilation warnings
Benoit Germain
2014-02-26
1
-63
/
+66
*
Multiverse compatibility
Benoit Germain
2014-02-26
1
-18
/
+67
*
Lanes init crash fix
Benoit Germain
2014-02-18
1
-2
/
+2
*
Deep userdata support improvements
Benoit Germain
2014-02-17
1
-5
/
+11
*
fix on_state_create circular logic issue
Benoit Germain
2014-01-06
1
-1
/
+2
*
supposedly improved pthread support
Benoit Germain
2013-11-29
1
-0
/
+11
*
Fix a macro redefinition when compiling against Lua 5.2 with compatibility op...
Benoit Germain
2013-11-26
1
-0
/
+2
*
Fix a macro redefinition when compiling against Lua 5.2 with compatibility op...
Benoit Germain
2013-11-26
1
-0
/
+2
*
Minor macro definition fix
Benoit Germain
2013-11-16
1
-1
/
+1
[next]