aboutsummaryrefslogtreecommitdiff
path: root/src/universe.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed universe.h → universe.hppBenoit Germain2024-10-281-168/+0
* Renamed tracker.h → tracker.hpp, nameof.h → nameof.hppBenoit Germain2024-10-281-1/+1
* Renamed allocator.h → allocator.hpp, cancel.h → cancel.hpp, keeper.h → ...Benoit Germain2024-10-281-2/+2
* Renamed uniquekey.h → uniquekey.hppBenoit Germain2024-10-281-1/+1
* Make Unique even strongerBenoit Germain2024-10-241-1/+1
* Make Lanes crash on purpose at shutdown if some lanes still runBenoit Germain2024-06-281-1/+1
* Improved on_state_create implementationBenoit Germain2024-06-191-1/+3
* Give a chance to config.allocator to provide a specific allocator for interna...Benoit Germain2024-06-181-0/+1
* Moved AllocatorDefinition in a lanes namespaceBenoit Germain2024-06-181-2/+2
* When it is a function, config.allocator is called with a string hintBenoit Germain2024-06-181-46/+1
* Foolproofed config.allocator when it is a functionBenoit Germain2024-06-171-3/+7
* All Lua headers included just once in _pch.hBenoit Germain2024-06-111-9/+0
* Removed .demote_full_userdataBenoit Germain2024-06-101-2/+0
* Boyscouting some luaG_ functionsBenoit Germain2024-06-071-1/+1
* Use a precompiled header to speed up the buildBenoit Germain2024-06-071-3/+0
* New global setting "strip_functions"Benoit Germain2024-06-031-0/+2
* Keeper management modernisation and improvementsBenoit Germain2024-05-301-4/+3
* Fix clang-tidy issues (most notably Microsoft-specific explicit constructor c...Benoit Germain2024-05-291-12/+13
* New Lanes finalizer API lanes.finally()Benoit Germain2024-05-281-0/+3
* Process upvalues equal to _G in Lua51 as in other flavorsBenoit Germain2024-05-241-2/+0
* DEBUGSPEW_PARAM_COMMA(Universe* U_)Benoit Germain2024-05-231-2/+2
* Minor code tweaksBenoit Germain2024-05-171-1/+1
* Shuffling code aroundBenoit Germain2024-05-141-32/+4
* Moved Lane tracking implementation in a separate fileBenoit Germain2024-05-141-5/+2
* Move InterCopyContext implementation in a separate fileBenoit Germain2024-05-131-1/+0
* Some more code refactorizationBenoit Germain2024-05-131-0/+36
* Progressively applying the coding rulesBenoit Germain2024-05-021-30/+30
* Progressively applying the coding rulesBenoit Germain2024-04-301-1/+1
* Function parameters L → L_Benoit Germain2024-04-291-12/+12
* All headers reformatted with updated clang-format settingsBenoit Germain2024-04-291-14/+7
* Formalize a few coding style rules, start to enforce them for constantsBenoit Germain2024-04-261-0/+1
* ASSERT_L → LUA_ASSERTBenoit Germain2024-04-241-1/+1
* some dead code elimination and other triflesBenoit Germain2024-04-161-6/+7
* C++ migration: more conversion to InterCopyContext. debugspew indentation is ...Benoit Germain2024-04-161-0/+28
* C++ migration: [[nodiscard]] everywhere. still have to check all std::ignoreBenoit Germain2024-04-091-5/+5
* C++ migration: still more threading code cleanup. 'sudo' global moved in the ...Benoit Germain2024-04-091-2/+18
* C++ migration: more atomicsBenoit Germain2024-04-021-2/+2
* C++ migration: fix some warnings in 32 bits buildsBenoit Germain2024-03-311-1/+1
* C++ migration: all enums are enum classBenoit Germain2024-03-291-2/+4
* C++ migration: Lane is a proper class with overloaded operator new/deleteBenoit Germain2024-03-291-1/+1
* C++ migration: lots of noise, but it's only some minor code cleanupBenoit Germain2024-03-281-3/+3
* C++ migration: buildfix for pre-5.4 Lua targetsBenoit Germain2024-03-271-0/+1
* C++ migration: templated lua_touserdataBenoit Germain2024-03-261-1/+1
* C++ migration: Fix metatable caching bug introduced when converting the index...Benoit Germain2024-03-261-1/+1
* C++ migration: refactor AllocatorDefinition and ProtectedAllocator into classesBenoit Germain2024-03-261-6/+80
* C++ migration: Universe MUTEX_T replaced with std::mutex and std::atomicBenoit Germain2024-03-251-25/+22
* C++ migration: removed most typedef, removed uint_tBenoit Germain2024-03-201-10/+5
* C++ migration: more NULL → nullptrBenoit Germain2024-03-201-1/+1
* C++ migration: UniqueKeyBenoit Germain2024-03-201-2/+1
* C++ migration: bool_t → boolBenoit Germain2024-03-201-2/+2