Age | Commit message (Expand) | Author | Files | Lines |
2008-06-25 | default.cc: Avoid -Wall warnings. | Paolo Carlini | 8 | -25/+74 |
2008-06-25 | stl_algo.h (__find_if_not, [...]): Add in C++0x, per N2666. | Paolo Carlini | 23 | -10/+1191 |
2008-06-24 | parallel_mode.xml: Clarify use of explicit parallel algorithms. | Benjamin Kosnik | 36 | -268/+448 |
2008-06-24 | stl_algo.h (remove_if): Cast __pred result to bool. | Paolo Carlini | 5 | -3/+157 |
2008-06-24 | re PR libstdc++/36616 (Open issues from a test run) | Paolo Carlini | 3 | -8/+38 |
2008-06-24 | 2008-06-24 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -0/+1 |
2008-06-24 | exception.hpp (__throw_container_error, [...]): Mark inline. | Paolo Carlini | 2 | -9/+16 |
2008-06-22 | move.h (swap(_Tp (&)[_Nm], _Tp (&)[_Nm])): Add, per DR 809. | Paolo Carlini | 6 | -7/+93 |
2008-06-21 | [multiple changes] | Paolo Carlini | 1 | -0/+0 |
2008-06-21 | [multiple changes] | Paolo Carlini | 22 | -29/+588 |
2008-06-21 | * include/c_global/climits, include/tr1/climits: Add parentheses. | Jonathan Wakely | 3 | -6/+10 |
2008-06-17 | Makefile.tpl ($(srcdir)/configure): Update dependencies. | Ralf Wildenhues | 2 | -63/+121 |
2008-06-17 | stl_iterator_base_funcs.h (next, prev): Add in C++0x mode. | Chris Fairles | 4 | -1/+138 |
2008-06-17 | string_conversions.cc (__to_xstring<>): New. | Paolo Carlini | 2 | -29/+38 |
2008-06-16 | basic_string.h (stod, [...]): Declare in C++0x mode. | Paolo Carlini | 24 | -8/+2927 |
2008-06-15 | Makefile.am: Remove trailing white space, fix typo. | Ralf Wildenhues | 3 | -39/+43 |
2008-06-15 | condition_variable.cc (~condition_variable): Drop unused variable. | Ralf Wildenhues | 2 | -1/+6 |
2008-06-13 | stl_deque.h (deque<>::push_back(_Args&&...), [...]): Remove. | Paolo Carlini | 23 | -92/+242 |
2008-06-13 | array (array<>::assign): Do not define in C++0x mode, per DR 776... | Paolo Carlini | 4 | -4/+71 |
2008-06-12 | complex (pow(const complex<>&, int)): Do not define in C++0x mode, per DR 844. | Paolo Carlini | 6 | -15/+79 |
2008-06-11 | hashtable (_Hashtable<>::cbegin(size_type), [...]): Add per DR 691. | Paolo Carlini | 7 | -4/+248 |
2008-06-11 | lock_error, once_flag: Remove empty directories. | Matthias Klose | 1 | -0/+5 |
2008-06-07 | MAINTAINERS (mt port): Remove. | Joseph Myers | 16 | -1135/+11 |
2008-06-06 | using.xml: Outline exception topics. | Benjamin Kosnik | 1 | -334/+0 |
2008-06-06 | using.xml: Outline exception topics. | Benjamin Kosnik | 112 | -5575/+3941 |
2008-06-06 | configure.ac: Do not check for gconv.h. | Joseph Myers | 5 | -15/+501 |
2008-06-06 | all.cc, [...]: Only include <ext/codecvt_specializations.h> and <ext/enc_file... | Joseph Myers | 5 | -0/+25 |
2008-06-05 | random_shuffle.h: (parallel_random_shuffle_drs) Get the actual number of thre... | Johannes Singler | 3 | -4/+13 |
2008-06-04 | assoc_container.hpp: Change allocator typedef to allocator_type, as per exist... | Benjamin Kosnik | 37 | -73/+111 |
2008-06-02 | 9425.cc: Use dg-require-fileio. | Sandra Loosemore | 4 | -0/+14 |
2008-06-02 | vector.tcc (vector<>::_M_insert_aux): In C++0x mode, avoid a memory leak if t... | Paolo Carlini | 4 | -32/+53 |
2008-05-31 | re PR libstdc++/36338 (heap_sort effectively hangs with -D_GLIBCXX_DEBUG) | Paolo Carlini | 2 | -5/+20 |
2008-05-29 | bitset (bitset(const char*)): Implement DR 778 in debug-mode too. | Paolo Carlini | 3 | -0/+30 |
2008-05-26 | cmath (pow(float, int), [...]): Do not define in C++0x mode, per DR 550. | Paolo Carlini | 9 | -11/+132 |
2008-05-26 | tuple: Ifndef __GXX_EXPERIMENTAL_CXX0X__ just error out. | Paolo Carlini | 14 | -33/+69 |
2008-05-25 | complex (complex<>::real(_Tp), [...]): Add per DR 387. | Paolo Carlini | 4 | -7/+171 |
2008-05-25 | complex: Trivial stylistic changes... | Paolo Carlini | 2 | -456/+347 |
2008-05-24 | atomic.cc (atomic_flag_test_and_set_explicit, [...]): Suppress unused paramet... | Paolo Carlini | 2 | -2/+9 |
2008-05-23 | tuple: Replace int -> size_t throughout per DR 775. | Paolo Carlini | 5 | -51/+117 |
2008-05-23 | intro.xml: Adjust links to ISO documents. | Paolo Carlini | 2 | -72/+76 |
2008-05-23 | cmath (fpclassify): Use __builtin_fpclassify. | Paolo Carlini | 3 | -20/+11 |
2008-05-23 | hashtable_policy.h (_Map_base<,, [...]): Add per DR 761. | Paolo Carlini | 4 | -2/+143 |
2008-05-22 | dr781.cc: Add test variable. | Paolo Carlini | 2 | -0/+5 |
2008-05-22 | complex (proj(const std::complex<>&), proj(_Tp)): Add per DR 781. | Paolo Carlini | 8 | -17/+156 |
2008-05-21 | bitset (bitset<>::bitset(const char*)): Add per DR 778. | Paolo Carlini | 4 | -8/+82 |
2008-05-21 | lwg-active.html: Update to Revision R56. | Paolo Carlini | 4 | -4696/+14062 |
2008-05-20 | PR c++/33979 (partial) | Paolo Carlini | 15 | -104/+491 |
2008-05-16 | system_error: Align to current draft specifications. | Benjamin Kosnik | 22 | -236/+366 |
2008-05-16 | parallel_mode.xml: Documented the new choices, factoring out common tags. | Johannes Singler | 5 | -208/+371 |
2008-05-15 | configure.ac: Don't check AC_LIBTOOL_DLOPEN if using newlib. | Bernd Schmidt | 3 | -25/+34 |