This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r129243 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: bkoz
Date: Thu Oct 11 21:48:54 2007
New Revision: 129243

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129243
Log:
2007-10-11  Benjamin Kosnik  <bkoz@redhat.com>

	Convert ext/hash_map, set to tr1/functional, tr1/unordered_map, set.
	* include/ext/rope: Use tr1/functional hash instead of ext/hash_fun.h.
	* include/ext/pb_ds/detail/standard_policies.hpp: Same.
	* include/precompiled/extc++.h: Remove hash_map, hash_set.
	* testsuite/util/testsuite_abi.h (__gnu_cxx): Use unordered_map
	instead of hash_map. Remove hash specialization for string.
	* testsuite/util/testsuite_abi.cc: Include <vector>.
	* testsuite/util/native_type/assoc/native_hash_set.hpp: Remove
	hash_set code.
	* testsuite/util/native_type/assoc/native_hash_map.hpp: Remove
	hash_map code.
	* testsuite/util/native_type/assoc/native_hash_multimap.hpp:
	Change hash_multimap to unordered_multimap.
	* testsuite/util/testsuite_common_types.h: Remove hash_map, hash_set.
	* testsuite/ext/headers.cc: Same.
	* testsuite/17_intro/headers/all_c++200x_compatibility.cc: Remove
	hash_map.h, hash_set.h.
	* testsuite/17_intro/headers/all.cc: Same.
	* testsuite/17_intro/headers/all_pedantic_errors.cc: Same.

	* include/ext/pb_ds/detail/standard_policies.hpp: Format.
	* testsuite/util/native_type/assoc/native_set.hpp: Same, 
	update comment.
	* testsuite/util/native_type/assoc/native_map.hpp: Same.
	* testsuite/util/native_type/assoc/native_multimap.hpp: Same.
	* testsuite/util/performance/assoc/timing/
	multimap_insert_test.hpp: Same.
	* testsuite/util/performance/assoc/timing/multimap_find_test.hpp: Same.


Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/ext/pb_ds/detail/standard_policies.hpp
    trunk/libstdc++-v3/include/ext/rope
    trunk/libstdc++-v3/include/precompiled/extc++.h
    trunk/libstdc++-v3/testsuite/17_intro/headers/all.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/all_c++200x_compatibility.cc
    trunk/libstdc++-v3/testsuite/17_intro/headers/all_pedantic_errors.cc
    trunk/libstdc++-v3/testsuite/ext/headers.cc
    trunk/libstdc++-v3/testsuite/util/native_type/assoc/native_hash_map.hpp
    trunk/libstdc++-v3/testsuite/util/native_type/assoc/native_hash_multimap.hpp
    trunk/libstdc++-v3/testsuite/util/native_type/assoc/native_hash_set.hpp
    trunk/libstdc++-v3/testsuite/util/native_type/assoc/native_map.hpp
    trunk/libstdc++-v3/testsuite/util/native_type/assoc/native_multimap.hpp
    trunk/libstdc++-v3/testsuite/util/native_type/assoc/native_set.hpp
    trunk/libstdc++-v3/testsuite/util/performance/assoc/timing/multimap_find_test.hpp
    trunk/libstdc++-v3/testsuite/util/performance/assoc/timing/multimap_insert_test.hpp
    trunk/libstdc++-v3/testsuite/util/testsuite_abi.cc
    trunk/libstdc++-v3/testsuite/util/testsuite_abi.h
    trunk/libstdc++-v3/testsuite/util/testsuite_common_types.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]