index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-03T13:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
Utilities
/
Containers.h
Age
Commit message (
Expand
)
Author
2022-02-11
Core/Utils: Corrected included files in Containers.h
Shauren
2022-01-03
Core/Util: Added iterator range overload for Trinity::Containers::RandomShuffle
Shauren
2021-12-24
Core/Misc: C++17 cleanups, commit 3, the header commit
Treeston
2021-12-24
Core/Misc: C++17 cleanups, commit 2, the advstd commit
Treeston
2021-12-19
Core/Random: Refactor random number generation to use std::uniform_*_distribu...
Shauren
2021-12-17
Core/Misc: Remove Trinity::Containers::Size (duplicate of advstd::size)
Treeston
2021-12-16
build fix after d1dc0e2
Treeston
2021-11-16
Core/Utils: some code style adjustments, 6d6077e follow-up
Treeston
2021-11-16
Core/Utils: Fix Unicode handling
Treeston
2021-10-15
Common/Containers: Eliminate a edge case that could potentially lead to objec...
Treeston
2021-06-13
Core/Misc: Add container utility function Trinity::Containers::EnsureWritable...
Shauren
2020-08-18
Utilities/Containers: New RandomResize implementation with guaranteed asympto...
Treeston
2020-01-02
New Year
Aokromes
2019-01-01
Update copyright note for 2019
vincent-michael
2018-11-07
Core/Utils: Avoid unneccessary container copy
Shauren
2018-03-25
Core/Entities: Phasing rewrite
Shauren
2018-01-01
Update copyright note for 2018
vincent-michael
2017-07-23
Core/Misc: Util changes
Shauren
2017-06-05
Core/Utils: restored previous behaviour of RandomResize
ariel-
2017-03-23
Core/Utilities: Rename RandomResizeList->RandomResize as it is no longer rest...
Shauren
2017-03-21
Core/Utils: Changed all Trinity::Containers utilities to work on all containe...
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-10-22
Build fix
Shauren
2016-09-01
Core/Random: Remove no longer needed hack for VS 2013
Shauren
2016-05-24
Core/Containers: Warning fixes and RandomResizeList with predicate optimization
Shauren
2016-04-24
Core/Utils: replaced std::random_shuffle with our own implementation using SF...
joschiwald
2016-03-24
Core/Common: Converted the common library to a shared library.
Naios
2016-01-23
Core/Misc: Added safeguard against generating invalid selection weight data i...
Shauren
2016-01-09
Core/Misc: Build fix for clang & libc++
Shauren
2016-01-03
Core/Utilities: Fix build in some versions of Ubuntu / GCC
DDuarte
2016-01-02
Core/Misc: Build fix for older gcc
Shauren
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-12-27
Core/Misc: VS 2013 build fix - horrible hack.
Shauren
2015-12-26
Build fix
Shauren
2015-12-24
Core/Utils: Moved rng functions to separate header and added utility function...
Shauren