Age | Commit message (Expand) | Author | Files | Lines |
2014-04-15 | container.cc: Do not use uninitialized members in mem-initializers. | Jonathan Wakely | 3 | -7/+8 |
2014-04-15 | re PR c++/60786 (In C++11 an explicit instantiation with an unqualified name ... | Jonathan Wakely | 13 | -58/+50 |
2014-04-15 | re PR libstdc++/60594 (std::function of a type with a declared (but not defin... | Jonathan Wakely | 1 | -0/+36 |
2014-04-15 | re PR libstdc++/60695 (std::atomic<X> doesn't work when X is of zero size) | Jonathan Wakely | 1 | -0/+30 |
2014-04-15 | N3887 Consistent Metafunction Aliases | Jonathan Wakely | 2 | -1/+38 |
2014-04-14 | re PR libstdc++/60497 (unique_ptr<T> tries to complete its type T even though... | Jonathan Wakely | 1 | -0/+37 |
2014-04-11 | re PR libstdc++/59434 ([lwg/2106] move_iterator is broken for input iterators... | Marc Glisse | 1 | -0/+33 |
2014-04-07 | Fix testsuite bugs. | Jonathan Wakely | 3 | -7/+7 |
2014-04-02 | re PR target/54407 (FAIL: 30_threads/condition_variable/54185.cc execution te... | Dominique d'Humieres | 1 | -1/+1 |
2014-03-31 | re PR libstdc++/60270 ([C++1y] std::quoted is too eager to clear the string) | Lars Gullik Bjønnes | 1 | -0/+38 |
2014-03-31 | Fix 18_support/exception_ptr/60612-*.cc on non-C99 targets | Rainer Orth | 2 | -0/+9 |
2014-03-27 | re PR libstdc++/60612 (Throwing exception, catching and rethrowing (std::exce... | Jonathan Wakely | 2 | -0/+82 |
2014-03-25 | re PR libstdc++/60658 (std::atomic<T*> is unexpectedly not lock-free) | Jonathan Wakely | 1 | -0/+43 |
2014-03-24 | 45713.cc: Skip compile on hppa*64*-*-*. | John David Anglin | 1 | -1/+1 |
2014-03-21 | re PR libstdc++/60587 (debug-mode -std=c++11 vector::insert(pos, begin, end) ... | Jonathan Wakely | 3 | -2/+64 |
2014-03-18 | re PR libstdc++/60564 ([C++11] The std::packaged_task constructor taking a re... | Jonathan Wakely | 1 | -0/+51 |
2014-03-12 | PR libstdc++/59392: Fix ARM EABI uncaught throw from unexpected exception han... | Roland McGrath | 1 | -0/+51 |
2014-03-11 | re PR libstdc++/60499 (non-reserved name in <debug/vector>) | Jonathan Wakely | 10 | -0/+270 |
2014-03-04 | re PR c++/60376 ([c++1y] ICE on invalid with using declaration in template fu... | Paolo Carlini | 1 | -47/+0 |
2014-02-26 | regex.tcc (match_results<>::format, [...]): Update __out after calling std::c... | Tim Shen | 2 | -0/+66 |
2014-02-21 | Rename testsuite directory shared_mutex to shared_timed_mutex for consistency. | Ed Smith-Rowland | 6 | -0/+0 |
2014-02-20 | Rename shared_mutex to shared_timed_mutex per C++14 acceptance of N3891. | Ed Smith-Rowland | 20 | -21/+21 |
2014-02-10 | Don't xfail 22_locale/num_put/put/char/14220.cc etc. on Solaris 9/x86 | Rainer Orth | 2 | -12/+0 |
2014-01-30 | re PR c++/57899 (bind/function with data member: infinite recursion) | Jason Merrill | 1 | -0/+48 |
2014-01-29 | re PR libstdc++/59829 (Calling vector::data() occurs undefined behavior when ... | Jonathan Wakely | 5 | -4/+71 |
2014-01-29 | alloc_traits.h (allocator_traits::_S_allocate): Do not use varargs when argum... | Jonathan Wakely | 3 | -0/+262 |
2014-01-28 | re PR libstdc++/59656 (weak_ptr::lock function crashes when compiling with -f... | Jonathan Wakely | 2 | -2/+2 |
2014-01-26 | stl_map.h: Remove anachronistic comment. | Jonathan Wakely | 5 | -5/+5 |
2014-01-24 | re PR libstdc++/59531 (string_view overrun in copy operation) | Ed Smith-Rowland | 6 | -12/+111 |
2014-01-24 | re PR libstdc++/59548 (Abort after copying std::unordered_map in debug mode) | Jonathan Wakely | 1 | -0/+34 |
2014-01-23 | re PR libstdc++/59872 (Cannot move std::map with move-only mapped_type) | Jonathan Wakely | 2 | -1/+36 |
2014-01-22 | PR libstdc++/58764 (again) | Jonathan Wakely | 9 | -9/+9 |
2014-01-22 | re PR libstdc++/58764 ([lwg/2193] error: converting to ‘const std::vector<s... | Jonathan Wakely | 19 | -12/+209 |
2014-01-21 | regex.tcc: Remove incorrect `nosubs` handling. | Tim Shen | 1 | -1/+12 |
2014-01-21 | re PR libstdc++/56267 (unordered containers require Assignable hash function) | Jonathan Wakely | 2 | -52/+1 |
2014-01-20 | create_testsuite_files: Add testsuite/experimental in the list of folders to ... | François Dumont | 2 | -5/+3 |
2014-01-20 | re PR libstdc++/56267 (unordered containers require Assignable hash function) | Jonathan Wakely | 1 | -0/+43 |
2014-01-19 | regex_compiler.h (_Comipler<>::_M_quantifier()): Fix parse error of multiple ... | Tim Shen | 1 | -0/+33 |
2014-01-15 | hashtable_policy.h: Fix some long lines. | François Dumont | 2 | -2/+2 |
2014-01-08 | stl_vector.h (std::vector<>::_M_move_assign): Pass *this allocator instance w... | François Dumont | 3 | -1/+72 |
2014-01-07 | regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav... | Tim Shen | 2 | -0/+122 |
2014-01-02 | Update copyright years in libstdc++-v3/ | Richard Sandiford | 6077 | -6078/+6078 |
2014-01-02 | arc-common.c, [...]: Use the standard form for the copyright notice. | Richard Sandiford | 3 | -3/+3 |
2013-12-22 | chi2_quality.h: Break out from chi2_quality.cc. | Hans-Peter Nilsson | 7 | -218/+347 |
2013-12-10 | value.cc: Add test. | Paolo Carlini | 1 | -0/+2 |
2013-12-09 | re PR libstdc++/59427 (Opening with ios::in | ios::app does not allow appending) | Paolo Carlini | 2 | -0/+78 |
2013-12-09 | chi2_quality.cc: Change -DSAMPLES=30000. | Renlin Li | 1 | -1/+1 |
2013-12-08 | * testsuite/30_threads/async/async.cc: Fix race condition in test. | Jonathan Wakely | 1 | -15/+10 |
2013-12-08 | explicit_instantiation.cc: New. | Paolo Carlini | 73 | -0/+2676 |
2013-12-06 | testsuite_tr1.h (test_category, [...]): constexpr in c++11 mode. | Paolo Carlini | 45 | -1291/+1150 |