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