aboutsummaryrefslogtreecommitdiff
path: root/src/common/Containers
AgeCommit message (Collapse)Author
2025-08-15Core/Utils: Added .contains member function to FlatSetShauren
2025-08-15Core/Utils: Fix nopch build with gcc 14Shauren
2025-02-23Core/Utils: Added map key/value utility projections for std::ranges algorithmsShauren
2025-01-21Core/Utils: Allow using Trinity::IteratorPair with SelectRandomContainerElementShauren
2024-12-31Core/Misc: Add concepts restrictions on container utilities for better ↵Shauren
compiler error messages
2024-08-17Core/Utils: Unwrap non-copyable pointers (unique_ptr) from ↵Shauren
Trinity::Containers::MapGetValuePtr
2024-07-02Core/Spells: Implemented SPELL_ATTR9_ITEM_PASSIVE_ON_CLIENTShauren
2023-08-18Core/Auras: Minor optimization for Unit object creation with msvc (not ↵Shauren
allocating a list end sentinel node for all of the 500 lists stored in Unit for each aura type)
2023-01-07Core/Misc: Replace enable_if overload selection with if constexprShauren
2023-01-06Core/Utils: Replace boost flat_set with our ownShauren