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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed universe.h → universe.hpp
Benoit Germain
2024-10-28
1
-168
/
+0
*
Renamed tracker.h → tracker.hpp, nameof.h → nameof.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
-2
/
+2
*
Renamed uniquekey.h → uniquekey.hpp
Benoit Germain
2024-10-28
1
-1
/
+1
*
Make Unique even stronger
Benoit Germain
2024-10-24
1
-1
/
+1
*
Make Lanes crash on purpose at shutdown if some lanes still run
Benoit Germain
2024-06-28
1
-1
/
+1
*
Improved on_state_create implementation
Benoit Germain
2024-06-19
1
-1
/
+3
*
Give a chance to config.allocator to provide a specific allocator for interna...
Benoit Germain
2024-06-18
1
-0
/
+1
*
Moved AllocatorDefinition in a lanes namespace
Benoit Germain
2024-06-18
1
-2
/
+2
*
When it is a function, config.allocator is called with a string hint
Benoit Germain
2024-06-18
1
-46
/
+1
*
Foolproofed config.allocator when it is a function
Benoit Germain
2024-06-17
1
-3
/
+7
*
All Lua headers included just once in _pch.h
Benoit Germain
2024-06-11
1
-9
/
+0
*
Removed .demote_full_userdata
Benoit Germain
2024-06-10
1
-2
/
+0
*
Boyscouting some luaG_ functions
Benoit Germain
2024-06-07
1
-1
/
+1
*
Use a precompiled header to speed up the build
Benoit Germain
2024-06-07
1
-3
/
+0
*
New global setting "strip_functions"
Benoit Germain
2024-06-03
1
-0
/
+2
*
Keeper management modernisation and improvements
Benoit Germain
2024-05-30
1
-4
/
+3
*
Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...
Benoit Germain
2024-05-29
1
-12
/
+13
*
New Lanes finalizer API lanes.finally()
Benoit Germain
2024-05-28
1
-0
/
+3
*
Process upvalues equal to _G in Lua51 as in other flavors
Benoit Germain
2024-05-24
1
-2
/
+0
*
DEBUGSPEW_PARAM_COMMA(Universe* U_)
Benoit Germain
2024-05-23
1
-2
/
+2
*
Minor code tweaks
Benoit Germain
2024-05-17
1
-1
/
+1
*
Shuffling code around
Benoit Germain
2024-05-14
1
-32
/
+4
*
Moved Lane tracking implementation in a separate file
Benoit Germain
2024-05-14
1
-5
/
+2
*
Move InterCopyContext implementation in a separate file
Benoit Germain
2024-05-13
1
-1
/
+0
*
Some more code refactorization
Benoit Germain
2024-05-13
1
-0
/
+36
*
Progressively applying the coding rules
Benoit Germain
2024-05-02
1
-30
/
+30
*
Progressively applying the coding rules
Benoit Germain
2024-04-30
1
-1
/
+1
*
Function parameters L → L_
Benoit Germain
2024-04-29
1
-12
/
+12
*
All headers reformatted with updated clang-format settings
Benoit Germain
2024-04-29
1
-14
/
+7
*
Formalize a few coding style rules, start to enforce them for constants
Benoit Germain
2024-04-26
1
-0
/
+1
*
ASSERT_L → LUA_ASSERT
Benoit Germain
2024-04-24
1
-1
/
+1
*
some dead code elimination and other trifles
Benoit Germain
2024-04-16
1
-6
/
+7
*
C++ migration: more conversion to InterCopyContext. debugspew indentation is ...
Benoit Germain
2024-04-16
1
-0
/
+28
*
C++ migration: [[nodiscard]] everywhere. still have to check all std::ignore
Benoit Germain
2024-04-09
1
-5
/
+5
*
C++ migration: still more threading code cleanup. 'sudo' global moved in the ...
Benoit Germain
2024-04-09
1
-2
/
+18
*
C++ migration: more atomics
Benoit Germain
2024-04-02
1
-2
/
+2
*
C++ migration: fix some warnings in 32 bits builds
Benoit Germain
2024-03-31
1
-1
/
+1
*
C++ migration: all enums are enum class
Benoit Germain
2024-03-29
1
-2
/
+4
*
C++ migration: Lane is a proper class with overloaded operator new/delete
Benoit Germain
2024-03-29
1
-1
/
+1
*
C++ migration: lots of noise, but it's only some minor code cleanup
Benoit Germain
2024-03-28
1
-3
/
+3
*
C++ migration: buildfix for pre-5.4 Lua targets
Benoit Germain
2024-03-27
1
-0
/
+1
*
C++ migration: templated lua_touserdata
Benoit Germain
2024-03-26
1
-1
/
+1
*
C++ migration: Fix metatable caching bug introduced when converting the index...
Benoit Germain
2024-03-26
1
-1
/
+1
*
C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classes
Benoit Germain
2024-03-26
1
-6
/
+80
*
C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomic
Benoit Germain
2024-03-25
1
-25
/
+22
*
C++ migration: removed most typedef, removed uint_t
Benoit Germain
2024-03-20
1
-10
/
+5
*
C++ migration: more NULL → nullptr
Benoit Germain
2024-03-20
1
-1
/
+1
*
C++ migration: UniqueKey
Benoit Germain
2024-03-20
1
-2
/
+1
*
C++ migration: bool_t → bool
Benoit Germain
2024-03-20
1
-2
/
+2
[next]