summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/unordered_set
AgeCommit message (Expand)Author
2025-04-11libstdc++: Define __cpp_lib_containers_ranges in appropriate headers [PR111055]Tomasz Kamiński
2025-01-02Update copyright years.Jakub Jelinek
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill
2024-09-03libstdc++: Add missing feature-test macro in various headersDhruv Chawla
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Only declare feature test macros in standard headersJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-11-25libstdc++: Call predicate with non-const values in std::erase_if [PR107850]Jonathan Wakely
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović
2022-05-26libstdc++: Refactor includes for unordered containersJonathan Wakely
2022-05-19libstdc++: Ensure pmr aliases work without <memory_resource>Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-20libstdc++: [_GLIBCXX_DEBUG] Reduce performance impact on std::erase_ifFrançois Dumont
2021-10-08libstdc++: Restore debug checks in uniform container erasure functionsJonathan Wakely
2021-10-07libstdc++: Avoid debug checks in uniform container erasure functionsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-09-26Remove include directives for deleted Profile Mode headersJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-11-30Pre-emptively support P0646R1 for std container erasure.Edward Smith-Rowland
2018-11-29Fix erasure goofs.Edward Smith-Rowland
2018-11-28Implement uniform container erasure for C++20.Edward Smith-Rowland
2018-08-10Define aliases for containers using polymorphic_allocatorJonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-10-30Minor header reorganization for unordered containersJonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-04-22hashtable_policy.h: Add C++11 allocator support.François Dumont
2013-01-16re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...Jonathan Wakely
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2012-08-132012-08-10 François Dumont <fdumont@gcc.gnu.org>François Dumont
2010-07-27[multiple changes]Paolo Carlini
2010-02-22functional_hash.h (hash<string>, [...]): Move, per DR 1182 to...Paolo Carlini
2010-02-10hashtable.h: Fold in include/tr1_impl/hashtable.h contents.Paolo Carlini
2010-02-10hashtable.h: Fold in include/tr1_impl/hashtable.h for C++0x use.Paolo Carlini
2009-10-03merge branch profile-stdlibSilvius Rus
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-07-21Add initializer_list support as per N2679.Jason Merrill
2008-05-26tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out.Paolo Carlini
2007-12-25hashtable_policy.h (__lower_bound): Add.Paolo Carlini
2007-12-24hashtable_policy.h (_Prime_rehash_policy:: _M_next_bkt, [...]): Use __builtin...Paolo Carlini
2007-10-26unordered_map: Fix for parallel mode.Benjamin Kosnik
2007-10-18re PR libstdc++/30085 (switch debug mode hash containers from ext to tr1)Benjamin Kosnik
2007-05-31re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x)Paolo Carlini
2007-03-04acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik