Age | Commit message (Expand) | Author | Files | Lines |
2010-11-03 | chrono: Use typedefs. | Benjamin Kosnik | 6 | -111/+139 |
2010-11-03 | cmath (fpclassify, [...]): Remove spurious duplicate definition added in the ... | Paolo Carlini | 3 | -122/+11 |
2010-11-02 | cinttypes: Remove, move contents to C++0x and TR1 headers. | Paolo Carlini | 87 | -6429/+7843 |
2010-11-02 | syntax_option_type.cc: Avoid -Wall warnings. | Paolo Carlini | 26 | -165/+262 |
2010-11-02 | * include/bits/atomic_0.h (_ATOMIC_CMPEXCHNG_): Use C-style cast. | Jason Merrill | 2 | -1/+5 |
2010-11-02 | re PR target/45693 (All Tru64 UNIX C++ EH tests fail) | Rainer Orth | 2 | -0/+13 |
2010-11-02 | bitset (_Base_bitset<>_Base_bitset(unsigned long long)): Convert __val to _Wo... | Paolo Carlini | 2 | -2/+7 |
2010-11-01 | libstdc++: N3126 draft support. | Benjamin Kosnik | 111 | -2873/+6177 |
2010-11-01 | initializer_list: Decorate with constexpr. | Jason Merrill | 2 | -10/+14 |
2010-11-01 | call.c (null_ptr_cst_p): Use maybe_constant_value. | Jason Merrill | 1 | -0/+3 |
2010-11-01 | re PR libstdc++/45999 (runtime error in std::vector python pretty printer.) | Jonathan Wakely | 2 | -1/+10 |
2010-11-01 | gnu.ver: Export __emutls_v._ZSt11__once_call and __emutls_v._ZSt15__once_call... | Jie Zhang | 2 | -0/+9 |
2010-11-01 | dr1325-2.cc: Fix typo. | Paolo Carlini | 4 | -22/+26 |
2010-10-29 | stl_function.h (_Select1st<>::operator()): Add templatized overloads. | Paolo Carlini | 4 | -30/+42 |
2010-10-28 | PR libstdc++/44436 (partial) | Paolo Carlini | 17 | -186/+959 |
2010-10-27 | c-common.c (c_common_reswords): Add __is_literal_type. | Jason Merrill | 5 | -5/+18 |
2010-10-26 | libstdc++.exp ([check_v3_target_normal_mode]): Add. | Paolo Carlini | 10 | -14/+97 |
2010-10-25 | forward_list.h (_Fwd_list_node_base::swap): Remove. | Paolo Carlini | 6 | -17/+36 |
2010-10-25 | hashtable.h (_Hashtable<>:_M_get_Value_allocator): Remove, unused. | Paolo Carlini | 2 | -4/+5 |
2010-10-24 | debug.cc: Fix parameter indexes in __msg_valid_range2 message. | François Dumont | 2 | -3/+9 |
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 |