aboutsummaryrefslogtreecommitdiff
path: root/src/common/Utilities/Containers.h
AgeCommit message (Expand)Author
2022-02-11Core/Utils: Corrected included files in Containers.hShauren
2022-01-03Core/Util: Added iterator range overload for Trinity::Containers::RandomShuffleShauren
2021-12-24Core/Misc: C++17 cleanups, commit 3, the header commitTreeston
2021-12-24Core/Misc: C++17 cleanups, commit 2, the advstd commitTreeston
2021-12-19Core/Random: Refactor random number generation to use std::uniform_*_distribu...Shauren
2021-12-17Core/Misc: Remove Trinity::Containers::Size (duplicate of advstd::size)Treeston
2021-12-16build fix after d1dc0e2Treeston
2021-11-16Core/Utils: some code style adjustments, 6d6077e follow-upTreeston
2021-11-16Core/Utils: Fix Unicode handlingTreeston
2021-10-15Common/Containers: Eliminate a edge case that could potentially lead to objec...Treeston
2021-06-13Core/Misc: Add container utility function Trinity::Containers::EnsureWritable...Shauren
2020-08-18Utilities/Containers: New RandomResize implementation with guaranteed asympto...Treeston
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
2018-11-07Core/Utils: Avoid unneccessary container copyShauren
2018-03-25Core/Entities: Phasing rewriteShauren
2018-01-01Update copyright note for 2018vincent-michael
2017-07-23Core/Misc: Util changesShauren
2017-06-05Core/Utils: restored previous behaviour of RandomResizeariel-
2017-03-23Core/Utilities: Rename RandomResizeList->RandomResize as it is no longer rest...Shauren
2017-03-21Core/Utils: Changed all Trinity::Containers utilities to work on all containe...Shauren
2017-01-01Update copyright note for 2017vincent-michael
2016-10-22Build fixShauren
2016-09-01Core/Random: Remove no longer needed hack for VS 2013Shauren
2016-05-24Core/Containers: Warning fixes and RandomResizeList with predicate optimizationShauren
2016-04-24Core/Utils: replaced std::random_shuffle with our own implementation using SF...joschiwald
2016-03-24Core/Common: Converted the common library to a shared library.Naios
2016-01-23Core/Misc: Added safeguard against generating invalid selection weight data i...Shauren
2016-01-09Core/Misc: Build fix for clang & libc++Shauren
2016-01-03Core/Utilities: Fix build in some versions of Ubuntu / GCCDDuarte
2016-01-02Core/Misc: Build fix for older gccShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-12-27Core/Misc: VS 2013 build fix - horrible hack.Shauren
2015-12-26Build fixShauren
2015-12-24Core/Utils: Moved rng functions to separate header and added utility function...Shauren