aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2013-06-18re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken)Jonathan Wakely4-131/+138
2013-06-17stl_algobase.h (equal): Make C++14 overloads from N3671 dispatch to tradition...Jonathan Wakely3-95/+33
2013-06-16shared_mutex (shared_lock::operator=): Add missing return statement.Jonathan Wakely2-1/+9
2013-06-16re PR libstdc++/57263 (std::set with user-defined allocator - compile error)Jonathan Wakely7-7/+200
2013-06-16shared_mutex: Implement N3659.Jonathan Wakely25-0/+1606
2013-06-14re PR libstdc++/57619 (std::unordered_map and std::unordered_multimap::insert...Paolo Carlini4-4/+114
2013-06-14configure.host (abi_baseline_pair): Match powerpc64*.Alan Modra2-1/+5
2013-06-13type_traits (is_function): Support ref-qualified functions.Daniel Kruegler19-78/+270
2013-06-13modified_bessel_func.tcc (__gnu_cxx::__airy_ai(), [...]): Remove.Paolo Carlini3-52/+9
2013-06-13re PR libstdc++/56430 (In __airy: return-statement with a value, in function ...Ed Smith-Rowland3-8/+100
2013-06-11Fix library literals error involving namespace __detail.Ed Smith-Rowland4-18/+37
2013-06-11re PR libstdc++/56019 (max_align_t should be in std namespace)Paolo Carlini5-0/+76
2013-06-10c++config (_GLIBCXX_ABI_TAG_CXX11): Add.Benjamin Kosnik24-18/+489
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge182-353/+575
2013-06-10mutex (call_once): Remove parentheses to fix error in c++1y and gnu++1y mode.Jonathan Wakely3-10/+21
2013-06-08Simplify and clean up library literals.Ed Smith-Rowland7-161/+137
2013-06-08Implement N3654 - Quoted Strings Library ProposalEd Smith-Rowland4-1/+338
2013-06-08alloc_traits.h (allocator_traits::max_size()): LWG 2162: Add noexcept.Jonathan Wakely2-1/+6
2013-06-08stl_algo.h (is_permutation): Add overloads from N3671.Jonathan Wakely12-14/+1026
2013-06-08type-traits (integral_constant::operator()): Implement N3545.Jonathan Wakely6-5/+56
2013-06-07baseline_symbols.txt: Update.Uros Bizjak2-3/+29
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