| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR libstdc++/46869 (FAIL: 20_util/enable_shared_from_this/cons/constexpr.c... | John David Anglin | 2010-12-19 | 5 | -4/+13 |
* | basic_string.h (operator+(basic_string<>&&, basic_string<>&&)): Optimize better. | Paolo Carlini | 2010-12-19 | 3 | -4/+23 |
* | 4.cc: New. | Paolo Carlini | 2010-12-19 | 4 | -0/+243 |
* | *: Use headername alias to associate private includes to public includes. | Benjamin Kosnik | 2010-12-19 | 257 | -1105/+1160 |
* | basic_string.h (operator+(basic_string<>&&, const basic_string<>&), [...]): Add. | Paolo Carlini | 2010-12-17 | 4 | -0/+241 |
* | aclocal.m4: Regenerate. | Paolo Carlini | 2010-12-17 | 10 | -55/+67 |
* | testsuite_iterators.h: Guard move.h includes. | Benjamin Kosnik | 2010-12-16 | 28 | -41/+109 |
* | vstring.h (operator+(__versa_string<>&&, const __versa_string<>&), [...]): Add. | Paolo Carlini | 2010-12-15 | 3 | -0/+155 |
* | re PR libstdc++/46951 (30_threads/future/members/45133.cc failed) | Jonathan Wakely | 2010-12-15 | 3 | -2/+14 |
* | re PR libstdc++/45133 ([c++0x] std::future will crash with NULL deref if get(... | Jonathan Wakely | 2010-12-14 | 4 | -3/+214 |
* | re PR libstdc++/46910 (std::shared_ptr requires public destructor for a class... | Jonathan Wakely | 2010-12-14 | 5 | -12/+65 |
* | baseline_symbols.txt: Regenerate. | Rainer Orth | 2010-12-13 | 6 | -10/+13 |
* | testsuite_abi.cc (check_version): Don't push back GLIBCXX_3.4.16, unused. | Paolo Carlini | 2010-12-12 | 2 | -1/+5 |
* | libstdc++.exp (v3-build_support): Delete libtestc++.a before creation. | Rainer Orth | 2010-12-10 | 2 | -0/+14 |
* | dsymutil enabled for Fortran. | Jack Howarth | 2010-12-10 | 2 | -0/+11 |
* | re PR testsuite/46860 (New libstdc++ failures) | Nathan Froyd | 2010-12-09 | 4 | -2/+12 |
* | bitset (_Base_bitset<>::_Base_bitset(), [...]): Simplify. | Paolo Carlini | 2010-12-09 | 2 | -9/+10 |
* | stl_iterator.h: Add move_iterator operators overloads to make it robust to te... | François Dumont | 2010-12-08 | 9 | -37/+280 |
* | re PR libstdc++/46830 (s.swap(s) triggers overlapped memcpy() for versa_string) | Paul Pluzhnikov | 2010-12-07 | 2 | -1/+11 |
* | shared_ptr.h (shared_ptr<>::shared_ptr(_Tp1*, _Deleter, const _Alloc&), [...]... | Paolo Carlini | 2010-12-06 | 5 | -27/+51 |
* | acinclude.m4 (symvers_renaming): Also set if enable_symvers = no. | Rainer Orth | 2010-12-06 | 3 | -0/+9 |
* | re PR libstdc++/46821 ([C++0x] swapping empty classes) | Paolo Carlini | 2010-12-06 | 3 | -4/+17 |
* | re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch... | Dave Korn | 2010-12-06 | 13 | -65/+123 |
* | mutex (try_lock, [...]): Fix. | Jonathan Wakely | 2010-12-04 | 8 | -37/+601 |
* | future.cc (future_category): Export compatibility symbol. | Jonathan Wakely | 2010-12-02 | 3 | -6/+30 |
* | 2.cc: Hide explicit instantiation with non default constructible type ... | François Dumont | 2010-12-02 | 4 | -5/+24 |
* | re PR libstdc++/43738 (basic_file_stdio.cc uses ioctl on a fd, but not availa... | Kai Tietz | 2010-12-02 | 3 | -1/+15 |
* | 2.cc: Fix to explicitely invoke the copy construtor with or without C++0x mode. | François Dumont | 2010-12-01 | 3 | -2/+10 |
* | extract_symvers.pl: New file. | Rainer Orth | 2010-12-01 | 14 | -70/+182 |
* | re PR libstdc++/46718 ([c++0x] nullptr_t must be scalar) | Paolo Carlini | 2010-11-30 | 8 | -6/+147 |
* | re PR libstdc++/46683 (FAIL: ext/profile/all.cc) | Paolo Carlini | 2010-11-28 | 2 | -4/+4 |
* | re PR libstdc++/46689 (FAIL: 20_util/shared_ptr/comparison/cmp.cc) | Jonathan Wakely | 2010-11-28 | 2 | -16/+6 |
* | shared_ptr_base.h (operator>, [...]): Remove comparisons not specified in the... | Jonathan Wakely | 2010-11-27 | 2 | -19/+5 |
* | unordered_map (unordered_multimap<>::erase): Fix to erase all elements associ... | François Dumont | 2010-11-27 | 5 | -22/+35 |
* | 2010-11-27 François Dumont <francois.cppdevs@free.fr> | François Dumont | 2010-11-27 | 3 | -20/+42 |
* | bitset (bitset<>::reference): Clean code, use normal reference type in experi... | François Dumont | 2010-11-27 | 3 | -16/+20 |
* | 2010-11-27 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 2010-11-26 | 1 | -4/+4 |
* | libstdc++.exp [...]: Use remote_file delete for generated exe. | François Dumont | 2010-11-26 | 6 | -5/+74 |
* | debug.cc: Introduce a mutex pool in get_safe_base_mutex. | François Dumont | 2010-11-25 | 30 | -588/+1360 |
* | tuple: Mark more constructors constexpr. | Benjamin Kosnik | 2010-11-24 | 9 | -71/+251 |
* | constexpr.cc: Add dg-require* directives. | Paolo Carlini | 2010-11-24 | 3 | -0/+12 |
* | chrono: Constexpr markup for is_monotonic. | Benjamin Kosnik | 2010-11-23 | 20 | -55/+515 |
* | wrapped_locale.cc: Require additional locale name. | Uros Bizjak | 2010-11-23 | 3 | -139/+150 |
* | re PR libstdc++/46455 (resource leaks due to missing destructors for mutexes ... | Jonathan Wakely | 2010-11-18 | 3 | -16/+132 |
* | 2010-11-18 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 2010-11-18 | 1 | -2/+2 |
* | PR libstdc++/26211 + N3168 | Paolo Carlini | 2010-11-18 | 8 | -49/+309 |
* | Update expected demangler output. | H.J. Lu | 2010-11-18 | 2 | -1/+6 |
* | formatter.h (__truth): Remove, unused. | Paolo Carlini | 2010-11-18 | 3 | -19/+14 |
* | testsuite/lib/libstdc++.exp (check_v3_target_debug_mode): Clean built exe. | François Dumont | 2010-11-17 | 2 | -0/+6 |
* | PR libstdc++/45711 cleanup. | Ralf Wildenhues | 2010-11-15 | 3 | -0/+8 |