| Commit message (Expand) | Author | Age | Files | Lines |
* | re PR libstdc++/51296 (Several 30_threads tests FAIL on Tru64 UNIX) | Jonathan Wakely | 2012-02-07 | 1 | -1/+1 |
* | re PR libstdc++/52104 (go1 fails to run on Solaris 10/11 x86 with with gld) | Jonathan Wakely | 2012-02-05 | 1 | -0/+4 |
* | re PR c++/52119 ([C++11] overflow in signed left shift isn't diagnosed) | Jeffrey Yasskin | 2012-02-05 | 1 | -2/+2 |
* | re PR libstdc++/49204 ([C++0x] remaining issues in <future>) | Jonathan Wakely | 2012-02-01 | 1 | -26/+40 |
* | re PR libstdc++/49204 ([C++0x] remaining issues in <future>) | Jonathan Wakely | 2011-12-23 | 1 | -3/+3 |
* | re PR libstdc++/51365 (cannot use final empty class in std::tuple) | Jonathan Wakely | 2011-12-20 | 1 | -3/+8 |
* | user.cfg.in: Add macros, directories. | Benjamin Kosnik | 2011-12-10 | 5 | -168/+201 |
* | atomic_base.h (__calculate_memory_order): Rename to... | Jonathan Wakely | 2011-12-08 | 1 | -4/+4 |
* | re PR libstdc++/51438 (std::exception and derived classes are not compatible ... | Paolo Carlini | 2011-12-06 | 4 | -17/+17 |
* | re PR libstdc++/51183 (pair piecewise_construct_t constructor copies) | Jonathan Wakely | 2011-12-06 | 1 | -13/+18 |
* | type_traits: Doxygen improvements. | Jonathan Wakely | 2011-12-04 | 1 | -13/+20 |
* | iomanip (put_money): Fix thinko, use __err local, like in, eg, basic_ostream:... | Paolo Carlini | 2011-12-02 | 1 | -5/+8 |
* | acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros. | Benjamin Kosnik | 2011-12-01 | 1 | -2/+2 |
* | re PR libstdc++/51288 ([C++0x] get_money implementation is missing the sentry... | Paolo Carlini | 2011-11-28 | 1 | -23/+45 |
* | functional (is_placeholder, [...]): Add partial specializations for cv-qualif... | Jonathan Wakely | 2011-11-22 | 1 | -7/+62 |
* | re PR libstdc++/51185 ([C++0x] false-positive results of std::is_constructible) | Daniel Krugler | 2011-11-21 | 1 | -6/+16 |
* | tuple (__conv_types, [...]): Remove. | Paolo Carlini | 2011-11-21 | 1 | -46/+7 |
* | re PR c++/48322 ([C++0x] Plural variadic parameter packs are not expanded well) | Jason Merrill | 2011-11-20 | 1 | -6/+7 |
* | hash-long-double-aux.cc: Rename to... | Paolo Carlini | 2011-11-18 | 4 | -6/+6 |
* | shared_ptr_base.h (_Sp_counted_ptr): Make 'final'. | Jonathan Wakely | 2011-11-08 | 1 | -12/+17 |
* | future (__future_base::_Ptr): Use alias-declaration. | Jonathan Wakely | 2011-11-08 | 1 | -29/+21 |
* | complex (complex<>::real(), [...]): Remove redundant const qualifiers. | Paolo Carlini | 2011-11-08 | 1 | -8/+8 |
* | ptr_traits.h (__rebind): Replace with... | Jonathan Wakely | 2011-11-08 | 1 | -2/+1 |
* | mutex (call_once): Store closure in __once_functor as bound function wrapper ... | Jonathan Wakely | 2011-11-07 | 1 | -1/+2 |
* | re PR libstdc++/50982 (AIX libstdc++ GTHREADS incompatibility) | Jonathan Wakely | 2011-11-07 | 1 | -1/+1 |
* | Check in patch/merge from cxx-mem-model Branch | Andrew Macleod | 2011-11-06 | 1 | -28/+73 |
* | re PR libstdc++/49894 ([C++0x] Uniform initialization in constructor) | Jonathan Wakely | 2011-11-05 | 1 | -2/+2 |
* | re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch) | Richard B. Kreckel | 2011-11-02 | 1 | -8/+3 |
* | future (promise): Add constructors for uses-allocator construction from rvalu... | Jonathan Wakely | 2011-11-02 | 1 | -4/+49 |
* | Makefile.am (install-freestanding-headers): Install c++0x_warning.h. | Jason Merrill | 2011-11-01 | 1 | -0/+2 |
* | complex (__complex_acosh): Just use '< _Tp()'. | Richard B. Kreckel | 2011-10-28 | 1 | -1/+1 |
* | re PR libstdc++/50880 (__complex_acosh() picks wrong complex branch) | Richard B. Kreckel | 2011-10-27 | 1 | -0/+2 |
* | re PR libstdc++/50862 (deadlock in std::condition_variable_any) | Jonathan Wakely | 2011-10-27 | 1 | -1/+7 |
* | condition_variable (condition_variable_any): Remove unused native_handle_type... | Jonathan Wakely | 2011-10-25 | 1 | -1/+0 |
* | re PR libstdc++/50862 (deadlock in std::condition_variable_any) | Jonathan Wakely | 2011-10-25 | 1 | -8/+13 |
* | re PR libstdc++/49894 ([C++0x] Uniform initialization in constructor) | Jonathan Wakely | 2011-10-25 | 2 | -108/+114 |
* | re PR libstdc++/50196 ([C++0x] std::thread not available under macos) | Jonathan Wakely | 2011-10-22 | 1 | -0/+2 |
* | limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsi... | Paolo Carlini | 2011-09-21 | 2 | -43/+43 |
* | re PR libstdc++/40856 (numeric_limits not specialized for __int128_t or __uin... | Paolo Carlini | 2011-09-19 | 1 | -0/+149 |
* | re PR libstdc++/50441 ([C++0x] <type_traits> is missing GNU extension types) | Paolo Carlini | 2011-09-17 | 1 | -0/+28 |
* | tuple (make_tuple, [...]): Declare constexpr. | Paolo Carlini | 2011-09-16 | 1 | -6/+7 |
* | tuple (_Head_base<>::_M_head, [...]): Change to static constexpr functions; a... | Daniel Krugler | 2011-09-13 | 3 | -75/+84 |
* | re PR libstdc++/50159 ([C++0x] tuple_cat only accepts two arguments) | Daniel Krugler | 2011-09-11 | 2 | -140/+199 |
* | tuple: Use everywhere std::size_t... | Paolo Carlini | 2011-09-10 | 3 | -23/+23 |
* | tuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr. | Benjamin Kosnik | 2011-09-07 | 2 | -35/+35 |
* | bitset: Trivial formatting fixes. | Paolo Carlini | 2011-09-02 | 1 | -16/+16 |
* | bitset (_Base_bitset<>::_M_are_all_aux): Remove. | Paolo Carlini | 2011-09-02 | 1 | -16/+21 |
* | re PR libstdc++/50268 ([C++0x] bitset doesn't sanitize input) | Paolo Carlini | 2011-09-02 | 1 | -2/+23 |
* | chrono (operator*(const _Rep1&, const duration<>&)): Fix order of template pa... | Paolo Carlini | 2011-08-31 | 1 | -1/+1 |
* | future: constexpr functions are implicitly inline. | Paolo Carlini | 2011-08-11 | 3 | -42/+42 |