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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
C++ migration: enum → enum class
Benoit Germain
2024-04-24
1
-12
/
+12
*
ASSERT_L → LUA_ASSERT
Benoit Germain
2024-04-24
1
-28
/
+28
*
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
-371
/
+298
*
C++ migration: more conversion to InterCopyContext. debugspew indentation is ...
Benoit Germain
2024-04-16
1
-86
/
+106
*
C++ migration: inter-state transfer managed by a new class InterCopyContext
Benoit Germain
2024-04-15
1
-301
/
+320
*
Merge branch 'C-Implementation'
Benoit Germain
2024-04-11
1
-1
/
+1
*
C++ migration: wrap lua type values in an enum class for type safety and debu...
Benoit Germain
2024-04-10
1
-15
/
+15
*
C++ migration: luaG_inter_copy_* now return an enum class instead of an anony...
Benoit Germain
2024-04-10
1
-14
/
+24
*
C++ migration: fixed a few std::ignore
Benoit Germain
2024-04-10
1
-127
/
+124
*
C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore
Benoit Germain
2024-04-09
1
-128
/
+132
*
C++ migration: use strong type safety for source and destination states in tr...
Benoit Germain
2024-04-09
1
-47
/
+38
*
C++ migration: more atomics
Benoit Germain
2024-04-02
1
-46
/
+49
*
C++ migration: fix some warnings in 32 bits builds
Benoit Germain
2024-03-31
1
-3
/
+3
*
C++ migration: all enums are enum class
Benoit Germain
2024-03-29
1
-47
/
+92
*
C++ migration: improved UniqueKey interface
Benoit Germain
2024-03-28
1
-9
/
+9
*
C++ migration: Fix metatable caching bug introduced when converting the index...
Benoit Germain
2024-03-26
1
-1
/
+1
*
C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes
Benoit Germain
2024-03-26
1
-50
/
+37
*
C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomic
Benoit Germain
2024-03-25
1
-13
/
+5
*
C++ migration: revamped stack checking macros
Benoit Germain
2024-03-25
1
-126
/
+126
*
C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ...
Benoit Germain
2024-03-21
1
-29
/
+29
*
C++ migration: removed most typedef, removed uint_t
Benoit Germain
2024-03-20
1
-24
/
+24
*
C++ migration: more NULL → nullptr
Benoit Germain
2024-03-20
1
-28
/
+28
*
C++ migration: UniqueKey
Benoit Germain
2024-03-20
1
-6
/
+6
*
C++ migration: bool_t → bool
Benoit Germain
2024-03-20
1
-41
/
+41
*
C++ migration: changed file extensions from .c to .cpp
Benoit Germain
2024-03-19
1
-0
/
+2080
[prev]