index
:
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/gfortran-test
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-15
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-15
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
hashtable_policy.h
Age
Commit message (
Expand
)
Author
2025-02-25
libstdc++: [_Hashtable] Fix hash code cache usage when stateful hash functor
François Dumont
2025-02-07
libstdc++: Add comment about use of always_inline attributes [PR111050]
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-12-16
libstdc++: Initialize all members of hashtable local iterators
Jonathan Wakely
2024-12-16
libstdc++: Use alias-declarations in bits/hashtable_policy,h
Jonathan Wakely
2024-12-16
libstdc++: Simplify storage of hasher in local iterators
Jonathan Wakely
2024-12-16
libstdc++: Further simplify _Hashtable inheritance hierarchy
Jonathan Wakely
2024-12-12
libstdc++: Fix -Wsign-compare warnings in bits/hashtable_policy.h
Jonathan Wakely
2024-12-05
libstdc++: Use ADL swap for containers' function objects [PR117921]
Jonathan Wakely
2024-11-13
libstdc++: Remove _Hashtable_base::_S_equals
Jonathan Wakely
2024-11-13
libstdc++: Remove _Equality base class from _Hashtable
Jonathan Wakely
2024-11-13
libstdc++: Remove _Insert base class from _Hashtable
Jonathan Wakely
2024-11-13
libstdc++: Add _Hashtable::_M_assign for the common case
Jonathan Wakely
2024-11-13
libstdc++: Refactor Hashtable insertion [PR115285]
Jonathan Wakely
2024-11-13
libstdc++: Allow unordered_set assignment to assign to existing nodes
Jonathan Wakely
2024-11-08
libstdc++: Do not define _Insert_base::try_emplace before C++17
Jonathan Wakely
2024-11-08
libstdc++: Simplify __detail::__distance_fw using 'if constexpr'
Jonathan Wakely
2024-11-07
libstdc++: Fix conversions to key/value types for hash table insertion [PR115...
Jonathan Wakely
2024-11-07
libstdc++: Tweak comments on includes in hashtable headers
Jonathan Wakely
2024-10-25
non-gcc: Remove trailing whitespace
Jakub Jelinek
2024-10-03
libstdc++: [_Hashtable] Fix some implementation inconsistencies
François Dumont
2024-08-23
libstdc++: Define operator== for hash table iterators [PR115939]
Jonathan Wakely
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-09
libstdc++: [_Hashtable] Use RAII type to manage rehash functor state
François Dumont
2023-11-09
libstdc++: [_Hashtable] Use RAII type to guard node while constructing value
François Dumont
2023-11-07
libstdc++: [_Hashtable] Add missing node destructor call
François Dumont
2023-10-19
libstdc++: [_Hashtable] Do not reuse untrusted cached hash code
François Dumont
2023-09-28
libstdc++: Force _Hash_node_value_base methods inline to fix abi (PR111050)
Tim Song
2023-05-10
libstdc++: [_Hashtable] Implement several small methods implicitly inline
François Dumont
2023-01-16
Update copyright years.
Jakub Jelinek
2022-06-15
libstdc++: [_Hashtable] Insert range of types convertible to value_type PR 10...
François Dumont
2022-05-26
libstdc++: Refactor includes for unordered containers
Jonathan Wakely
2022-05-26
libstdc++: Make headers include their prerequisites
Nathan Sidwell
2022-01-23
libstdc++: Restore support for unordered_map<const T, ...> [PR104174]
Jonathan Wakely
2022-01-05
libstdc++: Optimize operations on small size hashtable [PR 68303]
François Dumont
2022-01-03
Update copyright years.
Jakub Jelinek
2021-11-15
libstdc++: Unordered containers merge re-use hash code
François Dumont
2021-11-09
libstdc++: [_GLIBCXX_DEBUG] Implement unordered container merge
François Dumont
2021-10-21
libstdc++: Suppress Doxygen docs for more implementation details
Jonathan Wakely
2021-10-09
libstdc++: Access std::pair members without tuple-like helpers
Jonathan Wakely
2021-10-09
libstdc++: Avoid instantiation of _Hash_node before it's needed
Jonathan Wakely
2021-10-01
libstdc++: Add std::__conditional_t alias template
Jonathan Wakely
2021-06-02
libstdc++: Value-initialize objects held by EBO helpers [PR 100863]
Jonathan Wakely
2021-05-24
libstdc++: Limit allocation on iterator insertion in Hashtable [PR 96088]
François Dumont
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
2021-02-09
libstdc++: Add unordered containers heterogeneous lookup
François Dumont
2021-01-14
libstdc++: Implement N3644 for _GLIBCXX_DEBUG iterators
François Dumont
2021-01-04
Update copyright years.
Jakub Jelinek
2020-10-31
libstdc++: Use double for unordered container load factors [PR 96958]
Jonathan Wakely
2020-10-30
libstdc++: Use double for unordered container load factors [PR 96958]
Jonathan Wakely
[next]