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
/
universe.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lanes/core.[so|dll] → lanes_core.[so|dll]
Benoit Germain
33 hours
1
-1
/
+1
*
Some constitude tweaks
Benoit Germain
2024-12-17
1
-1
/
+1
*
Improved DeepPrelude architecture
Benoit Germain
2024-12-09
1
-20
/
+5
*
Internal rework of an enum bad practice usage
Benoit Germain
2024-12-03
1
-3
/
+3
*
More [[nodiscard]] boyscouting
Benoit Germain
2024-11-20
1
-3
/
+6
*
AllocatorDefinition implementation improvements
Benoit Germain
2024-11-20
1
-6
/
+3
*
Cleaning up guano
Benoit Germain
2024-11-13
1
-1
/
+1
*
Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hpp
Benoit Germain
2024-10-28
1
-2
/
+2
*
Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading...
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
-2
/
+2
*
Modernized some more trifles
Benoit Germain
2024-10-24
1
-1
/
+1
*
Fix/suppress MSVC /Wall warnings
Benoit Germain
2024-10-16
1
-1
/
+1
*
Sprinkling StackIndex all over the place
Benoit Germain
2024-10-08
1
-24
/
+23
*
Internal improvements: new strong types StackIndex and KeeperIndex
Benoit Germain
2024-10-07
1
-1
/
+1
*
lanes.finally() handler decides whether to thow or freeze
Benoit Germain
2024-07-01
1
-11
/
+13
*
Make Lanes crash on purpose at shutdown if some lanes still run
Benoit Germain
2024-06-28
1
-15
/
+19
*
Make lanes.gen stricter on base libraries
Benoit Germain
2024-06-26
1
-1
/
+1
*
Revert overzealous upvalue check on on_state_create
Benoit Germain
2024-06-20
1
-15
/
+5
*
Fix on_state_create incorrectly rejecting Lua functions with only _ENV as upv...
Benoit Germain
2024-06-19
1
-7
/
+17
*
Improved on_state_create implementation
Benoit Germain
2024-06-19
1
-1
/
+78
*
Give a chance to config.allocator to provide a specific allocator for interna...
Benoit Germain
2024-06-18
1
-7
/
+28
*
Moved AllocatorDefinition in a lanes namespace
Benoit Germain
2024-06-18
1
-2
/
+2
*
Foolproofed config.allocator when it is a function
Benoit Germain
2024-06-17
1
-13
/
+23
*
lua_pushliteral -> luaG_pushstring
Benoit Germain
2024-06-14
1
-1
/
+1
*
Move some cancel-related code around
Benoit Germain
2024-06-11
1
-2
/
+2
*
Removed .demote_full_userdata
Benoit Germain
2024-06-10
1
-4
/
+0
*
Boyscouting some luaG_ functions
Benoit Germain
2024-06-07
1
-5
/
+5
*
Use a precompiled header to speed up the build
Benoit Germain
2024-06-07
1
-2
/
+1
*
Modernize compat
Benoit Germain
2024-06-05
1
-5
/
+5
*
New global setting "strip_functions"
Benoit Germain
2024-06-03
1
-0
/
+6
*
Keeper management modernisation and improvements
Benoit Germain
2024-05-30
1
-149
/
+61
*
Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...
Benoit Germain
2024-05-29
1
-17
/
+23
*
Organized namespace 'state'
Benoit Germain
2024-05-29
1
-2
/
+2
*
Modernize serialize_require
Benoit Germain
2024-05-29
1
-1
/
+1
*
Fix bad uses of STRINGVIEW_FMT
Benoit Germain
2024-05-29
1
-1
/
+1
*
New Lanes finalizer API lanes.finally()
Benoit Germain
2024-05-28
1
-1
/
+39
*
Sprinkle a bit of std::ranges::iota_view
Benoit Germain
2024-05-28
1
-6
/
+9
*
Optional Decoda support (disabled by default)
Benoit Germain
2024-05-27
1
-1
/
+5
*
namespace tweaks
Benoit Germain
2024-05-27
1
-2
/
+2
*
More string_view + improved DEBUGSPEW output
Benoit Germain
2024-05-27
1
-1
/
+1
*
DEBUGSPEW_PARAM_COMMA(Universe* U_)
Benoit Germain
2024-05-23
1
-1
/
+1
*
DEBUGSPEW fprintf(stderr) → std::cerr
Benoit Germain
2024-05-22
1
-5
/
+5
*
lua503_getfield → strong typed luaG_getfield
Benoit Germain
2024-05-22
1
-17
/
+14
*
Lane::debugName is a std::string_view
Benoit Germain
2024-05-20
1
-1
/
+1
*
More string_view
Benoit Germain
2024-05-20
1
-3
/
+3
*
Shuffling code around
Benoit Germain
2024-05-14
1
-1
/
+221
*
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
-33
/
+33
[next]