aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2013-06-05* testsuite/libstdc++-prettyprinters/shared_ptr.cc: Use -O0.Tom Tromey2-1/+5
2013-06-03re PR c++/57419 (Access control doesn't stop referring to a deleted function)Paolo Carlini2-4/+10
2013-06-01include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'.Ed Smith-Rowland4-17/+23
2013-06-01Implement N3642 - User-defined Literals for Standard Library TypesEd Smith-Rowland13-3/+848
2013-05-28compatibility-chrono.cc (steady_clock::now()): If !_GLIBCXX_USE_GETTIMEOFDAY ...Jonathan Wakely2-1/+10
2013-05-28Regenerate Solaris/SPARCV9 baselineRainer Orth2-1/+5
2013-05-25chrono: Wrap clocks in inline namespace _V2.Benjamin Kosnik19-93/+202
2013-05-24Use CLOCK_HIGHRES on Solaris 9Rainer Orth2-0/+10
2013-05-24type_traits.h (__is_null_pointer): Add std::nullptr_t overload.Paolo Carlini3-8/+12
2013-05-24chrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, include unistd.h and sys/sy...Jakub Jelinek24-11/+280
2013-05-23Makefile.am (bits_headers): Remove ${bits_host_headers}.Matthias Klose4-15/+35
2013-05-22acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Add KIND=auto to enable feature...Jonathan Wakely4-32/+152
2013-05-21re PR libstdc++/57336 (Cannot INVOKE a reference_wrapper around an abstract t...Jonathan Wakely3-1/+45
2013-05-19tuple (get): Implement N3670.Jonathan Wakely13-1/+379
2013-05-192013-05-19 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini3-24/+18
2013-05-18Makefile.am (bits_headers): Remove ${bits_host_headers}.Matthias Klose3-14/+33
2013-05-19system_error (error_category::error_category()): LWG 2145: Declare public and...Jonathan Wakely4-5/+18
2013-05-19* include/std/typeindex (type_index::name()): LWG 2144: Add noexcept.Jonathan Wakely2-1/+5
2013-05-18unique_ptr.h (make_unique): Declare inline.Jonathan Wakely6-20/+168
2013-05-18* doc/xml/manual/status_cxx2011.xml: Fix markup error.Jonathan Wakely2-1/+5
2013-05-18utility (exchange): Define.Jonathan Wakely3-0/+120
2013-05-18unique_ptr.h (make_unique): Define.Jonathan Wakely5-0/+171
2013-05-15printers.py (Tr1HashtableIterator): Fix rendering of std::tr1 unordered conta...François Dumont3-5/+141
2013-05-15* include/bits/basic_string.h (getline): Fix doxygen comments.Jonathan Wakely2-8/+10
2013-05-14stl_iterator.h (__normal_iterator<>::_M_const_cast): Use std::pointer_traits.Paolo Carlini2-4/+17
2013-05-13Makefile.am (sources): Add bad_array_length.cc, bad_array_new.cc.Benjamin Kosnik5-26/+47
2013-05-12Remove duplicate (and incorrect) entry for r197284.Gerald Pfeifer1-1/+0
2013-05-10re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons...Paolo Carlini35-96/+480
2013-05-10testsuite_abi.cc (check_version): Add CXXABI_1.3.8.Uros Bizjak2-5/+10
2013-05-09N3639 C++1y VLA supportJason Merrill8-5/+87
2013-05-09Mark all member functions with memory models always inline v2Andi Kleen2-42/+56
2013-05-08Core 624/N2932: Throw bad_array_new_length on overflowJason Merrill8-1/+88
2013-05-08re PR libstdc++/57212 (Don't use pe-coff weak support with mingw)Andoni Morales Alastruey3-0/+9
2013-05-07unordered_base.h: New.François Dumont8-348/+464
2013-05-02constexpr_data.cc: Move...Paolo Carlini8-2/+238
2013-05-02type_traits (is_null_pointer): Add.Paolo Carlini8-11/+161
2013-05-02cstdio: Add comment about LWG 2249.Paolo Carlini3-0/+7
2013-04-28hashtable_policy.h (_Hashtable_ebo_helper): Fix comment.Jonathan Wakely3-3/+9
2013-04-28re PR libstdc++/51365 (cannot use final empty class in std::tuple)Jonathan Wakely5-47/+156
2013-04-26move_range.cc: Adjust dialect to -std=gnu++11.Paolo Carlini2-1/+6
2013-04-262013-04-26 François Dumont <fdumont@gcc.gnu.org>François Dumont3-1/+58
2013-04-26cstdio (gets): Provide only in C++98 and C++11.Paolo Carlini4-4/+20
2013-04-25re PR libstdc++/57065 (incorrect default allocator template for debug and pro...Paolo Carlini4-18/+29
2013-04-24Fix date of ChangeLog entry.Jonathan Wakely1-1/+1
2013-04-24re PR libstdc++/56905 ([C++11][DR 1130] std::copy_exception should be removed...Jonathan Wakely10-19/+39
2013-04-24* libsupc++/initializer_list: Fix typos.Jason Merrill1-2/+2
2013-04-22* src/c++11/hashtable_c++0x.cc: Include ext/aligned_buffer.h.Jason Merrill2-0/+3
2013-04-22pt.c (fn_type_unification): Push tinst level around type_unification_real if ...Jason Merrill2-1/+4
2013-04-22re PR c++/48665 (type of const member function)Jason Merrill5-48/+56
2013-04-22hashtable_policy.h: Add C++11 allocator support.François Dumont40-351/+3254