Age | Commit message (Expand) | Author | Files | Lines |
2007-11-08 | basic_file_stdio.cc (fopen_mode): Add modes missing per DR 596. | Paolo Carlini | 5 | -21/+64 |
2007-11-08 | type_traits (__decay_selector<_Up, [...]): Change according to DR 705. | Paolo Carlini | 5 | -12/+53 |
2007-11-08 | vector (push_back, emplace): Fix signature typo. | Paolo Carlini | 2 | -2/+6 |
2007-11-08 | locale_facets.h (ctype<char>::taple, [...]): Implement trivial resolution of ... | Paolo Carlini | 4 | -1/+52 |
2007-11-08 | lwg-active.html: Update to Revision R52. | Paolo Carlini | 5 | -2912/+7977 |
2007-11-08 | complex (fabs): In C++0x mode adjust return type per DR 595 [Ready]. | Paolo Carlini | 2 | -0/+14 |
2007-11-07 | stl_iterator.h (move_iterator<>::pointer): Adjust typedef per DR 680 [Ready]. | Paolo Carlini | 2 | -1/+7 |
2007-11-07 | vector.tcc (vector<>::_M_insert_aux<>(iterator, _Args&&...)): In C++0x mode d... | Paolo Carlini | 2 | -11/+34 |
2007-11-06 | boost_shared_ptr.h: Avoid unnecessary memory barriers in _S_atomic case. | Jonathan Wakely | 2 | -16/+42 |
2007-11-05 | stl_vector.h (vector<>::push_back<>(_Args...), [...]): Add. | Chris Jefferson | 12 | -27/+235 |
2007-11-03 | random (variate_generator<>::min, [...]): Return non-trivial values when _Eng... | Paolo Carlini | 2 | -31/+41 |
2007-11-02 | stl_algo.h (minmax, [...]): Add. | Paolo Carlini | 11 | -0/+671 |
2007-11-02 | re PR libstdc++/33892 ([libstdc++ v3 parallel mode] Parallel mode algorithms ... | Johannes Singler | 5 | -42/+84 |
2007-11-01 | re PR testsuite/25352 (xfail within dg-do command has no effect) | Janis Johnson | 2 | -1/+8 |
2007-11-01 | stl_queue.h (queue<>::push(value_type&&)): Replace with "emplace" version per... | Paolo Carlini | 3 | -18/+31 |
2007-10-30 | re PR libstdc++/33815 (tr1::uniform_int isn't uniform) | Paolo Carlini | 3 | -21/+55 |
2007-10-30 | Correct filename. | Benjamin Kosnik | 10 | -9/+27 |
2007-10-29 | c++config (_GLIBCXX_DEPRECATED, [...]): New. | Benjamin Kosnik | 13 | -138/+283 |
2007-10-29 | Makefile.am (ext_compat_headers): New. | Benjamin Kosnik | 4 | -15/+30 |
2007-10-29 | stl_algobase.h (_GLIBCXX_MOVE3, [...]): Add. | Paolo Carlini | 8 | -8/+231 |
2007-10-28 | stl_uninitialized.h (uninitialized_copy): Use ::new and value_type per the le... | Paolo Carlini | 6 | -16/+85 |
2007-10-27 | stl_algobase.h (struct __miter_base): Add. | Paolo Carlini | 8 | -65/+269 |
2007-10-27 | throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add. | Paolo Carlini | 16 | -14/+451 |
2007-10-26 | unordered_map: Fix for parallel mode. | Benjamin Kosnik | 3 | -2/+7 |
2007-10-25 | Makefile.am (parallel_headers): Remove timing.h. | Andreas Tobler | 3 | -2/+5 |
2007-10-25 | multiway_merge.h: Removed Timing<inactive_tag> | Johannes Singler | 7 | -355/+9 |
2007-10-25 | stl_algo.h (__lg<>(_Size)): Slightly tweak. | Paolo Carlini | 2 | -3/+21 |
2007-10-24 | array (_M_instance): Align naturally. | Paolo Carlini | 5 | -14/+22 |
2007-10-20 | stl_move.h (_GLIBCXX_MOVE): Wrap in parentheses. | Paolo Carlini | 3 | -5/+11 |
2007-10-20 | random (uniform_int<>::_M_call(_UniformRandomNumberGenerator&, result_type, r... | Paolo Carlini | 2 | -1/+8 |
2007-10-19 | re PR libstdc++/33815 (tr1::uniform_int isn't uniform) | Paolo Carlini | 2 | -1/+13 |
2007-10-19 | stl_algobase.h (struct __cm_assign, [...]): Add. | Paolo Carlini | 11 | -63/+505 |
2007-10-18 | 05_comp_ellint_2/check_nan.cc: Add -mieee for sh. | Kaz Kojima | 2 | -0/+6 |
2007-10-18 | allocator.h (struct __alloc_neq): Add. | Paolo Carlini | 3 | -1/+24 |
2007-10-18 | re PR libstdc++/30085 (switch debug mode hash containers from ext to tr1) | Benjamin Kosnik | 76 | -4791/+1843 |
2007-10-18 | re PR libstdc++/33807 (Incorrect ambiguous overload) | Paolo Carlini | 3 | -0/+51 |
2007-10-17 | cpp_type_traits.h (__is_byte): Add. | Paolo Carlini | 3 | -99/+81 |
2007-10-17 | stl_iterator.h (back_insert_iterator<>::operator= (typename _Container::value... | Paolo Carlini | 2 | -1/+40 |
2007-10-17 | array: Correct macro guarding cbegin, cend, crbegin, crend. | Paolo Carlini | 3 | -2/+8 |
2007-10-17 | vstring.h (__versa_string<>::front, [...]): Add. | Paolo Carlini | 4 | -0/+129 |
2007-10-16 | stl_queue.h (queue<>::queue(_Sequence&&), [...]): Add. | Paolo Carlini | 5 | -2/+314 |
2007-10-16 | vstring.h (__versa_string<>:: __versa_string(__versa_string&&), [...]): Add. | Paolo Carlini | 27 | -34/+321 |
2007-10-15 | set.h (set<>::cbegin, [...]): Add. | Paolo Carlini | 45 | -32/+1336 |
2007-10-15 | PR libstdc++/33773 (cont) | Paolo Carlini | 2 | -1/+7 |
2007-10-15 | re PR libstdc++/33771 (FAIL: 17_intro/headers/c++1998/all.cc (test for excess... | Paolo Carlini | 1 | -0/+16 |
2007-10-15 | re PR libstdc++/33771 (FAIL: 17_intro/headers/c++1998/all.cc (test for excess... | Paolo Carlini | 6 | -0/+32 |
2007-10-14 | stl_algo.h (is_sorted, [...]): Add. | Paolo Carlini | 12 | -6/+456 |
2007-10-12 | stl_heap.h (__is_heap_until): Add. | Paolo Carlini | 10 | -16/+441 |
2007-10-12 | user.cfg.in: Scan tr1_impl/hashtable. | Benjamin Kosnik | 12 | -44/+63 |
2007-10-12 | 20_riemann_zeta/check_value_neg.c (MAX_ITERATIONS): Add limit when target is ... | Jesper Nilsson | 3 | -4/+22 |