Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-07-05 | re PR libstdc++/31957 (Build of compiler fails with 'error: #endif without #if') | Joerg Richter | 2 | -2/+6 |
2007-07-05 | stl_algo.h (search(_ForwardIterator1, _ForwardIterator1, _ForwardIterator2, _... | Jim Xochellis | 1 | -10/+4 |
2007-07-04 | re PR libstdc++/31518 (_GLIBCXX_DEBUG error message formatter line width not ... | Paolo Carlini | 1 | -2/+5 |
2007-07-02 | type_traits (__make_unsigned): Remove invalid wchar_t specialization. | Douglas Gregor | 1 | -8/+0 |
2007-06-26 | throw_allocator.h: Fixes for -fno-exceptions. | Benjamin Kosnik | 1 | -6/+17 |
2007-06-18 | stl_list.h: Rename guard macro consistently with file name. | Paolo Carlini | 19 | -61/+66 |
2007-06-13 | cmath: Tweak includes. | Paolo Carlini | 6 | -57/+1 |
2007-06-08 | fstream: Add Table 92 in comment. | Francesco Palagi | 1 | -3/+24 |
2007-06-06 | re PR libstdc++/32233 (warning in stl_vector.h:832) | Paolo Carlini | 1 | -0/+1 |
2007-06-02 | type_traits (is_reference, [...]): Remove. | Paolo Carlini | 4 | -49/+126 |
2007-06-01 | throw_allocator.h (__throw_allocator::allocate): Throw bad_alloc for out of m... | Benjamin Kosnik | 1 | -12/+15 |
2007-05-31 | re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x) | Paolo Carlini | 107 | -10939/+12658 |
2007-05-31 | PR c++/32158 (libstdc++ bits) | Paolo Carlini | 2 | -71/+112 |
2007-05-27 | 2007-05-27 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 4 | -6/+5 |
2007-05-24 | concurrence.h: Use __GCC_HAVE_SYNC_COMPARE_AND_SWAP_*. | Paolo Carlini | 1 | -4/+3 |
2007-05-24 | ltmain.sh: Update from ToT Libtool. | Steve Ellcey | 1 | -3/+14 |
2007-05-20 | stl_algo.h: Shuffle the functions to better match the order in the standard. | Paolo Carlini | 1 | -1238/+1226 |
2007-05-17 | stl_algobase.h (mismatch): Move... | Paolo Carlini | 2 | -66/+66 |
2007-05-17 | cmath: Guard special math with __GXX_EXPERIMENTAL_CXX0X__. | Benjamin Kosnik | 1 | -5/+8 |
2007-05-17 | locale_facets.tcc (__pad<>::_S_pad): Minor tweaks, avoid unnecessary casts, d... | Paolo Carlini | 1 | -16/+13 |
2007-05-14 | allocator.h: Do not include cpp_type_traits.h. | Paolo Carlini | 1 | -2/+0 |
2007-05-14 | postypes.h (class fpos<>): Remove redundant forward declaration. | Paolo Carlini | 1 | -4/+2 |
2007-05-13 | stl_tempbuf.h (return_temporary_buffer(_Tp*)): Inline. | Paolo Carlini | 1 | -2/+2 |
2007-05-13 | type_traitsfwd.h: Fix include guard typo. | Paolo Carlini | 1 | -1/+1 |
2007-05-11 | pod_char_traits.h (char_traits<>::move): Use __builtin_memmove. | Paolo Carlini | 8 | -28/+29 |
2007-05-11 | stdexcept: Remove extra spacing. | Benjamin Kosnik | 1 | -10/+10 |
2007-05-08 | type_traits (make_signed): Remove specializations for floating point types. | Benjamin Kosnik | 1 | -30/+1 |
2007-05-08 | cxxabi-internal.h: Remove, to be replaced by... | Jason Merrill | 7 | -8/+9 |
2007-05-07 | * include/bits/ostream.tcc (operator<<(char*)): Add __s. | Jason Merrill | 1 | -4/+4 |
2007-05-07 | re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and p... | Jason Merrill | 12 | -53/+253 |
2007-05-07 | stl_algobase.h: Do not include <cstring>. | Paolo Carlini | 1 | -6/+6 |