aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2013-06-29hashtable_policy.h (_Insert_base): Consider hint in insert methods.François Dumont7-30/+592
2013-06-28*: Move inside testsuite/21_strings/basic_string/operations/data/.Paolo Carlini22-0/+0
2013-06-27*: Move inside testsuite/21_strings/basic_string/modifiers/.Paolo Carlini34-0/+14
2013-06-27stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++...Paolo Carlini44-171/+623
2013-06-26typeck2.c (store_init_value): Diagnose a non-constant initializer for in-clas...Jason Merrill1-0/+1
2013-06-26abi_tag.cc: Avoid spurious fails with check-debug.Paolo Carlini1-0/+10
2013-06-26Status page for C++2014 library featuresEd Smith-Rowland4-2/+215
2013-06-26abi_tag.cc: Avoid spurious fails with check-debug.Paolo Carlini4-0/+4
2013-06-25re PR libstdc++/57704 (std::char_traits<char>::lt is not standards-compliant)Paolo Carlini3-1/+49
2013-06-24re PR libstdc++/57691 (freestanding libstdc++ has compile error)Bernd Edlinger3-4/+11
2013-06-22re PR libstdc++/57674 (wrong distribution for std::binomial_distribution::op...Paolo Carlini4-5/+31
2013-06-21re PR libstdc++/57666 (valarray<T>::operator= in c++11 mode does not adapt to...Paolo Carlini3-2/+59
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