aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std
AgeCommit message (Expand)AuthorFilesLines
2013-05-25chrono: Wrap clocks in inline namespace _V2.Benjamin Kosnik1-15/+44
2013-05-21re PR libstdc++/57336 (Cannot INVOKE a reference_wrapper around an abstract t...Jonathan Wakely1-1/+1
2013-05-19tuple (get): Implement N3670.Jonathan Wakely2-1/+58
2013-05-19system_error (error_category::error_category()): LWG 2145: Declare public and...Jonathan Wakely1-3/+6
2013-05-19* include/std/typeindex (type_index::name()): LWG 2144: Add noexcept.Jonathan Wakely1-1/+1
2013-05-18utility (exchange): Define.Jonathan Wakely1-0/+12
2013-05-02type_traits (is_null_pointer): Add.Paolo Carlini1-6/+13
2013-04-28hashtable_policy.h (_Hashtable_ebo_helper): Fix comment.Jonathan Wakely1-1/+1
2013-04-24re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...Jonathan Wakely1-1/+1
2013-04-22hashtable_policy.h: Add C++11 allocator support.François Dumont2-4/+4
2013-04-22type_traits (is_signed): Simplify.Paolo Carlini1-8/+3
2013-04-22complex (complex<float>::real, [...]): Declare as const member functions.Paolo Carlini2-7/+7
2013-04-07Makefile.am: Add ext/aligned_buffer.hJonathan Wakely1-11/+6
2013-04-07functional (_Derives_from_unary_function): Remove.François Dumont2-103/+56
2013-03-22re PR libstdc++/56678 ([c++11] non-uglified name in <chrono>)Paolo Carlini1-1/+1
2013-03-16re PR libstdc++/56002 ([C++11] allow generic locks to be used without requiri...Jonathan Wakely1-3/+6
2013-03-16re PR libstdc++/56492 (std::packaged_task requires CopyConstructible stored t...Jonathan Wakely1-78/+119
2013-03-13re PR libstdc++/56609 ([C++11] Several type traits give incorrect results for...Paolo Carlini1-1/+1
2013-03-08memoryfwd.h: New.Benjamin Kosnik1-1/+1
2013-02-26re PR libstdc++/56012 ([C++11] Narrowing conversion in atomic_flag)Jonathan Wakely1-0/+4
2013-02-20streambuf (basic_streambuf): Use injected class name instead of non-standard ...Jonathan Wakely1-13/+12
2013-02-20faq.html: Fix spelling.Jonathan Wakely2-2/+2
2013-02-20user.cfg.in: Set __cplusplus to 201103L.Benjamin Kosnik4-37/+49
2013-02-13re PR libstdc++/56111 ({float,double,long double} complex not accepted anymore)Marc Glisse1-0/+3
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford42-74/+42
2013-01-24re PR libstdc++/56085 (Unsafe negation in C++03 pow(complex,int))Paolo Carlini1-4/+2
2013-01-19re PR libstdc++/55861 ([C++11] `std::shared_future::get' is not const-qualified)Jonathan Wakely1-11/+6
2013-01-16re PR libstdc++/55043 (issue with nesting unordered_map containing unique_ptr...Jonathan Wakely2-2/+4
2013-01-08re PR c++/55908 (Problem binding a const member function to a const object)Jonathan Wakely1-3/+4
2013-01-07re PR libstdc++/55847 (mistake bad_weak_ptr::what() message)Jonathan Wakely1-1/+3
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek5-5/+5
2012-12-20functional (_Require): Move to ...Jonathan Wakely2-3/+2
2012-12-17* include/std/future (__async_sfinae_helper): Remove.Jonathan Wakely1-14/+2
2012-11-28functional (_Mem_fn): Constrain function call operators to avoid ambiguities.Jonathan Wakely1-76/+201
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-19stl_algo.h (reverse_copy): Update comment per DR 2074.Jonathan Wakely4-0/+12
2012-11-17re PR libstdc++/55363 (tuple_size is not a class template)Paolo Carlini1-21/+28
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 Wakely1-5/+3
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 Merrill29-135/+135
2012-11-07re PR libstdc++/51850 (debug mode for std::array and tr1::array)Paolo Carlini2-22/+20
2012-11-06atomic_base.h: Don't include <cstddef>, use nullptr.Paolo Carlini1-3/+3
2012-10-24type_traits (common_type): Implement LWG 2141.Daniel Kruegler1-3/+3
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-18move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik3-18/+24