gcc/libstdc++-v3/testsuite
Paolo Carlini d8bc9819d9 acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for the availability of "/dev/random" and "/dev/urandom".
2006-06-09  Paolo Carlini  <pcarlini@suse.de>

	* acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for
	the availability of "/dev/random" and "/dev/urandom".
	* configure.ac: Use it.
	* include/tr1/random (random_device): Implement, a fall-back for
	systems not providing "/dev/random" and "/dev/urandom" included.
	* testsuite/tr1/5_numerical_facilities/random/random_device/
	cons/default.cc: New.
	* testsuite/tr1/5_numerical_facilities/random/random_device/
	cons/token.cc: Likewise.
	* testsuite/tr1/5_numerical_facilities/random/random_device/
	requirements/typedefs.cc: Likewise.
	* config.h.in: Regenerate.
	* configure: Likewise.

	* testsuite/tr1/5_numerical_facilities/random/mersenne_twister/
	cons/gen1.cc: Minor tweak, add bool test.

From-SVN: r114529
2006-06-09 23:37:28 +00:00
..
17_intro
18_support
19_diagnostics
20_util
21_strings
22_locale 1.cc (test01): Change int to size_t. 2006-02-23 20:20:57 +00:00
23_containers c++config: Simplify debug namespaces. 2006-02-22 00:57:24 +00:00
24_iterators
25_algorithms DR 538, [Ready] 2006-04-10 10:05:51 +00:00
26_numerics re PR libstdc++/27867 (compile error in repeated application of valarray<>::operator==) 2006-06-04 09:32:56 +00:00
27_io 9661-1.cc: Avoid leaking the semaphores if a VERIFY fails. 2006-05-19 23:56:12 +00:00
backward
config
data sgetn.txt: Correct copyright holder. 2006-03-29 22:46:44 +00:00
demangle
ext re PR libstdc++/26875 (Array allocator use count is shared between array_allocator instances) 2006-04-26 19:52:31 +00:00
lib util: New directory. 2006-06-07 14:58:24 +00:00
libstdc++-abi util: New directory. 2006-06-07 14:58:24 +00:00
libstdc++-dg util: New directory. 2006-06-07 14:58:24 +00:00
performance hashtable (hashtable<>::m_find, [...]): Add. 2006-05-15 21:07:36 +00:00
thread
tr1 acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for the availability of "/dev/random" and "/dev/urandom". 2006-06-09 23:37:28 +00:00
util util: New directory. 2006-06-07 14:58:24 +00:00
Makefile.am
Makefile.in