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
/
deep_test.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Wording fix: parameter → argument
Benoit Germain
2024-06-14
1
-1
/
+1
*
lua_pushliteral -> luaG_pushstring
Benoit Germain
2024-06-14
1
-2
/
+2
*
Add support for to-be-closed linda
Benoit Germain
2024-06-12
1
-1
/
+2
*
Removed .demote_full_userdata
Benoit Germain
2024-06-10
1
-1
/
+1
*
Fix deep_test.cpp
Benoit Germain
2024-06-07
1
-2
/
+2
*
Use a precompiled header to speed up the build
Benoit Germain
2024-06-07
1
-0
/
+1
*
Converted a few more raw string pointers to std::string_view
Benoit Germain
2024-06-06
1
-2
/
+2
*
Augment deep_test with deep:invoke()
Benoit Germain
2024-06-06
1
-0
/
+14
*
Fix deep_test for all flavors of Lua
Benoit Germain
2024-06-06
1
-68
/
+67
*
Boyscouting deep.cpp|h
Benoit Germain
2024-05-29
1
-13
/
+13
*
Start using string_view
Benoit Germain
2024-05-20
1
-1
/
+1
*
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: deep userdata API rework. bye bye idfunc, hello DeepFactory
Benoit Germain
2024-04-15
1
-36
/
+30
*
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: Universe MUTEX_T replaced with std::mutex and std::atomic
Benoit Germain
2024-03-25
1
-2
/
+1
*
C++ migration: make deep_test build and run
Benoit Germain
2024-03-25
1
-0
/
+260