index
:
rocket-tools/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/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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
functional_hash.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-15
libstdc++: Ensure std::hash<__int128> is defined [PR96710]
Jonathan Wakely
1
-0
/
+9
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-11-13
libstdc++: Refactor std::hash specializations
Jonathan Wakely
1
-23
/
+24
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
1
-0
/
+2
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-05-26
libstdc++: Refactor includes for unordered containers
Jonathan Wakely
1
-4
/
+11
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-07-16
libstdc++: Use __extension__ instead of diagnostic pragmas
Jonathan Wakely
1
-5
/
+8
2021-07-16
libstdc++: Suppress pedantic warnings about __int128
Jonathan Wakely
1
-0
/
+5
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-1
/
+1
2021-03-10
libstdc++: Fix headers that can't be used as header units [PR 99413]
Jonathan Wakely
1
-0
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-02-19
P0482R5 char8_t: Standard library support
Tom Honermann
1
-0
/
+5
2019-01-11
PR libstdc++/88802 define std::hash<nullptr_t> for C++17
Jonathan Wakely
1
-0
/
+10
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-09-20
Deprecate nested types in std::hash
Jonathan Wakely
1
-2
/
+2
2017-01-21
Make poisoned hashes SFINAE away the call operator of the hash.
Ville Voutilainen
1
-0
/
+2
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-15
PR 59406 note that FNV hash functions are incorrect
Jonathan Wakely
1
-0
/
+1
2016-11-14
Implement P0513R0, Poisoning the Hash.
Ville Voutilainen
1
-0
/
+14
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-10
* include/bits/functional_hash.h: Fix grammar in comment.
Jonathan Wakely
1
-2
/
+2
2015-07-29
re PR libstdc++/60970 (Support std::hash with enum types (LWG 2148))
Ville Voutilainen
1
-0
/
+28
2015-07-23
functional_hash.h: Add specializations for __intN types.
DJ Delorie
1
-0
/
+17
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
2013-02-04
functional_hash.h (std::__is_fast_hash<>): New.
François Dumont
1
-0
/
+12
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
1
-2
/
+1
2012-04-11
re PR libstdc++/52931 (std::hash shouldn't be defined for unknown types)
Paolo Carlini
1
-7
/
+3
2011-12-15
re PR libstdc++/51558 (Declaration of unspecialized std::hash<_Tp>::operator(...
Paolo Carlini
1
-2
/
+3
2011-11-18
hash-long-double-aux.cc: Rename to...
Paolo Carlini
1
-31
/
+44
2011-01-30
PR libstdc++/36104 part four
Benjamin Kosnik
1
-2
/
+5
2011-01-15
re PR libstdc++/36104 (gnu-versioned-namespace is broken)
Benjamin Kosnik
1
-20
/
+7
2010-12-19
*: Use headername alias to associate private includes to public includes.
Benjamin Kosnik
1
-1
/
+1
2010-09-22
functional_hash.h (__hash_base): Add.
Paolo Carlini
1
-3
/
+9
2010-09-13
hash_bytes.cc: New file...
Matt Austern
1
-70
/
+51
2010-06-03
c++config (std::size_t, [...]): Provide typedefs.
Paolo Carlini
1
-1
/
+1
2010-03-03
functional_hash.h (_Fnv_hash_base<>::hash): Change to template.
Paolo Carlini
1
-34
/
+38
2010-02-25
functional_hash.h (__hash_combine): Remove.
Paolo Carlini
1
-27
/
+22
2010-02-23
functional_hash.h (struct _Fnv_hash): Rename to _Fnv_hash_base.
Paolo Carlini
1
-19
/
+26
2010-02-22
functional_hash.h (hash<string>, [...]): Move, per DR 1182 to...
Paolo Carlini
1
-140
/
+42
2010-02-10
hashtable.h: Fold in include/tr1_impl/hashtable.h contents.
Paolo Carlini
1
-4
/
+0
2010-02-10
streambuf: Adjust doxygen group markup.
Benjamin Kosnik
1
-4
/
+47
2009-11-19
re PR libstdc++/41622 ([DR 1245] [c++0x] std::hash<std::string>::operator() c...
Paolo Carlini
1
-20
/
+219
2009-08-07
hash.cc (hash<string>::operator()(string), hash<wstring>::operator()(wstring)...
Paolo Carlini
1
-2
/
+2
2009-04-18
condition_variable.cc (condition_variable, [...]): Mark throw()
Jan Hubicka
1
-2
/
+2
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-14
/
+9
[next]