gcc/libstdc++-v3/include
Matt Austern e7f72940d2 hash_bytes.cc: New file...
2010-09-13  Matt Austern  <austern@google.com>

	* src/hash_bytes.cc: New file, exports _Hash_bytes (a Murmur hash),
	and _Fnv_hash_bytes (based on a FNV algorithm).
	* src/compatibility-c++0x.cc (hash<string>::operator(),
	hash<const string&>::operator(), hash<wstring>::operator(),
	hash<const wstring&>::operator(), hash<error_code>::operator()):
	Adjust, use _Hash_bytes.
	* include/std/system_error (hash<error_code>::operator()): Likewise.
	* include/std/thread (hash<thread::id>operator()): Likewise.
	* include/std/bitset (hash<bitset>operator()): Likewise.
	* include/bits/basic_string.h (hash<string>::operator(),
	hash<wstring>::operator(), hash<u16string>::operator(),
	hash<u32string>::operator()): Adjust.
	* include/bits/vector.tcc (hash<vector<bool>>::operator()): Adjust.
	* include/bits/functional_hash.h (_Hash_bytes, _Fnv_hash_bytes):
	Declare.
	(struct _Hash_impl, struct _Fnv_hash_impl): Add, use _Hash_bytes
	and _Fnv_hash_bytes, respectively.
	(hash<float>::operator(), hash<double>::operator()): Adjust.
	* config/abi/pre/gnu.ver: Add exports.
	* src/Makefile.am: Add.
	* src/Makefile.in: Regenerate.

From-SVN: r164253
2010-09-13 18:23:56 +00:00
..
backward c++config (std::size_t, [...]): Provide typedefs. 2010-06-03 19:15:56 +00:00
bits hash_bytes.cc: New file... 2010-09-13 18:23:56 +00:00
c Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. 2009-04-09 17:00:19 +02:00
c_compatibility atomic: Update to N3000. 2009-12-21 19:00:34 +00:00
c_global re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of __restrict) 2010-08-17 13:15:41 +00:00
c_std re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of __restrict) 2010-08-17 13:15:41 +00:00
debug [multiple changes] 2010-08-29 17:39:00 +00:00
decimal decimal: Minor formatting and uglification fixes. 2009-10-29 13:15:51 +00:00
ext re PR libstdc++/45347 (concurrence.h: In constructor '__gnu_cxx::__cond::__cond()': /home/jayk/obj/gcc451/alphaev67-dec-osf5.1/libstdc++-v3/include/ext/concurrence.h:276:29: warning: missing initializer for member '__pthread_cond_t::__bloc) 2010-09-03 23:19:18 +00:00
parallel base.h (min, max): Mark inline. 2010-06-13 15:44:51 +00:00
precompiled atomic: Update to N3000. 2009-12-21 19:00:34 +00:00
profile hashtable.h (_Hashtable<>::operator=(const _Hashtable&)): Move inline. 2010-08-14 01:00:23 +00:00
std hash_bytes.cc: New file... 2010-09-13 18:23:56 +00:00
tr1 re PR libstdc++/45613 (bits/random.h misses include guards) 2010-09-09 11:23:39 +00:00
tr1_impl ios_init.cc (ios_base::Init::~Init): Add back semicolon at the end of the _GLIBCXX_SYNCHRONIZATION_HAPPENS* macros... 2010-08-13 11:48:34 +00:00
Makefile.am re PR libstdc++/40974 (cannot build gcc-4.4.1: fenv_t has not been declared) 2010-09-02 14:13:00 +00:00
Makefile.in re PR libstdc++/40974 (cannot build gcc-4.4.1: fenv_t has not been declared) 2010-09-02 14:13:00 +00:00