Age | Commit message (Expand) | Author | Files | Lines |
2010-10-18 | re PR libstdc++/45866 ([C++0x] std::ratio_add, ratio_sub, ratio_multiply, rat... | Paolo Carlini | 3 | -0/+115 |
2010-10-17 | forward_list.h (forward_list<>::erase_after): Return an iterator. | Paolo Carlini | 10 | -43/+81 |
2010-10-17 | re PR libstdc++/43554 (profile-mode version of forward_list missing) | Paolo Carlini | 6 | -7/+199 |
2010-10-15 | functional (function<>::operator==, operator!=): Remove, per LWG 1240. | Paolo Carlini | 3 | -16/+10 |
2010-10-13 | re PR libstdc++/45990 (28_regex/07_traits/char/isctype.cc XPASSes on Solaris ... | Jonathan Wakely | 2 | -1/+6 |
2010-10-13 | random.h (discrete_distribution<>::param_type:: param_type()): Default constr... | Paolo Carlini | 5 | -38/+219 |
2010-10-12 | random.h (discrete_distribution<>::param_type): Disable move operations. | Paolo Carlini | 2 | -6/+32 |
2010-10-12 | random.tcc (piecewise_linear_distribution<>:: operator()): Don't crash when t... | Paolo Carlini | 3 | -0/+51 |
2010-10-11 | [multiple changes] | Paolo Carlini | 7 | -20/+159 |
2010-10-11 | api.xml: Add link to 4.5 generated docs. | Benjamin Kosnik | 2 | -0/+10 |
2010-10-08 | future (_Result_alloc): Derive from _Alloc, exploit the Empty Base Optimization. | Paolo Carlini | 2 | -5/+8 |
2010-10-08 | re PR libstdc++/45403 (python pretty printer for std::string requires GDB 7.1) | Jonathan Wakely | 2 | -1/+8 |
2010-10-08 | future (uses_allocator<packaged_task<>,>): Add; minor formatting tweaks. | Paolo Carlini | 2 | -12/+23 |
2010-10-08 | future: Enable allocator support. | Jonathan Wakely | 4 | -25/+10 |
2010-10-08 | re PR libstdc++/45893 ([C++0x] [DR 817] Finish updating std::bind to rvalue r... | Jonathan Wakely | 7 | -98/+277 |
2010-10-07 | re PR libstdc++/45841 (r164529 cris-elf libstdc++ 27_io/basic_filebuf/seekoff... | Hans-Peter Nilsson | 2 | -7/+22 |
2010-10-07 | conformance.exp: Apply check_v3_target_fileio as a gate for tests in subdirec... | Hans-Peter Nilsson | 2 | -2/+11 |
2010-10-07 | locale_facets_nonio.tcc (time_get<>:: _M_extract_via_format): Tighten somewha... | Paolo Carlini | 4 | -2/+152 |
2010-10-07 | re PR libstdc++/45924 ([C++0x] bind<R>(x)(y, z) fails) | Jonathan Wakely | 1 | -0/+7 |
2010-10-07 | re PR libstdc++/45924 ([C++0x] bind<R>(x)(y, z) fails) | Jonathan Wakely | 2 | -4/+49 |
2010-10-06 | functional (struct _Weak_result_type_impl): Add specializazions for cv-qualif... | Paolo Carlini | 4 | -39/+229 |
2010-10-06 | re PR libstdc++/45863 (FAIL: libstdc++-abi/abi_check) | Rainer Orth | 2 | -19/+68 |
2010-10-06 | re PR libstdc++/45841 (r164529 cris-elf libstdc++ 27_io/basic_filebuf/seekoff... | David Krauss | 4 | -111/+211 |
2010-10-05 | locale_facets_nonio.h (time_get::get_time): Doc typo. | Jonathan Wakely | 2 | -4/+9 |
2010-10-05 | 2010-10-05 Jonathan Wakely <jwakely.gcc@gmail.com> | Jonathan Wakely | 1 | -1/+0 |
2010-10-05 | type_traits (_GLIBCXX_HAS_NESTED_TYPE): Add. | Paolo Carlini | 6 | -77/+50 |
2010-10-05 | re PR libstdc++/44647 (std::nothrow and std::bad_alloc are coupled) | Sebastian Huber | 5 | -17/+55 |
2010-10-04 | functional (function<>::swap): Use std::swap. | Paolo Carlini | 3 | -18/+11 |
2010-10-04 | acinclude.m4 (GLIBCXX_ENABLE): Properly quote argument to AC_HELP_STRING. | Andreas Schwab | 3 | -21/+37 |
2010-10-02 | Revert the pvs change. | H.J. Lu | 2 | -55/+14 |
2010-10-01 | extract_symvers: Add support for tracking TLS symbols. | Benjamin Kosnik | 4 | -5/+17 |
2010-10-01 | extract_symvers: Use pvs if present. | Rainer Orth | 10 | -16/+17616 |
2010-09-30 | Check in support for Xilinx MicroBlaze processor. | Michael Eager | 2 | -0/+40 |
2010-09-29 | [multiple changes] | Paolo Carlini | 26 | -40/+1423 |
2010-09-28 | hash_bytes.cc (_Hash_bytes): Replace "clength" with "len" for "unusual sizeof... | DJ Delorie | 2 | -1/+6 |
2010-09-28 | chi2_quality.cc: New. | Matt Austern | 3 | -0/+391 |
2010-09-27 | allocator.h (allocator_arg_t, [...]): Add. | Paolo Carlini | 9 | -23/+223 |
2010-09-27 | cmath (__pow_helper): Remove. | Paolo Carlini | 10 | -198/+52 |
2010-09-22 | 2010-09-22 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -1/+1 |
2010-09-22 | re PR libstdc++/45628 (std::fstream::tellg invalidates I/O buffer) | David Krauss | 11 | -141/+329 |
2010-09-22 | functional_hash.h (__hash_base): Add. | Paolo Carlini | 12 | -22/+41 |
2010-09-22 | typeindex: New. | Paolo Carlini | 10 | -22/+442 |
2010-09-22 | hash_bytes.cc: Move... | Paolo Carlini | 9 | -38/+117 |
2010-09-20 | re PR libstdc++/45711 (Building with "--enable-libstdcxx-debug" fails during ... | Ralf Wildenhues | 3 | -0/+13 |
2010-09-19 | Uglify C++ headers some more. | Ralf Wildenhues | 4 | -14/+25 |
2010-09-19 | hash_bytes.cc: Compile load_bytes and shift_mix only when __SIZEOF_SIZE_T__ =... | Paolo Carlini | 2 | -0/+7 |
2010-09-18 | re PR libstdc++/45713 (sizeof std::bitset<ULONG_MAX> == 1) | Luc Hermitte | 3 | -2/+34 |
2010-09-16 | stl_raw_storage_iter.h (raw_storage_iterator<>:: operator=(const _Tp&)): Use ... | Paolo Carlini | 2 | -2/+7 |
2010-09-16 | system_error (system_error::system_error(error_code), [...]): Fix for what() ... | Paolo Carlini | 8 | -27/+40 |
2010-09-16 | complex (complex<float>::operator=(float), [...]): Simplify a tad... | Paolo Carlini | 2 | -42/+58 |