aboutsummaryrefslogtreecommitdiff
path: root/src/universe.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* lanes/core.[so|dll] → lanes_core.[so|dll]Benoit Germain31 hours1-1/+1
* Some constitude tweaksBenoit Germain2024-12-171-1/+1
* Improved DeepPrelude architectureBenoit Germain2024-12-091-20/+5
* Internal rework of an enum bad practice usageBenoit Germain2024-12-031-3/+3
* More [[nodiscard]] boyscoutingBenoit Germain2024-11-201-3/+6
* AllocatorDefinition implementation improvementsBenoit Germain2024-11-201-6/+3
* Cleaning up guanoBenoit Germain2024-11-131-1/+1
* Renamed intercopycontext.h → intercopycontext.hpp, state.h → state.hppBenoit Germain2024-10-281-2/+2
* Renamed lane.h → lane.hpp, linda.h → linda.hpp, threading.h → threading...Benoit Germain2024-10-281-1/+1
* Renamed universe.h → universe.hppBenoit Germain2024-10-281-1/+1
* Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ...Benoit Germain2024-10-281-1/+1
* Renamed _pch.h → _pch.hpp, deep.h → deep.hpp, lanes.h → lanes.hppBenoit Germain2024-10-281-2/+2
* Modernized some more triflesBenoit Germain2024-10-241-1/+1
* Fix/suppress MSVC /Wall warningsBenoit Germain2024-10-161-1/+1
* Sprinkling StackIndex all over the placeBenoit Germain2024-10-081-24/+23
* Internal improvements: new strong types StackIndex and KeeperIndexBenoit Germain2024-10-071-1/+1
* lanes.finally() handler decides whether to thow or freezeBenoit Germain2024-07-011-11/+13
* Make Lanes crash on purpose at shutdown if some lanes still runBenoit Germain2024-06-281-15/+19
* Make lanes.gen stricter on base librariesBenoit Germain2024-06-261-1/+1
* Revert overzealous upvalue check on on_state_createBenoit Germain2024-06-201-15/+5
* Fix on_state_create incorrectly rejecting Lua functions with only _ENV as upv...Benoit Germain2024-06-191-7/+17
* Improved on_state_create implementationBenoit Germain2024-06-191-1/+78
* Give a chance to config.allocator to provide a specific allocator for interna...Benoit Germain2024-06-181-7/+28
* Moved AllocatorDefinition in a lanes namespaceBenoit Germain2024-06-181-2/+2
* Foolproofed config.allocator when it is a functionBenoit Germain2024-06-171-13/+23
* lua_pushliteral -> luaG_pushstringBenoit Germain2024-06-141-1/+1
* Move some cancel-related code aroundBenoit Germain2024-06-111-2/+2
* Removed .demote_full_userdataBenoit Germain2024-06-101-4/+0
* Boyscouting some luaG_ functionsBenoit Germain2024-06-071-5/+5
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-2/+1
* Modernize compatBenoit Germain2024-06-051-5/+5
* New global setting "strip_functions"Benoit Germain2024-06-031-0/+6
* Keeper management modernisation and improvementsBenoit Germain2024-05-301-149/+61
* Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...Benoit Germain2024-05-291-17/+23
* Organized namespace 'state'Benoit Germain2024-05-291-2/+2
* Modernize serialize_requireBenoit Germain2024-05-291-1/+1
* Fix bad uses of STRINGVIEW_FMTBenoit Germain2024-05-291-1/+1
* New Lanes finalizer API lanes.finally()Benoit Germain2024-05-281-1/+39
* Sprinkle a bit of std::ranges::iota_viewBenoit Germain2024-05-281-6/+9
* Optional Decoda support (disabled by default)Benoit Germain2024-05-271-1/+5
* namespace tweaksBenoit Germain2024-05-271-2/+2
* More string_view + improved DEBUGSPEW outputBenoit Germain2024-05-271-1/+1
* DEBUGSPEW_PARAM_COMMA(Universe* U_)Benoit Germain2024-05-231-1/+1
* DEBUGSPEW fprintf(stderr) → std::cerrBenoit Germain2024-05-221-5/+5
* lua503_getfield → strong typed luaG_getfieldBenoit Germain2024-05-221-17/+14
* Lane::debugName is a std::string_viewBenoit Germain2024-05-201-1/+1
* More string_viewBenoit Germain2024-05-201-3/+3
* Shuffling code aroundBenoit Germain2024-05-141-1/+221
* Move Lane implementation in a separate fileBenoit Germain2024-05-141-1/+1
* Progressively applying the coding rulesBenoit Germain2024-05-131-33/+33