Age | Commit message (Expand) | Author | Files | Lines |
2010-09-06 | abi.exp: Add "libstdc++-abi/" to abi_check FAIL message. | Jason Merrill | 1 | -1/+1 |
2010-09-03 | libstdc++.exp ([check_v3_target_debug_mode]): Fix so that it really detects w... | François Dumont | 129 | -1475/+760 |
2010-08-31 | remove_freed.cc: Fix test01 return type to void. | Paolo Carlini | 3 | -5/+5 |
2010-08-29 | [multiple changes] | Paolo Carlini | 150 | -0/+4571 |
2010-08-14 | re PR libstdc++/45283 (performance/30_threads/future/polling.cc fails at comp... | Jonathan Wakely | 1 | -3/+8 |
2010-08-13 | dr1189.cc: Move to... | Paolo Carlini | 5 | -0/+57 |
2010-08-12 | c++config (_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE, [...]): Add. | Kostya Serebryany | 3 | -4/+4 |
2010-08-11 | hashtable.h (_Hashtable<>::erase(const key_type&)): Use std::__addressof. | Paolo Carlini | 1 | -0/+94 |
2010-08-11 | stl_algo.h (shuffle): Change signature consistently with random_shuffle (US 1... | Paolo Carlini | 2 | -3/+2 |
2010-08-11 | re PR libstdc++/42925 ([GB 99] Not possible to compare unique_ptr with 0) | Paolo Carlini | 3 | -3/+77 |
2010-08-10 | shared_ptr_base.h: Remove a few now redundant __glibcxx_function_requires(_Co... | Paolo Carlini | 2 | -2/+2 |
2010-08-10 | 1.cc: Avoid -Wall warnings. | Paolo Carlini | 2 | -4/+6 |
2010-08-10 | range_access.cc: Avoid -Wall warnings. | Paolo Carlini | 1 | -1/+1 |
2010-08-10 | cons_overflow_neg.cc: Avoid -Wall warnings. | Paolo Carlini | 6 | -23/+93 |
2010-08-10 | re PR libstdc++/45228 ([C++0x] Can't copy-construct "tuple<int,int,int>" from... | Paolo Carlini | 3 | -1/+81 |
2010-08-08 | re PR libstdc++/44963 ([DR 1334] Ambiguous function overload using __gnu_cxx:... | Paolo Carlini | 2 | -1/+32 |
2010-08-08 | cmath: Implement US 136. | Paolo Carlini | 1 | -0/+92 |
2010-08-06 | * include/std/thread: Add deleted thread(thread&). | Jason Merrill | 1 | -7/+1 |
2010-08-06 | tuple (pack_arguments): Rename to forward_as_tuple and simplify, per US 98 an... | Paolo Carlini | 2 | -12/+12 |
2010-08-06 | tuple (begin, end): Remove per GB 87. | Paolo Carlini | 1 | -33/+0 |
2010-08-06 | ratio (ratio_less): Improve, use ratio_divide to avoid more overflows. | Paolo Carlini | 2 | -3/+15 |
2010-08-05 | utility (begin, end): Remove per GB 85. | Paolo Carlini | 1 | -33/+0 |
2010-08-05 | move.h (forward): Update to N3092. | Paolo Carlini | 3 | -112/+0 |
2010-07-27 | [multiple changes] | Paolo Carlini | 22 | -0/+703 |
2010-07-27 | acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): Remove. | Paolo Carlini | 2 | -3/+3 |
2010-07-26 | 14220.cc: XFAIL on Solaris 9/x86, 32-bit Solaris 10/x86 and 64-bit Solaris 10... | Rainer Orth | 5 | -15/+23 |
2010-07-11 | type_traits (is_convertible): Use SFINAE. | Paolo Carlini | 3 | -5/+5 |
2010-07-02 | gc++filt.m4: New file. | Rainer Orth | 2 | -6/+11 |
2010-06-29 | * decl2.c (mark_used): Adjust error for use of deleted function. | Jason Merrill | 34 | -128/+78 |
2010-06-29 | re PR libstdc++/44708 (Enabling -std=c++0x results in ambiguous function over... | Paolo Carlini | 1 | -0/+31 |
2010-06-26 | [multiple changes] | Paolo Carlini | 23 | -24/+25 |
2010-06-25 | Initial regex implementation. | Stephen M. Webb | 79 | -0/+3732 |
2010-06-21 | sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__=199901L, _XOPEN_SOUR... | Rainer Orth | 1 | -2/+2 |
2010-06-18 | re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ... | Paolo Carlini | 28 | -102/+313 |
2010-06-15 | libstdc++.exp: Set additional_prunes. | Jason Merrill | 38 | -49/+56 |
2010-06-15 | call.c (convert_like_real): Give "initializing argument of" information for a... | Jason Merrill | 1 | -5/+0 |
2010-06-15 | call.c (print_z_candidates): Do print viable deleted candidates. | Jason Merrill | 3 | -26/+3 |
2010-06-11 | shared_ptr.h (hash<shared_ptr>): Add. | Paolo Carlini | 2 | -0/+96 |
2010-06-10 | tuple (tuple(const tuple&)): Define explicitly-defaulted. | Paolo Carlini | 1 | -1/+1 |
2010-06-10 | re PR libstdc++/44487 ([C++0x] pair of references doesn't work) | Paolo Carlini | 3 | -2/+104 |
2010-06-10 | type_traits (is_nothrow_constructible): Add. | Paolo Carlini | 7 | -6/+183 |
2010-06-08 | type_traits (has_nothrow_assign): Rename to has_nothrow_copy_assign. | Paolo Carlini | 6 | -0/+246 |
2010-06-08 | re PR libstdc++/44417 (make check-target-libstdc++-v3 fails due to undefined ... | Paolo Carlini | 3 | -9/+6 |
2010-06-08 | order_statistics_imp.hpp: Avoid -Wall warnings. | Paolo Carlini | 149 | -484/+538 |
2010-06-06 | re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons) | Jonathan Wakely | 2 | -0/+93 |
2010-06-05 | [multiple changes] | Jonathan Wakely | 7 | -14/+214 |
2010-06-05 | * testsuite/util/testsuite_abi.h: Work around glibc BZ 9694. | Jason Merrill | 1 | -0/+2 |
2010-06-03 | testsuite_iterators.h: Don't include <cstddef>, don't use NULL, use std::size... | Paolo Carlini | 9 | -36/+32 |
2010-06-03 | c++config (std::size_t, [...]): Provide typedefs. | Paolo Carlini | 129 | -386/+417 |
2010-06-02 | pointer.cc: Fix which tests are run. | Jonathan Wakely | 2 | -4/+4 |