Age | Commit message (Expand) | Author | Files | Lines |
2007-10-09 | PR libstdc++/33485 continued. | Wolfgang Bangerth | 1 | -1/+2 |
2007-10-09 | PR libstdc++/33489 continued. | Benjamin Kosnik | 10 | -126/+115 |
2007-10-09 | type_traitsfwd.h (add_reference): Remove. | Paolo Carlini | 3 | -3/+11 |
2007-10-09 | boost_concept_check.h (*AssociativeContainerConcept): Remove, unused. | Paolo Carlini | 1 | -142/+1 |
2007-10-08 | base.h: Added plus and multiplies functor for differently typed objects. | Johannes Singler | 4 | -21/+81 |
2007-10-08 | stl_move.h (_GLIBCXX_MOVE): Add. | Paolo Carlini | 4 | -14/+16 |
2007-10-08 | re PR libstdc++/33489 (parallel v3: not default constructible issues) | Benjamin Kosnik | 2 | -8/+18 |
2007-10-08 | parallel_mode.html: Added reference to MCSTL. | Johannes Singler | 5 | -0/+36 |
2007-10-08 | [multiple changes] | Paolo Carlini | 1 | -0/+64 |
2007-10-08 | [multiple changes] | Paolo Carlini | 5 | -25/+22 |
2007-10-07 | list (list<>::list(list&&), [...]): Add. | Chris Jefferson | 7 | -118/+388 |
2007-10-07 | [multiple changes] | Paolo Carlini | 2 | -35/+52 |
2007-10-06 | re PR libstdc++/33487 (parallel v3: more functions not in right namespace) | Benjamin Kosnik | 10 | -812/+1401 |
2007-10-06 | Fixes for --disable-libstdcxx-pch. | Benjamin Kosnik | 3 | -0/+4 |
2007-10-06 | moveable.cc: Remove dg-require-rvalref. | Paolo Carlini | 2 | -3/+173 |
2007-10-05 | gthr-posix.h (__gthread_cond_broadcast, [...]): Add to extend interface for P... | Doug Kwan | 1 | -0/+104 |
2007-10-04 | [multiple changes] | Paolo Carlini | 9 | -142/+578 |
2007-10-03 | re PR libstdc++/33613 (compilation inconsistency upper_bound vs lower_bound w... | Paolo Carlini | 4 | -24/+87 |
2007-10-01 | valarray-inst.cc, [...]: Fix comment typos. | Jonathan Wakely | 5 | -29/+29 |
2007-09-28 | algorithmfwd.h: Spacing. | Benjamin Kosnik | 2 | -2/+2 |
2007-09-26 | stl_algo.h: Add return type information to comments. | Benjamin Kosnik | 2 | -9/+16 |
2007-09-18 | configure.host: Set atomic_flags on i486. | Benjamin Kosnik | 2 | -22/+4 |
2007-09-17 | for_each.h: Fixed comment/doxygen markup typos. | Johannes Singler | 12 | -44/+43 |
2007-09-17 | type_traitsfwd.h (aligned_storage): Remove declaration. | Paolo Carlini | 4 | -15/+32 |
2007-09-16 | type_traits (aligned_storage): Implement in the neat and general way. | Paolo Carlini | 1 | -66/+4 |
2007-09-14 | base.h (__gnu_parallel::less<Tp>): Add partial specialization for one argument. | Benjamin Kosnik | 4 | -8/+27 |
2007-09-14 | boost_shared_ptr.h: (__weak_ptr::lock()): Add missing template argument. | Jonathan Wakely | 1 | -1/+1 |
2007-09-14 | all_pedantic_errors.cc: New. | Benjamin Kosnik | 6 | -2/+11 |
2007-09-12 | *: Change namespace pb_ds to __gnu_pbds. | Benjamin Kosnik | 80 | -188/+188 |
2007-09-12 | find.h: Doxygen fixups. | Benjamin Kosnik | 2 | -2/+2 |
2007-09-11 | Add parallel mode. | Johannes Singler | 79 | -1823/+20667 |
2007-09-09 | functional_hash.h: Add ext/numeric_traits.h. | Benjamin Kosnik | 5 | -125/+105 |
2007-09-07 | re PR libstdc++/33203 (libstdc++-v3 build broken on i386-pc-mingw32) | Danny Smith | 3 | -113/+4 |
2007-09-07 | libstdc++.exp: Check CXXFLAGS. | Benjamin Kosnik | 6 | -75/+87 |
2007-09-07 | re PR libstdc++/29367 (pb_ds hash containers vs. _GLIBCXX_DEBUG) | Benjamin Kosnik | 58 | -182/+198 |
2007-09-07 | stl_vector.h (_Vector_base<>::_M_allocate): Do not call _M_impl.allocate when... | Paolo Carlini | 1 | -1/+1 |
2007-09-05 | acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add EBADMSG for darwin. | Roger Sayle | 1 | -0/+4 |
2007-09-03 | re PR libstdc++/33293 (inlining std::inner_product()) | Paolo Carlini | 1 | -4/+4 |
2007-08-29 | acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENODATA, ENOSR, ENOSTR, ETIME ... | Benjamin Kosnik | 1 | -0/+17 |
2007-08-28 | re PR libstdc++/33128 (std::tr1::uniform_int returns value out of range) | Paolo Carlini | 1 | -1/+5 |
2007-08-24 | acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Add ENOLINK, EPROTO for netbsd. | Benjamin Kosnik | 1 | -0/+4 |
2007-08-23 | system_error: New file. | Benjamin Kosnik | 5 | -0/+273 |
2007-08-22 | Makefile.am (install-data-local): Remove pch-install rules. | Benjamin Kosnik | 6 | -52/+40 |
2007-08-17 | re PR libstdc++/33098 ([c++0x] __is_convertible_helper in type_traits uses de... | Chris Fairles | 1 | -1/+2 |
2007-08-17 | re PR libstdc++/33084 (Small typo in valarray header) | Johannes Willkomm | 1 | -1/+1 |
2007-08-02 | DR 660, [Ready] in Toronto. | Paolo Carlini | 1 | -0/+26 |
2007-07-30 | re PR libstdc++/32908 (Miss lexicographical_compare random access override) | Paolo Carlini | 1 | -21/+70 |
2007-07-27 | re PR libstdc++/32907 (Inefficient operator== in std::string) | Paolo Carlini | 3 | -30/+26 |
2007-07-10 | utility (identity, [...]): Add. | Paolo Carlini | 1 | -1/+25 |
2007-07-09 | stl_algo.h (search(_ForwardIterator1, _ForwardIterator1, _ForwardIterator2, _... | Jim Xochellis | 1 | -10/+7 |