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