| Commit message (Expand) | Author | Age | Files | Lines |
* | testsuite_iterators.h: Don't include <cstddef>, don't use NULL, use std::size... | Paolo Carlini | 2010-06-03 | 22 | -73/+94 |
* | c++config (std::size_t, [...]): Provide typedefs. | Paolo Carlini | 2010-06-03 | 317 | -1229/+1685 |
* | pointer.cc: Fix which tests are run. | Jonathan Wakely | 2010-06-02 | 3 | -4/+10 |
* | Move changelog entry to correct ChangeLog. | Maxim Kuvyrkov | 2010-06-01 | 1 | -0/+8 |
* | acinclude.m4, [...]: Support Bionic C library. | Maxim Kuvyrkov | 2010-06-01 | 7 | -10/+299 |
* | re PR libstdc++/43820 (auto_ptr used with incomplete type no longer triggers ... | Jonathan Wakely | 2010-05-31 | 5 | -7/+97 |
* | basic_string.h (front, back): Add. | Paolo Carlini | 2010-05-31 | 10 | -15/+182 |
* | stl_vector.h (vector<>::data): Fix return type in c++0x mode. | Paolo Carlini | 2010-05-28 | 6 | -6/+27 |
* | revert: re PR libstdc++/42832 (Revisit std::function for aliasing issues and ... | Jason Merrill | 2010-05-27 | 3 | -20/+14 |
* | re PR libstdc++/40497 ([C++0x] troubles with std::next / std::prev declarations) | Paolo Carlini | 2010-05-27 | 4 | -3/+92 |
* | re PR libstdc++/25306 (fill_n, generate_n assume Size is modifiable) | Paolo Carlini | 2010-05-21 | 5 | -3/+75 |
* | acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Use GNU locale model for glibc 2.3 and... | Joseph Myers | 2010-05-21 | 6 | -87/+15 |
* | functional: Use std::__addressof. | Paolo Carlini | 2010-05-21 | 3 | -5/+12 |
* | [multiple changes] | Paolo Carlini | 2010-05-20 | 44 | -73/+729 |
* | stl_pair.h (pair<>::pair(const pair&)): Defaulted in C++0x mode. | Paolo Carlini | 2010-05-20 | 3 | -1/+20 |
* | wait.cc (wait): Rename. | Jonathan Wakely | 2010-05-19 | 3 | -6/+11 |
* | re PR libstdc++/44190 (Debug vector resize does not update capacity) | Eelis van der Weegen | 2010-05-18 | 3 | -0/+46 |
* | functional (result_of): Move... | Paolo Carlini | 2010-05-17 | 4 | -13/+22 |
* | re PR c++/20669 (Template candidates not listed in error message.) | Jason Merrill | 2010-05-12 | 4 | -1/+19 |
* | re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) | Silvius Rus | 2010-05-11 | 1 | -0/+147 |
* | re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris) | Silvius Rus | 2010-05-11 | 6 | -173/+278 |
* | exception_ptr.h (make_exception_ptr): Add. | Jonathan Wakely | 2010-05-07 | 3 | -0/+51 |
* | gnu.ver: Move decltype(nullptr) into CXXABI_1.3.5. | Jason Merrill | 2010-05-06 | 3 | -4/+17 |
* | Add support for C++0x nullptr. | Jason Merrill | 2010-05-06 | 2 | -7/+8 |
* | basic_string.h: Escape class names in doxygen docs. | Jonathan Wakely | 2010-05-06 | 2 | -10/+14 |
* | re PR libstdc++/44014 (no std::string in API documentation) | Jonathan Wakely | 2010-05-06 | 4 | -7/+23 |
* | config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from list of obsol... | Rainer Orth | 2010-05-06 | 6 | -271/+6 |
* | 29134.cc: Adjust for profile-mode too. | Paolo Carlini | 2010-05-05 | 5 | -98/+118 |
* | no-dist in non-imported automake dirs. | Ralf Wildenhues | 2010-05-04 | 11 | -592/+110 |
* | faq.xml: Fix anachronisms. | Jonathan Wakely | 2010-05-01 | 7 | -13/+19 |
* | stl_pair.h (piecewise_construct_t, [...]): Add. | Paolo Carlini | 2010-04-30 | 12 | -65/+326 |
* | re PR libstdc++/43865 (C++ in freestanding environment) | Jonathan Wakely | 2010-04-27 | 2 | -2/+7 |
* | status_cxx200x.xml: Update quick_exit status. | Jonathan Wakely | 2010-04-27 | 42 | -149/+154 |
* | re PR c++/42844 (const variable requires initializer / no explicitly declared... | Fabien ChĂȘne | 2010-04-27 | 4 | -2/+22 |
* | 1.c (test01): Clarify size definition. | Alexander Monakov | 2010-04-27 | 2 | -3/+9 |
* | status_cxx200x.xml: Update to match n3092. | Jonathan Wakely | 2010-04-27 | 40 | -507/+461 |
* | status_cxx200x.xml: Update Threads status. | Jonathan Wakely | 2010-04-25 | 3 | -32/+40 |
* | unique_ptr (unique_ptr::pointer): Use deleter's pointer type if it exists. | Jonathan Wakely | 2010-04-24 | 5 | -11/+84 |
* | partition.h (__parallel_partition): Improve scalability by... | Johannes Singler | 2010-04-22 | 2 | -75/+79 |
* | faq.xml: Link to manual. | Jonathan Wakely | 2010-04-22 | 135 | -4205/+4338 |
* | hash_map: Don't #include "backward_warning.h" if _GLIBCXX_PERMIT_BACKWARD_HAS... | Ian Lance Taylor | 2010-04-13 | 3 | -0/+12 |
* | config.gcc: Removed *-*-solaris2.7* from list of obsolete configurations. | Rainer Orth | 2010-04-12 | 4 | -3/+9 |
* | parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIE... | Jason Merrill | 2010-04-06 | 4 | -4/+4 |
* | acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result. | Matthias Klose | 2010-04-06 | 5 | -8/+19 |
* | basic_string.h: Fix pasto in comment. | Paolo Carlini | 2010-04-03 | 3 | -9/+13 |
* | Update to Automake 1.11.1. | Ralf Wildenhues | 2010-04-02 | 10 | -18/+31 |
* | random_shuffle.h (__parallel_random_shuffle_drs): Take as many threads as pos... | Johannes Singler | 2010-03-30 | 2 | -2/+15 |
* | unordered_map: Clean-up includes and guards. | Paolo Carlini | 2010-03-30 | 6 | -25/+30 |
* | re PR target/43458 (c99_classification_macros_c.cc fails on hppa*-*-hpux*) | John David Anglin | 2010-03-29 | 2 | -2/+8 |
* | profile_mode.xml (Profile Diagnostics): Correct cols. | Rainer Orth | 2010-03-26 | 3 | -1/+13 |