aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2014-04-24regex_automaton.tcc (_StateSeq<>::_M_clone()): Do _M_alt before _M_next.Tim Shen3-8/+16
2014-04-24re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse4-19/+15
2014-04-24Update libstdc++ baseline symbols for ia64Andreas Schwab2-0/+18
2014-04-23Update libstdc++ baseline symbols for m68kAndreas Schwab2-0/+6
2014-04-22re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse4-4/+38
2014-04-22Remove obsolete Solaris 9 supportRainer Orth15-7422/+54
2014-04-16* include/std/functional (__is_location_invariant): Use __or_ helper.Jonathan Wakely2-2/+5
2014-04-15shared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Remove name of unused param...Jonathan Wakely2-1/+4
2014-04-15* include/experimental/string_view: Fix inconsistent exception specs.Jonathan Wakely2-2/+4
2014-04-15container.cc: Do not use uninitialized members in mem-initializers.Jonathan Wakely4-7/+13
2014-04-15re PR c++/60786 (In C++11 an explicit instantiation with an unqualified name ...Jonathan Wakely14-58/+77
2014-04-15* include/std/atomic: Uglify parameter names.Jonathan Wakely2-16/+18
2014-04-15shared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Use delegating constructor.Jonathan Wakely3-6/+7
2014-04-15atomic_base.h (__atomic_base<_PTp*>::_M_type_size): Add const to constexpr me...Jonathan Wakely2-2/+5
2014-04-15re PR libstdc++/60594 (std::function of a type with a declared (but not defin...Jonathan Wakely3-2/+50
2014-04-15re PR libstdc++/60695 (std::atomic<X> doesn't work when X is of zero size)Jonathan Wakely3-0/+39
2014-04-15re PR libstdc++/60734 (Undefined behavior in g++-v4/bits/stl_tree.h)Jonathan Wakely2-2/+7
2014-04-15N3887 Consistent Metafunction AliasesJonathan Wakely4-1/+48
2014-04-14re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though...Jonathan Wakely3-5/+46
2014-04-14allocator.h (operator==, operator!=): Add exception specifications.Jonathan Wakely2-0/+7
2014-04-14Limit operations on vector::pointer to NullablePointer requirements.Jonathan Wakely3-7/+15
2014-04-11re PR libstdc++/59434 ([lwg/2106] move_iterator is broken for input iterators...Marc Glisse3-2/+47
2014-04-11complex (__complex_exp, pow): Specify the template parameter in calls to std:...Marc Glisse2-4/+9
2014-04-10Remove TLS symbols from libstdc++ baselinesAndreas Schwab5-8/+5
2014-04-10Update ia64 libstdc++ baseline symbolsAndreas Schwab2-0/+329
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