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
*
Rework function bytecode dumping to be Lua5.5-ready
Benoit Germain
2025-07-24
1
-20
/
+11
*
workaround a possible Lua 5.5 bug when dumping functions (but it doesn't solv...
Benoit Germain
2025-07-22
1
-0
/
+5
*
New helper to push function bytecode (to facilitate Lua 5.5 support)
Benoit Germain
2025-07-22
1
-10
/
+41
*
Changed lua wrapper prefixes from luaG_ to luaW_ (w as in wrapper!)
Benoit Germain
2025-07-04
1
-25
/
+25
*
Revamped lanes.nameof
Benoit Germain
2025-03-07
1
-4
/
+5
*
All enums are [[nodiscard]]
Benoit Germain
2025-02-05
1
-0
/
+2
*
Minor internal code tweaks
Benoit Germain
2025-02-05
1
-12
/
+12
*
Data transfer supports registered non-deep full userdata
Benoit Germain
2024-12-02
1
-12
/
+17
*
More [[nodiscard]] boyscouting
Benoit Germain
2024-11-20
1
-1
/
+2
*
Renamed debugspew.h → debugspew.hpp, lindafactory.h → lindafactory.hpp
Benoit Germain
2024-10-28
1
-1
/
+1
*
Renamed universe.h → universe.hpp
Benoit Germain
2024-10-28
1
-1
/
+1
*
Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ...
Benoit Germain
2024-10-28
1
-1
/
+1
*
Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hpp
Benoit Germain
2024-10-28
1
-1
/
+1
*
More strong typing for UniqueKey::getSubTable() arguments
Benoit Germain
2024-10-24
1
-1
/
+1
*
Sprinkling StackIndex all over the place
Benoit Germain
2024-10-08
1
-26
/
+24
*
Tweak luaG_getfuncsubtype
Benoit Germain
2024-06-19
1
-14
/
+13
*
Boyscouting
Benoit Germain
2024-06-14
1
-6
/
+6
*
lua_pushliteral -> luaG_pushstring
Benoit Germain
2024-06-14
1
-3
/
+3
*
More fixes to make clang happy
Benoit Germain
2024-06-14
1
-2
/
+2
*
luaG_typename returns a std::string_view
Benoit Germain
2024-06-10
1
-3
/
+3
*
Boyscouting some luaG_ functions
Benoit Germain
2024-06-07
1
-8
/
+8
*
Use a precompiled header to speed up the build
Benoit Germain
2024-06-07
1
-0
/
+1
*
Modernize compat
Benoit Germain
2024-06-05
1
-17
/
+17
*
lua_absindex → luaG_absindex for inlining
Benoit Germain
2024-06-04
1
-2
/
+2
*
Remove some useless compatibility stuff
Benoit Germain
2024-06-04
1
-6
/
+4
*
Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...
Benoit Germain
2024-05-29
1
-5
/
+5
*
Moved implementation of lanes.nameof in a separate file
Benoit Germain
2024-05-29
1
-243
/
+73
*
Modernize serialize_require
Benoit Germain
2024-05-29
1
-0
/
+57
*
namespace tweaks
Benoit Germain
2024-05-27
1
-2
/
+2
*
More string_view + improved DEBUGSPEW output
Benoit Germain
2024-05-27
1
-2
/
+2
*
DEBUGSPEW_PARAM_COMMA(Universe* U_)
Benoit Germain
2024-05-23
1
-16
/
+18
*
DEBUGSPEW fprintf(stderr) → std::cerr
Benoit Germain
2024-05-22
1
-15
/
+18
*
More string_view
Benoit Germain
2024-05-20
1
-17
/
+14
*
Start using string_view
Benoit Germain
2024-05-20
1
-21
/
+21
*
Shuffling code around
Benoit Germain
2024-05-14
1
-0
/
+1
*
Progressively applying the coding rules
Benoit Germain
2024-05-14
1
-6
/
+6
*
Almost nothing
Benoit Germain
2024-05-14
1
-1
/
+0
*
Moved Lane tracking implementation in a separate file
Benoit Germain
2024-05-14
1
-0
/
+1
*
Progressively applying the coding rules
Benoit Germain
2024-05-13
1
-62
/
+62
*
Move InterCopyContext implementation in a separate file
Benoit Germain
2024-05-13
1
-1305
/
+4
*
Some more code refactorization
Benoit Germain
2024-05-13
1
-1
/
+1
*
Improve error message on table transfer type mismatch
Benoit Germain
2024-05-06
1
-5
/
+5
*
Some code factorization
Benoit Germain
2024-05-03
1
-52
/
+4
*
Remove dependency on _G["package"]
Benoit Germain
2024-05-02
1
-3
/
+2
*
InterCopyContext always raises errors in a non-Keeper state
Benoit Germain
2024-05-02
1
-16
/
+15
*
Progressively applying the coding rules
Benoit Germain
2024-05-02
1
-33
/
+31
*
Progressively applying the coding rules
Benoit Germain
2024-05-02
1
-16
/
+16
*
Progressively applying the coding rules
Benoit Germain
2024-04-30
1
-91
/
+80
*
Progressively applying the coding rules
Benoit Germain
2024-04-30
1
-840
/
+661
*
Progressively applying the coding rules
Benoit Germain
2024-04-29
1
-6
/
+6
[next]