Age | Commit message (Expand) | Author | Files | Lines |
2011-09-21 | limits.cc: Replace everywhere __int128_t -> __int128, and __uint128_t -> unsi... | Paolo Carlini | 2 | -43/+43 |
2011-09-19 | re PR libstdc++/40856 (numeric_limits not specialized for __int128_t or __uin... | Paolo Carlini | 2 | -1/+156 |
2011-09-17 | re PR libstdc++/50441 ([C++0x] <type_traits> is missing GNU extension types) | Paolo Carlini | 1 | -0/+28 |
2011-09-17 | hashtable.h (_Hashtable<>::__rehash_policy(const _RehashPolicy&)): Commit the... | François Dumont | 1 | -2/+2 |
2011-09-16 | tuple (make_tuple, [...]): Declare constexpr. | Paolo Carlini | 1 | -6/+7 |
2011-09-14 | hashtable.h (_Hashtable<>::_M_rehash): Take and restore hash policy _M_prev_r... | François Dumont | 1 | -23/+41 |
2011-09-13 | tuple (_Head_base<>::_M_head, [...]): Change to static constexpr functions; a... | Daniel Krugler | 3 | -75/+84 |
2011-09-11 | re PR libstdc++/50159 ([C++0x] tuple_cat only accepts two arguments) | Daniel Krugler | 2 | -140/+199 |
2011-09-10 | tuple: Use everywhere std::size_t... | Paolo Carlini | 4 | -25/+25 |
2011-09-08 | re PR libstdc++/50336 (LWG issue 445) | Paolo Carlini | 1 | -1/+7 |
2011-09-08 | PR c++/33255 - Support -Wunused-local-typedefs warning | Dodji Seketeli | 1 | -2/+0 |
2011-09-07 | tuple (_Tuple_impl::_M_head, _M_tail): Mark constexpr. | Benjamin Kosnik | 2 | -35/+35 |
2011-09-06 | hashtable_policy.h (_Prime_rehash_policy:: _M_next_bkt): Cast _M_max_load_fac... | François Dumont | 1 | -23/+12 |
2011-09-06 | re PR libstdc++/50257 ([C++0x] unordered_map slow initialization due to huge ... | Paolo Carlini | 1 | -2/+9 |
2011-09-02 | bitset: Trivial formatting fixes. | Paolo Carlini | 1 | -16/+16 |
2011-09-02 | bitset (_Base_bitset<>::_M_are_all_aux): Remove. | Paolo Carlini | 1 | -16/+21 |
2011-09-02 | re PR libstdc++/50268 ([C++0x] bitset doesn't sanitize input) | Paolo Carlini | 1 | -2/+23 |
2011-09-01 | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Remove noexcept, the mo... | Paolo Carlini | 5 | -22/+3 |
2011-08-31 | chrono (operator*(const _Rep1&, const duration<>&)): Fix order of template pa... | Paolo Carlini | 1 | -1/+1 |
2011-08-30 | stl_iterator.h (make_move_iterator): Implement DR2061. | Paolo Carlini | 1 | -2/+3 |
2011-08-29 | re PR libstdc++/50118 (node-based containers cannot use allocators with expli... | Paolo Carlini | 8 | -41/+43 |
2011-08-28 | move.h (swap(_Tp(&)[_Nm], _Tp(&)[_Nm])): Remove workaround for c++/49045. | Paolo Carlini | 2 | -11/+3 |
2011-08-18 | cmath: Extend/update comment. | Marc Glisse | 1 | -0/+3 |
2011-08-18 | re PR libstdc++/50119 ([C++0x] copy_n advances InputIterator one more time th... | Paolo Carlini | 1 | -4/+10 |
2011-08-18 | Use Solaris prototypes if possible (PR libstdc++-v3/1773) | Marc Glisse | 3 | -1/+54 |
2011-08-12 | cmath (fmod(_Tp, _Up)): Add. | Paolo Carlini | 2 | -2/+21 |
2011-08-11 | future: constexpr functions are implicitly inline. | Paolo Carlini | 5 | -47/+47 |
2011-08-07 | alloc_traits.h: Fix doxygen @headername. | Jonathan Wakely | 1 | -1/+1 |
2011-08-07 | user.cfg.in (PDF_HYPERLINKS): To NO. | Benjamin Kosnik | 67 | -3605/+3693 |
2011-08-04 | atomic.cc: Use noexcept. | Paolo Carlini | 4 | -375/+424 |
2011-08-03 | tuple: Mark more constructors constexpr. | Benjamin Kosnik | 1 | -18/+34 |
2011-08-01 | re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr) | Paolo Carlini | 1 | -4/+3 |
2011-07-31 | re PR libstdc++/49925 ([C++0x] ADL bug mixing boost::shared_ptr and std::make... | Paolo Carlini | 2 | -5/+5 |
2011-07-27 | re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr) | Paolo Carlini | 1 | -271/+292 |
2011-07-26 | array (at): Remove constexpr when -fno-exceptions. | Benjamin Kosnik | 1 | -5/+10 |
2011-07-25 | re PR libstdc++/49836 ([C++0x] vector<T>::push_back() should not require T to... | Paolo Carlini | 2 | -1/+53 |
2011-07-24 | hashtable_policy.h (_Prime_rehash_policy::_M_next_bkt, [...]): Fix typos in t... | Paolo Carlini | 1 | -3/+3 |
2011-07-24 | hashtable_policy.h (_Prime_rehash_policy): Use __builtin_floor rather than __... | François Dumont | 1 | -9/+9 |
2011-07-23 | move.h (move, forward): Mark constexpr. | Benjamin Kosnik | 2 | -9/+9 |
2011-07-22 | fragment.am (CONFIG_CXXFLAGS): Add -frandom-seed. | Ian Lance Taylor | 1 | -1/+1 |
2011-07-21 | safe_unordered_sequence.h, [...]: Rename respectively in... | François Dumont | 7 | -66/+72 |
2011-07-21 | mutex (timed_mutex, [...]): Update to use steady_clock instead of monotonic_c... | Paolo Carlini | 1 | -2/+2 |
2011-07-21 | array (array::at, [...]): Mark constexpr. | Benjamin Kosnik | 1 | -6/+10 |
2011-07-21 | chrono: (system_clock::is_steady): Update to N3291 from is_monotonic. | Benjamin Kosnik | 1 | -13/+23 |
2011-07-20 | system_error: Use noexcept. | Paolo Carlini | 1 | -51/+53 |
2011-07-20 | stdc++.h: Add scoped_allocator. | Ed Smith-Rowland | 1 | -1/+2 |
2011-07-20 | bitset (operator[]): Make constexpr. | Benjamin Kosnik | 1 | -8/+7 |
2011-07-20 | safe_local_iterator.h (_Safe_local_iterator<>:: _Safe_local_iterator(const _I... | Paolo Carlini | 1 | -1/+1 |
2011-07-19 | safe_unordered_base.h, [...]: New, support for unordered sequence safe local ... | François Dumont | 13 | -146/+1365 |
2011-07-18 | re PR libstdc++/48430 (std::hash partial specialization for std::unique_ptr a... | Paolo Carlini | 2 | -2/+2 |