aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2012-12-20functional (_Require): Move to ...Jonathan Wakely4-83/+124
2012-12-17* include/std/future (__async_sfinae_helper): Remove.Jonathan Wakely1-14/+2
2012-12-11re PR libstdc++/55631 (Several ext/ headers can not be #included on their own)Jonathan Wakely3-0/+8
2012-12-04Makefile.am (${host_builddir}/c++config.h): Replace [<space><tab>] by [<tab><...Andreas Schwab2-4/+4
2012-12-04Makefile.am: Fix regexp broken by previous commit.Steven Bosscher2-4/+4
2012-12-03standard_policies.hpp: Remove.Benjamin Kosnik4-130/+6
2012-11-28functional (_Mem_fn): Constrain function call operators to avoid ambiguities.Jonathan Wakely1-76/+201
2012-11-27Fix incorrect @headername Doxygen macro invocation.Ollie Wild1-1/+1
2012-11-26functional (__is_socketlike): Change from class template to alias template.Jonathan Wakely1-8/+2
2012-11-26re PR libstdc++/55463 (Result of std::mem_fn doesn't accept rvalues)Jonathan Wakely1-79/+95
2012-11-23re PR libstdc++/52680 (std::this_thread::sleep_for #ifdef'd out by _GLIBCXX_U...Jonathan Wakely1-11/+13
2012-11-20re PR libstdc++/55413 ([LTO] hashtable.h:1648 '__bbegin_bkt' may be used unin...Paolo Carlini1-7/+6
2012-11-202012-11-20 Matthias Klose <doko@ubuntu.com>Matthias Klose2-2/+2
2012-11-20array_allocator.h: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jonathan Wakely1-2/+2
2012-11-19stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely15-21/+122
2012-11-19hashtable.h: Improve comments.Jonathan Wakely2-28/+27
2012-11-17re PR libstdc++/55363 (tuple_size is not a class template)Paolo Carlini1-21/+28
2012-11-16hashtable_policy.h (_Prime_rehash_policy): Remove automatic shrink.François Dumont2-55/+23
2012-11-15re PR libstdc++/53841 ([C++11] condition_variable::wait_until() fails with hi...Jonathan Wakely1-11/+8
2012-11-14re PR libstdc++/55320 (Invalid delete with throwing copy-c'tor passed to std:...Jonathan Wakely2-8/+5
2012-11-12future (atomic_future): Remove declaration of non-standard name.Jonathan Wakely1-3/+0
2012-11-12* include/std/complex (real, imag): Add ABI tag in C++11 mode.Jason Merrill1-0/+8
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill138-778/+778
2012-11-08re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)François Dumont1-0/+3
2012-11-08iterator_tracker.h (operator++): Fix returning dangling reference.Jonathan Wakely1-2/+2
2012-11-07array (_GLIBCXX_THROW_OR_ABORT): Move...Paolo Carlini8-104/+31
2012-11-07stl_vector.h (vector(size_type)): Add missing allocator parameter.Jonathan Wakely4-7/+24
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini6-22/+618
2012-11-06atomic_base.h: Don't include <cstddef>, use nullptr.Paolo Carlini3-10/+8
2012-11-06* include/profile/map.h (map::emplace_hint): Add missing return.Jonathan Wakely1-0/+1
2012-11-06deque: Constrain InputIterator parameters.Jonathan Wakely8-18/+100
2012-11-05forward_list: Update to meet allocator-aware requirements.Jonathan Wakely5-16/+45
2012-11-05throw_allocator.h (__throw_value_base): Add move semantic, not throwing.François Dumont1-2/+43
2012-11-05re PR libstdc++/55215 (Constructor seeding is broken for Mersenne twister)Paolo Carlini1-0/+1
2012-11-02re PR libstdc++/55169 (std::discrete_distribution::operator(generator&) makes...Paolo Carlini3-186/+191
2012-11-02forward_list.h (forward_list(size_type)): Add missing allocator parameter.Jonathan Wakely2-33/+47
2012-11-01hashtable_policy.h (__details::_Before_begin<>): New, combine a base node ins...François Dumont2-44/+75
2012-11-01forward_list.h (forward_list::assign): Dispatch to new functions based on ass...Jonathan Wakely2-35/+71
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