aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Fix testsuite bugs.Jonathan Wakely4-7/+14
2014-04-02re PR target/54407 (FAIL: 30_threads/condition_variable/54185.cc execution te...Dominique d'Humieres2-1/+8
2014-04-01backwards_compatibility.xml (backwards.third.headers): Update link.Jonathan Wakely11-21/+33
2014-03-31re PR libstdc++/60270 ([C++1y] std::quoted is too eager to clear the string)Lars Gullik Bjønnes3-2/+47
2014-03-31* libsupc++/eh_ptr.cc: Improve static_assert messages.Jonathan Wakely2-2/+8
2014-03-31Fix 18_support/exception_ptr/60612-*.cc on non-C99 targetsRainer Orth3-0/+15
2014-03-27* doc/html/*: Regenerate.Jonathan Wakely52-245/+317
2014-03-27containers.xml (associative.bitset.size_variable): Fix bad s/part/chapter/ su...Jonathan Wakely5-6/+12
2014-03-27faq.xml (faq): Refer to clauses instead of chapters.Jonathan Wakely5-6/+13
2014-03-27* doc/xml/manual/io.xml (std.io.objects): Additional markup.Jonathan Wakely2-44/+74
2014-03-27re PR libstdc++/60612 (Throwing exception, catching and rethrowing (std::exce...Jonathan Wakely5-2/+125
2014-03-25re PR libstdc++/60658 (std::atomic<T*> is unexpectedly not lock-free)Jonathan Wakely3-2/+52
2014-03-24baseline_symbols.txt: Update.Jakub Jelinek11-2/+221
2014-03-2445713.cc: Skip compile on hppa*64*-*-*.John David Anglin2-1/+5
2014-03-23hashtable.h (_Hashtable(allocator_type)): Fix call to delegated constructor.François Dumont2-10/+15
2014-03-23re PR libstdc++/60623 (FAIL: libstdc++-abi/abi_check)John David Anglin2-0/+47
2014-03-21re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end) ...Jonathan Wakely7-86/+175
2014-03-20crossconfig.m4: Support spu-*-elf* targets.Ulrich Weigand3-0/+6152
2014-03-18re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a re...Jonathan Wakely3-13/+78
2014-03-16[multiple changes]François Dumont2-1/+6
2014-03-15Baseline symbols for m68kAndreas Schwab2-0/+3679
2014-03-15regex.h: Add/modify comments.Tim Shen6-10/+30
2014-03-14re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90)Jonathan Wakely2-6/+6
2014-03-12PR libstdc++/59392: Fix ARM EABI uncaught throw from unexpected exception han...Roland McGrath3-6/+70
2014-03-11re PR libstdc++/60499 (non-reserved name in <debug/vector>)Jonathan Wakely19-20/+317
2014-03-06[libstdc++,docs] After the latest batch of papers came out I updated the stat...Ed Smith-Rowland2-6/+143
2014-03-04re PR c++/60376 ([c++1y] ICE on invalid with using declaration in template fu...Paolo Carlini2-47/+6
2014-02-26regex.tcc (match_results<>::format, [...]): Update __out after calling std::c...Tim Shen4-6/+81
2014-02-22re PR libstdc++/60308 (std::deque leaks memory)Marc Glisse2-2/+17
2014-02-21Rename testsuite directory shared_mutex to shared_timed_mutex for consistency.Ed Smith-Rowland7-0/+7
2014-02-20Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891.Ed Smith-Rowland22-27/+54
2014-02-10Don't xfail 22_locale/num_put/put/char/14220.cc etc. on Solaris 9/x86Rainer Orth3-12/+6
2014-02-09baseline_symbols.txt: New file.Richard Sandiford4-0/+4397
2014-01-30re PR c++/57899 (bind/function with data member: infinite recursion)Jason Merrill1-0/+48
2014-01-29re PR libstdc++/57226 (The installation of pretty printers is not documented)Jonathan Wakely53-405/+555
2014-01-29re PR libstdc++/21609 (array_allocator vs rebind & templated constructor)Jonathan Wakely2-3/+8
2014-01-29Fix ChangeLog date of my previous commit.Jonathan Wakely1-1/+1
2014-01-29re PR libstdc++/59829 (Calling vector::data() occurs undefined behavior when ...Jonathan Wakely7-6/+104
2014-01-29alloc_traits.h (allocator_traits::_S_allocate): Do not use varargs when argum...Jonathan Wakely9-144/+386
2014-01-28re PR libstdc++/59656 (weak_ptr::lock function crashes when compiling with -f...Jonathan Wakely5-47/+103
2014-01-27re PR libstdc++/59215 (tsan: warning in shared_ptr_base.h)Jonathan Wakely2-1/+8
2014-01-27Core DR 475 PR c++/41174 PR c++/59224Jason Merrill3-12/+12
2014-01-26acinclude.m4 (GLIBCXX_ENABLE_C99): Fix typo.Jonathan Wakely3-2/+5
2014-01-26stl_map.h: Remove anachronistic comment.Jonathan Wakely8-7/+19
2014-01-24re PR libstdc++/59531 (string_view overrun in copy operation)Ed Smith-Rowland8-21/+156
2014-01-24re PR libstdc++/59548 (Abort after copying std::unordered_map in debug mode)Jonathan Wakely4-1/+58
2014-01-23acinclude.m4 (GLIBCXX_CHECK_TMPNAM): New check for tmpnam function.Bernhard Reutner-Fischer6-0/+119
2014-01-23re PR libstdc++/59872 (Cannot move std::map with move-only mapped_type)Jonathan Wakely8-46/+113
2014-01-23faq.xml (a-how_to_set_paths): Expand FAQ answer.Jonathan Wakely3-5/+39
2014-01-22PR libstdc++/58764 (again)Jonathan Wakely12-11/+41