summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* re PR libstdc++/25306 (fill_n, generate_n assume Size is modifiable)Paolo Carlini2010-05-215-3/+75
* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Use GNU locale model for glibc 2.3 and...Joseph Myers2010-05-216-87/+15
* functional: Use std::__addressof.Paolo Carlini2010-05-213-5/+12
* [multiple changes]Paolo Carlini2010-05-2044-73/+729
* stl_pair.h (pair<>::pair(const pair&)): Defaulted in C++0x mode.Paolo Carlini2010-05-203-1/+20
* wait.cc (wait): Rename.Jonathan Wakely2010-05-193-6/+11
* re PR libstdc++/44190 (Debug vector resize does not update capacity)Eelis van der Weegen2010-05-183-0/+46
* functional (result_of): Move...Paolo Carlini2010-05-174-13/+22
* re PR c++/20669 (Template candidates not listed in error message.)Jason Merrill2010-05-124-1/+19
* re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris)Silvius Rus2010-05-111-0/+147
* re PR libstdc++/43259 (ext/profile/all.cc fails on Solaris)Silvius Rus2010-05-116-173/+278
* exception_ptr.h (make_exception_ptr): Add.Jonathan Wakely2010-05-073-0/+51
* gnu.ver: Move decltype(nullptr) into CXXABI_1.3.5.Jason Merrill2010-05-063-4/+17
* Add support for C++0x nullptr.Jason Merrill2010-05-062-7/+8
* basic_string.h: Escape class names in doxygen docs.Jonathan Wakely2010-05-062-10/+14
* re PR libstdc++/44014 (no std::string in API documentation)Jonathan Wakely2010-05-064-7/+23
* config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from list of obsol...Rainer Orth2010-05-066-271/+6
* 29134.cc: Adjust for profile-mode too.Paolo Carlini2010-05-055-98/+118
* no-dist in non-imported automake dirs.Ralf Wildenhues2010-05-0411-592/+110
* faq.xml: Fix anachronisms.Jonathan Wakely2010-05-017-13/+19
* stl_pair.h (piecewise_construct_t, [...]): Add.Paolo Carlini2010-04-3012-65/+326
* re PR libstdc++/43865 (C++ in freestanding environment)Jonathan Wakely2010-04-272-2/+7
* status_cxx200x.xml: Update quick_exit status.Jonathan Wakely2010-04-2742-149/+154
* re PR c++/42844 (const variable requires initializer / no explicitly declared...Fabien ChĂȘne2010-04-274-2/+22
* 1.c (test01): Clarify size definition.Alexander Monakov2010-04-272-3/+9
* status_cxx200x.xml: Update to match n3092.Jonathan Wakely2010-04-2740-507/+461
* status_cxx200x.xml: Update Threads status.Jonathan Wakely2010-04-253-32/+40
* unique_ptr (unique_ptr::pointer): Use deleter's pointer type if it exists.Jonathan Wakely2010-04-245-11/+84
* partition.h (__parallel_partition): Improve scalability by...Johannes Singler2010-04-222-75/+79
* faq.xml: Link to manual.Jonathan Wakely2010-04-22135-4205/+4338
* hash_map: Don't #include "backward_warning.h" if _GLIBCXX_PERMIT_BACKWARD_HAS...Ian Lance Taylor2010-04-133-0/+12
* config.gcc: Removed *-*-solaris2.7* from list of obsolete configurations.Rainer Orth2010-04-124-3/+9
* parser.c (cp_parser_class_specifier): Set class location to that of IDENTIFIE...Jason Merrill2010-04-064-4/+4
* acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Show test result.Matthias Klose2010-04-065-8/+19
* basic_string.h: Fix pasto in comment.Paolo Carlini2010-04-033-9/+13
* Update to Automake 1.11.1.Ralf Wildenhues2010-04-0210-18/+31
* random_shuffle.h (__parallel_random_shuffle_drs): Take as many threads as pos...Johannes Singler2010-03-302-2/+15
* unordered_map: Clean-up includes and guards.Paolo Carlini2010-03-306-25/+30
* re PR target/43458 (c99_classification_macros_c.cc fails on hppa*-*-hpux*)John David Anglin2010-03-292-2/+8
* profile_mode.xml (Profile Diagnostics): Correct cols.Rainer Orth2010-03-263-1/+13
* [multiple changes]Paolo Carlini2010-03-2614-14/+1026
* testsuite_tr1.h (NType, [...]): Add.Paolo Carlini2010-03-235-84/+34
* value.cc: New.Paolo Carlini2010-03-234-0/+178
* stl_algobase.h (lower_bound(_ForwardIterator, _ForwardIterator, const _Tp&, _...Paolo Carlini2010-03-233-55/+61
* numeric (inner_product, [...]): Precede subsequent call with _GLIBCXX_STD_P::...Johannes Singler2010-03-225-15/+38
* base.h (_PseudoSequence): Do not forward declare.Paolo Carlini2010-03-222-19/+16
* base.h (_Less): Use std::less.Paolo Carlini2010-03-223-41/+25
* freestanding.cc: Avoid -Wall warnings.Paolo Carlini2010-03-192-5/+9
* shared_ptr.h (shared_ptr(unique_ptr&&), [...]): Remove explicit specifier (as...Rodolfo Lima2010-03-194-6/+102
* random.tcc: Minor formatting changes.Paolo Carlini2010-03-196-14/+27