gcc/libstdc++-v3/include
Silvius Rus 1f0622b42d re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris)
2010-05-11  Silvius Rus  <silvius.rus@gmail.com>

	PR libstdc++/43259
	* include/profile/impl/profiler_algos.h: New.
	* include/Makefile.am: Add.
	* include/Makefile.in: Regenerate.
	* include/profile/impl/profiler.h
	(_GLIBCXX_PROFILE_DEFINE_UNINIT_DATA): Add.
	* include/profile/impl/profiler_trace.h
	(__mutex_t, __lock, __unlock): Remove.
	(__lock_object_table, __lock_stack_table): Remove. Replace uses with
	calls to __gnu_cxx::__mutex::lock.
	(__unlock_object_table, __unlock_stack_table): Remove. Replace uses
	with calls to __gnu_cxx::__mutex::unlock.
	(__warn, __cost_factor_writer, __cost_factor_setter): Add.
	* testsuite/ext/profile/profiler_algos.cc: New.

From-SVN: r159268
2010-05-11 10:22:18 +00:00
..
backward hash_map: Don't #include "backward_warning.h" if _GLIBCXX_PERMIT_BACKWARD_HASH is defined. 2010-04-13 20:24:40 +00:00
bits basic_string.h: Escape class names in doxygen docs. 2010-05-06 21:18:13 +01:00
c
c_compatibility
c_global re PR libstdc++/43865 (C++ in freestanding environment) 2010-04-27 23:54:13 +01:00
c_std re PR libstdc++/42460 (man page errors for generated libstdc++ man pages) 2010-02-04 18:20:34 +00:00
debug unordered_map: Clean-up includes and guards. 2010-03-30 10:59:17 +00:00
decimal
ext basic_string.h: Fix pasto in comment. 2010-04-03 20:45:49 +00:00
parallel partition.h (__parallel_partition): Improve scalability by... 2010-04-22 10:14:07 +00:00
precompiled
profile re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) 2010-05-11 10:22:18 +00:00
std stl_pair.h (piecewise_construct_t, [...]): Add. 2010-04-30 09:52:41 +00:00
tr1 stl_algo.h (shuffle): Add, per D3056. 2010-03-19 10:36:57 +00:00
tr1_impl array (swap(array<>&, array<>&)): Use member swap. 2010-03-13 12:47:09 +00:00
Makefile.am re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) 2010-05-11 10:22:18 +00:00
Makefile.in re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) 2010-05-11 10:22:18 +00:00