index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
hashtable.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-05
libstdc++: Optimize operations on small size hashtable [PR 68303]
François Dumont
1
-26
/
+161
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-11-15
libstdc++: Unordered containers merge re-use hash code
François Dumont
1
-4
/
+6
2021-11-09
libstdc++: [_GLIBCXX_DEBUG] Implement unordered container merge
François Dumont
1
-5
/
+12
2021-10-21
libstdc++: Suppress Doxygen docs for more implementation details
Jonathan Wakely
1
-0
/
+2
2021-10-09
libstdc++: Avoid instantiation of _Hash_node before it's needed
Jonathan Wakely
1
-8
/
+9
2021-10-01
libstdc++: Add std::__conditional_t alias template
Jonathan Wakely
1
-7
/
+7
2021-07-22
libstdc++: Fix non-default constructors for hash containers [PR101583]
Jonathan Wakely
1
-5
/
+12
2021-07-20
libstdc++: fix is_default_constructible for hash containers [PR 100863]
Jonathan Wakely
1
-1
/
+14
2021-06-04
libstdc++: Add feature test macro for heterogeneous lookup in unordered conta...
Jonathan Wakely
1
-2
/
+4
2021-05-24
libstdc++: Limit allocation on iterator insertion in Hashtable [PR 96088]
François Dumont
1
-13
/
+46
2021-04-09
libstdc++: Fix invalid constexpr function in C++11 mode [PR 99985]
Jonathan Wakely
1
-2
/
+8
2021-04-08
libstdc++: Simplify noexcept-specifiers for move constructors
Jonathan Wakely
1
-12
/
+14
2021-02-09
libstdc++: Add unordered containers heterogeneous lookup
François Dumont
1
-0
/
+201
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-10-20
libstdc++: Refactor _Hashtable to prepare for custom pointers
François Dumont
1
-117
/
+134
2020-08-26
libstdc++: Rename _Hashtable _H1, _H2 and _Hash template parameters
François Dumont
1
-362
/
+330
2020-08-12
libstdc++: Make self-move well-defined for containers [PR 85828]
Jonathan Wakely
1
-0
/
+3
2020-07-29
libstdc++: Fix unordered containers move constructors noexcept qualification
François Dumont
1
-7
/
+33
2020-07-28
libstdc++: Do not over-size hashtable buckets on range insertion
François Dumont
1
-22
/
+68
2020-07-27
libstdc++: Review _Hashtable count, equal_range _M_erase(false_type,) code
François Dumont
1
-82
/
+81
2020-02-12
libstdc++: Add missing std:: qualification of a forward call
François Dumont
1
-1
/
+1
2020-01-16
libstdc++: Improve unordered containers == operator (PR 91263)
François Dumont
1
-0
/
+7
2020-01-09
PR libstdc++/92124 fix incorrect unordered container move assignment
François Dumont
1
-36
/
+37
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-06-17
Simplify node ownership in _Hashtable members
François Dumont
1
-145
/
+138
2019-06-03
Rename variables and cleanup comments.
François Dumont
1
-108
/
+112
2019-06-03
Enforce allocator::value_type consistency for containers in C++2a
Jonathan Wakely
1
-1
/
+1
2019-05-17
PR libstdc++/85965 move is_invocable assertions again
Jonathan Wakely
1
-6
/
+0
2019-05-04
hashtable.h (_Hashtable<>::rehash): Review comment.
François Dumont
1
-1
/
+2
2019-03-26
PR libstdc++/85965 delay static assertions until types are complete
Jonathan Wakely
1
-5
/
+6
2019-02-26
PR libstdc++/89477 constrain deduction guides for maps and sets
Jonathan Wakely
1
-0
/
+7
2019-01-21
Fix after P0600.
Ulrich Drepper
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-27
re PR libstdc++/88199 (memory leak on unordered container move assignment)
François Dumont
1
-78
/
+64
2018-01-09
re PR libstdc++/83709 (Inserting duplicates into an unordered associative con...
François Dumont
1
-12
/
+18
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-21
PR libstdc++/48101 improve errors for invalid container specializations
Jonathan Wakely
1
-1
/
+13
2017-08-18
PR libstdc++/81891 fix double-free in hashtable constructor
Jonathan Wakely
1
-11
/
+2
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-09-22
Implement C++17 node extraction and insertion (P0083R5)
Jonathan Wakely
1
-0
/
+141
2016-06-27
re PR libstdc++/71640 (include/c++/7.0.0/bits/hashtable.h:293:7: error: too m...
François Dumont
1
-1
/
+1
2016-06-16
Provide swappable traits (p0185r1)
Daniel Kruegler
1
-4
/
+4
2016-04-14
Revert empty class parameter passing ABI changes.
Jason Merrill
1
-22
/
+20
2016-04-13
Adjust for new empty class parameter passing ABI.
Jonathan Wakely
1
-20
/
+22
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-07-13
c++config (_GLIBCXX_NOEXCEPT_IF): Define.
Jonathan Wakely
1
-4
/
+2
2015-07-05
hashtable.h (_Hashtable<>::__rehash_policy): Do not rehash container.
François Dumont
1
-17
/
+2
2015-07-01
alloc_traits.h (__alloctr_rebind): Remove.
Jonathan Wakely
1
-5
/
+4
2015-06-26
Implement N4258 (Cleaning-up noexcept in the Library rev 3)
Jonathan Wakely
1
-7
/
+12
[next]