aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2012-10-29re PR libstdc++/55123 ([C++11] Construction of shared_ptr<const T> from uniqu...Jonathan Wakely1-0/+30
2012-10-24type_traits (common_type): Implement LWG 2141.Daniel Kruegler5-68/+61
2012-10-2145713.cc: Skip for mmix-*-*.Hans-Peter Nilsson1-3/+3
2012-10-19scoped_allocator (__outermost_alloc_traits): Define.Jonathan Wakely1-0/+308
2012-10-18forward_list.h: Add C++11 allocator support.Jonathan Wakely6-0/+349
2012-10-18formatter.h (_Debug_msg_id): Add __msg_valid_load_factor.François Dumont4-0/+136
2012-10-18move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik9-11/+129
2012-10-16formatter.h (_Debug_msg_id): Add __msg_bucket_index_oob.François Dumont28-0/+960
2012-10-15config.gcc: Match arm*-*-linux-* for ARM Linux/GNU.Matthias Klose2-2/+2
2012-10-15gthr.m4: New.Pavel Chupin1-1/+3
2012-10-12dd the Hoyt and the arcsine distributions as extensions.Edward Smith-Rowland14-0/+556
2012-10-12Revert r192297.Kirill Yukhin1-1/+0
2012-10-1145713.cc: Tweak.Paolo Carlini1-4/+2
2012-10-11re PR testsuite/54897 (23_containers/bitset/45713.cc (test for excess errors))Hans-Peter Nilsson1-2/+5
2012-10-11sfinae_friendly_1.cc: Update / extend.Daniel Krugler3-27/+50
2012-10-10type_traits (__do_common_type_impl): Revert for now LWG 2141-related change.Paolo Carlini2-15/+15
2012-10-10Fix missing gthr-default.h issue on separate libstdc++ configurePavel Chupin1-0/+1
2012-10-09type_traits (common_time): Provide "SFINAE-friendly" implementation.Daniel Krugler12-38/+500
2012-10-09808590.cc: Fix constant value.Benjamin Kosnik1-1/+1
2012-10-09re PR libstdc++/54869 (ext/random/simd_fast_mersenne_twister_engine/cons/defa...Paolo Carlini10-8/+76
2012-10-09testsuite_abi.cc (check_version): Add CXXABI_1.3.7.Uros Bizjak1-1/+2
2012-10-05match: Rename to...Benjamin Kosnik13-0/+182
2012-10-05cp-tree.h (SIZEOF_EXPR_TYPE_P): Define.Jakub Jelinek1-2/+2
2012-10-05re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llab...Marc Glisse1-0/+32
2012-10-04re PR libstdc++/53248 (std::array<T,0> doesn't work when T is not default-con...Paolo Carlini4-17/+53
2012-10-01type_traits (result_of): Provide "SFINAE-friendly" (see N3436) implementation.Daniel Krugler5-20/+830
2012-09-30ropeimpl.h (__uninitialized_fill_n_a): Fix using declaration.Jonathan Wakely1-0/+26
2012-09-29fragment.am (CONFIG_CXXFLAGS): Remove EXTRA_CXX_FLAGS.Benjamin Kosnik1-1/+1
2012-09-28acinclude.m4 (GLIBCXX_ENABLE_PARALLEL): Remove ENABLE_PARALLEL.Benjamin Kosnik1-35/+7
2012-09-26Optimize bulk mode for normal_distribution<double> for SSE3.Ulrich Drepper1-7/+36
2012-09-25Implement the K-distribution as an extension.Edward Smith-Rowland7-0/+297
2012-09-24re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)François Dumont6-0/+481
2012-09-2441975.cc: Use __uset_hashtable rather than removed __unordered_set.François Dumont1-5/+7
2012-09-21Implement the Pareto distribution as an extension.Edward Smith-Rowland7-0/+295
2012-09-20re PR libstdc++/28811 (--with-pic vs static libraries and libstdc++)Benjamin Kosnik2-14/+43
2012-09-18Implement the Nakagami statistical distribution as an extension.Edward Smith-Rowland7-0/+295
2012-09-17configure.ac: Substitute CPU_OPT_EXT_RANDOM.Ulrich Drepper1-7/+14
2012-09-16random (rice_distribution<>::operator==): Change inline friend definition to ...Paolo Carlini29-0/+26
2012-09-16Add the rice distribution as an extension.Edward Smith-Rowland6-0/+269
2012-09-12Clear hardware capabilities on libstdc++.so with Sun asRainer Orth1-1/+2
2012-09-09re PR libstdc++/54388 (std::array.at() const results in undefined behaviour)Jonathan Wakely3-2/+44
2012-09-05re PR libstdc++/54296 (using the object in the map to erase element from the ...François Dumont2-0/+204
2012-09-05random: Add __gnu_cxx:normal_mv_distribution<> class.Ulrich Drepper7-0/+286
2012-09-04random: Add __gnu_cxx::beta_distribution<> class.Ulrich Drepper7-0/+274
2012-08-30testsuite_abi.cc (check_version): Add GLIBCXX_3.4.18.Benjamin Kosnik1-1/+2
2012-08-29Add simd_fast_mersenne_twister_engine class.Ulrich Drepper8-0/+526
2012-08-26re PR libstdc++/54376 (incorrect complaint about redefinition)Marc Glisse19-0/+500
2012-08-26* testsuite/30_threads/async/54297.cc: Add dg-require-nanosleep.Jonathan Wakely1-0/+1
2012-08-26re PR libstdc++/54351 (~unique_ptr() should not set stored pointer to null)Jonathan Wakely2-2/+72
2012-08-26re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...Jonathan Wakely1-0/+50