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
/
state.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...
Benoit Germain
2024-05-29
1
-2
/
+2
*
Organized namespace 'state'
Benoit Germain
2024-05-29
1
-256
/
+273
*
Fix bad std::optional usage
Benoit Germain
2024-05-29
1
-7
/
+10
*
Moved implementation of lanes.nameof in a separate file
Benoit Germain
2024-05-29
1
-2
/
+2
*
Modernize serialize_require
Benoit Germain
2024-05-29
1
-67
/
+1
*
New Lanes finalizer API lanes.finally()
Benoit Germain
2024-05-28
1
-1
/
+1
*
More string_view
Benoit Germain
2024-05-27
1
-7
/
+8
*
namespace tweaks
Benoit Germain
2024-05-27
1
-23
/
+23
*
More string_view + improved DEBUGSPEW output
Benoit Germain
2024-05-27
1
-17
/
+28
*
Process upvalues equal to _G in Lua51 as in other flavors
Benoit Germain
2024-05-24
1
-31
/
+35
*
DEBUGSPEW_PARAM_COMMA(Universe* U_)
Benoit Germain
2024-05-23
1
-8
/
+8
*
Automatically initialize "jit" module in new lanes
Benoit Germain
2024-05-23
1
-1
/
+5
*
on_state_create receives a string argument, "lane" or "keeper"
Benoit Germain
2024-05-23
1
-25
/
+31
*
DEBUGSPEW fprintf(stderr) → std::cerr
Benoit Germain
2024-05-22
1
-32
/
+24
*
lua503_getfield → strong typed luaG_getfield
Benoit Germain
2024-05-22
1
-3
/
+2
*
Fixed forgotten int → LuaError
Benoit Germain
2024-05-20
1
-2
/
+2
*
Shuffling code around
Benoit Germain
2024-05-14
1
-5
/
+5
*
Progressively applying the coding rules
Benoit Germain
2024-05-14
1
-2
/
+2
*
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
-68
/
+65
*
Move InterCopyContext implementation in a separate file
Benoit Germain
2024-05-13
1
-0
/
+1
*
Some more code refactorization
Benoit Germain
2024-05-13
1
-48
/
+59
*
Some code factorization
Benoit Germain
2024-05-03
1
-1
/
+1
*
Progressively applying the coding rules
Benoit Germain
2024-05-02
1
-17
/
+17
*
Progressively applying the coding rules
Benoit Germain
2024-04-30
1
-180
/
+147
*
Progressively applying the coding rules
Benoit Germain
2024-04-29
1
-8
/
+8
*
Function parameters L → L_
Benoit Germain
2024-04-29
1
-51
/
+51
*
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
-6
/
+6
*
C++ migration: using KeeperState = Unique<lua_State*>
Benoit Germain
2024-04-24
1
-4
/
+4
*
some dead code elimination and other trifles
Benoit Germain
2024-04-16
1
-19
/
+17
*
C++ migration: more conversion to InterCopyContext. debugspew indentation is ...
Benoit Germain
2024-04-16
1
-22
/
+22
*
C++ migration: luaG_inter_copy_* now return an enum class instead of an anony...
Benoit Germain
2024-04-10
1
-10
/
+24
*
C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore
Benoit Germain
2024-04-09
1
-3
/
+3
*
C++ migration: use strong type safety for source and destination states in tr...
Benoit Germain
2024-04-09
1
-19
/
+10
*
C++ migration: more atomics
Benoit Germain
2024-04-02
1
-17
/
+17
*
C++ migration: all enums are enum class
Benoit Germain
2024-03-29
1
-3
/
+3
*
C++ migration: improved UniqueKey interface
Benoit Germain
2024-03-28
1
-17
/
+17
*
C++ migration: cleanup usage of lua_error and luaL_error
Benoit Germain
2024-03-28
1
-1
/
+1
*
C++ migration: new helper templates lua_tolightuserdata and lua_tofulluserdata
Benoit Germain
2024-03-27
1
-1
/
+1
*
C++ migration: templated lua_touserdata
Benoit Germain
2024-03-26
1
-1
/
+1
*
C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes
Benoit Germain
2024-03-26
1
-2
/
+2
*
C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomic
Benoit Germain
2024-03-25
1
-3
/
+3
*
C++ migration: revamped stack checking macros
Benoit Germain
2024-03-25
1
-37
/
+39
*
C++ migration: REGISTRY_SET and REGISTRY_GET are gone, welcome templates and ...
Benoit Germain
2024-03-21
1
-5
/
+5
*
C++ migration: more NULL → nullptr
Benoit Germain
2024-03-20
1
-18
/
+18
*
C++ migration: bool_t → bool
Benoit Germain
2024-03-20
1
-2
/
+2
*
C++ migration: changed file extensions from .c to .cpp
Benoit Germain
2024-03-19
1
-0
/
+442