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
/
deep_test
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
New lane generator option opt_tbl.name
Benoit Germain
2024-05-13
1
-3
/
+2
*
InterCopyContext always raises errors in a non-Keeper state
Benoit Germain
2024-05-02
1
-2
/
+3
*
All headers reformatted with updated clang-format settings
Benoit Germain
2024-04-29
1
-2
/
+2
*
C++ migration: wrap all Lua error raising API functions in a [[noreturn]] rai...
Benoit Germain
2024-04-26
1
-3
/
+3
*
Move LindaFactory in separate files
Benoit Germain
2024-04-26
1
-11
/
+14
*
some dead code elimination and other trifles
Benoit Germain
2024-04-16
1
-25
/
+25
*
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
2
-36
/
+44
*
C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore
Benoit Germain
2024-04-09
1
-139
/
+139
*
C++ migration: all enums are enum class
Benoit Germain
2024-03-29
1
-4
/
+4
*
C++ migration: deep_test vcproj configuration fix (we need at least C++17 sta...
Benoit Germain
2024-03-27
1
-0
/
+18
*
C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomic
Benoit Germain
2024-03-25
2
-4
/
+3
*
deep_test VS user config
Benoit Germain
2024-03-25
1
-0
/
+1
*
deep_test VS extension Smart Command Line Arguments config file
Benoit Germain
2024-03-25
1
-0
/
+16
*
C++ migration: make deep_test build and run
Benoit Germain
2024-03-25
3
-84
/
+77
*
C++ migration: buildfixes
Benoit Germain
2024-03-19
2
-20
/
+14
*
Bump deep_test.vcxproj to VS2022
Benoit Germain
2024-02-22
1
-18
/
+18
*
moonjit support
Benoit Germain
2022-03-09
2
-6
/
+90
*
deep_test tweaks
Benoit Germain
2022-02-27
3
-13
/
+186
*
Update deep_test.vcxproj.user
Benoit Germain
2022-02-21
1
-10
/
+35
*
some fixes in deep_test vcproj for LuaJIT-2.1.0-beta3 testing
Benoit Germain
2022-02-21
2
-0
/
+85
*
__lanesclone is now called only once with 3 parameters dest, source, size -> ...
Benoit Germain
2022-02-08
3
-18
/
+21
*
deep_test vcproj migrated to VS2019
v3.15.1
Benoit Germain
2021-07-08
3
-24
/
+183
*
fix stack overflow when transfering a clonable userdata referencing itself th...
Benoit Germain
2021-06-26
4
-14
/
+46
*
correctly transfer the uservalue of a deep userdata
Benoit Germain
2021-06-24
5
-3
/
+23
*
expand deeptest.lua
Benoit Germain
2021-06-24
2
-18
/
+20
*
updated deep userdata unit test to expose issue #189
Benoit Germain
2021-06-23
2
-9
/
+51
*
__lanesclone now receives the original as light userdata the first time it i...
Benoit Germain
2021-06-23
1
-4
/
+8
*
Fix clonable userdata uservalue transfer
Benoit Germain
2018-11-30
5
-9
/
+47
*
Lua 5.4 support
Benoit Germain
2018-11-27
2
-0
/
+78
*
Fix a buffer overrun
Benoit Germain
2018-11-23
3
-0
/
+219
*
Deep userdata must embed DeepPrelude to save an allocation (also changes Deep...
Benoit Germain
2018-11-15
1
-1
/
+2
*
__lanesclone mechanism should actually work now
Benoit Germain
2018-11-07
2
-39
/
+94
*
rename deep_test.lua
Benoit Germain
2018-11-05
1
-0
/
+0
*
add support for deep userdata cloning
Benoit Germain
2018-10-29
2
-6
/
+74
*
Deep userdata improvements
Benoit Germain
2017-08-02
2
-15
/
+45
*
Fix for deep-aware modules
Benoit Germain
2017-08-01
2
-0
/
+104