aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2012-10-31forward_list.h (forward_list): Adjust comments.Jonathan Wakely2-41/+17
2012-10-29re PR libstdc++/55123 ([C++11] Construction of shared_ptr<const T> from uniqu...Jonathan Wakely1-2/+2
2012-10-27unordered_map.h (unordered_map<>): Prefer aggregation to inheritance with _Ha...François Dumont4-124/+1211
2012-10-24type_traits (common_type): Implement LWG 2141.Daniel Kruegler1-3/+3
2012-10-24re PR libstdc++/55047 (operator() in std::exponential_distribution may call l...Haakan Younes2-20/+24
2012-10-22unordered_set.h (unordered_set<>): Prefer aggregation to inheritance with _Ha...François Dumont3-38/+1182
2012-10-21map.h (map::emplace_hint): Remove invalid parenthesis.François Dumont1-1/+1
2012-10-20* include/std/scoped_allocator: Avoid badname.Jonathan Wakely1-10/+10
2012-10-19scoped_allocator (__outermost_alloc_traits): Define.Jonathan Wakely1-20/+94
2012-10-18forward_list.h: Add C++11 allocator support.Jonathan Wakely2-31/+100
2012-10-18formatter.h (_Debug_msg_id): Add __msg_valid_load_factor.François Dumont4-2/+53
2012-10-18move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik4-21/+26
2012-10-16formatter.h (_Debug_msg_id): Add __msg_bucket_index_oob.François Dumont4-27/+137
2012-10-15gthr.m4: New.Pavel Chupin2-3/+5
2012-10-12dd the Hoyt and the arcsine distributions as extensions.Edward Smith-Rowland2-0/+639
2012-10-12Revert r192297.Kirill Yukhin2-3/+2
2012-10-11hashtable_policy.h: Revert libstdc++/53067 quick hacks thanks to the resoluti...Paolo Carlini1-22/+15
2012-10-10type_traits (__do_common_type_impl): Revert for now LWG 2141-related change.Paolo Carlini1-3/+3
2012-10-10Fix missing gthr-default.h issue on separate libstdc++ configurePavel Chupin2-2/+3
2012-10-09type_traits (common_time): Provide "SFINAE-friendly" implementation.Daniel Krugler2-33/+103
2012-10-09re PR libstdc++/54861 (std::atomic_signal_fence(std::memory_order_seq_cst) is...Andrew MacLeod1-1/+1
2012-10-09re PR libstdc++/54869 (ext/random/simd_fast_mersenne_twister_engine/cons/defa...Paolo Carlini2-0/+5
2012-10-09re PR libstdc++/54754 ([parallel mode] 'make check-parallel' only works on x8...Jonathan Wakely1-127/+43
2012-10-06re PR c++/52764 (Including <cstdint> after <stdint.h> fails to define limit m...Paolo Carlini1-18/+1
2012-10-06dynamic_bitset: Fix cxxabi_forced.h include path.Joe Seymour1-2/+2
2012-10-05re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llab...Marc Glisse1-5/+11
2012-10-05cstdlib: Remove redundant pasto code protected by __GXX_EXPERIMENTAL_CXX0X__.Paolo Carlini4-61/+4
2012-10-05re PR target/54686 (std::abs (long long) resorts to std::abs (double) if llab...Marc Glisse1-5/+11
2012-10-04re PR libstdc++/53248 (std::array<T,0> doesn't work when T is not default-con...Paolo Carlini1-14/+35
2012-10-02re PR other/53889 (Gthreads doesn't support destroying recursive mutexes)Jonathan Wakely2-76/+3
2012-10-01re PR libstdc++/54757 (FAIL: ext/random/beta_distribution/cons/default.cc (te...Paolo Carlini2-0/+12
2012-10-01type_traits (result_of): Provide "SFINAE-friendly" (see N3436) implementation.Daniel Krugler1-61/+142
2012-09-30ropeimpl.h (__uninitialized_fill_n_a): Fix using declaration.Jonathan Wakely1-1/+1
2012-09-29re PR libstdc++/34106 ([parallel mode] Atomic operations compatibility layer ...Jonathan Wakely1-169/+14
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 Kosnik2-92/+55
2012-09-27random: Add include checks for c++11 and <cstdint>.Paolo Carlini1-1/+10
2012-09-26re PR libstdc++/53515 (InputIterator version std::advance needs negative check)Akira Takahashi1-2/+3
2012-09-26Optimize bulk mode for normal_distribution<double> for SSE3.Ulrich Drepper5-16/+56
2012-09-25Implement the K-distribution as an extension.Edward Smith-Rowland2-0/+341
2012-09-24re PR libstdc++/44436 ([C++0x] Implement emplace* in associative containers)François Dumont13-116/+730
2012-09-23revert: stl_algobase.h (max, min): Use conditional operator.Paolo Carlini1-6/+20
2012-09-23re PR libstdc++/54675 (Many libstdc++ testsuite failures in ext/random)Uros Bizjak2-32/+32
2012-09-21Implement the Pareto distribution as an extension.Edward Smith-Rowland2-0/+300
2012-09-21stl_algobase.h (max, min): Use conditional operator.Paolo Carlini1-20/+6
2012-09-20re PR libstdc++/28811 (--with-pic vs static libraries and libstdc++)Benjamin Kosnik1-14/+10
2012-09-18Implement the Nakagami statistical distribution as an extension.Edward Smith-Rowland2-0/+285
2012-09-18re PR libstdc++/54612 (Many failures in ext/random testsuite)Paolo Carlini1-1/+6
2012-09-17configure.ac: Substitute CPU_OPT_EXT_RANDOM.Ulrich Drepper4-93/+66
2012-09-17Fix a paste-o in ext/random.tcc - declared an Adapted urng that was not used ...Edward Smith-Rowland1-3/+0