Age | Commit message (Expand) | Author | Files | Lines |
2013-07-25 | complex (pow(const complex<>&, int)): Enable in C++11 mode too. | Paolo Carlini | 1 | -6/+5 |
2013-07-25 | Add documents and comments. | Tim Shen | 3 | -26/+23 |
2013-07-24 | random.h (random_device): Avoid using the FILE type. | Paolo Carlini | 2 | -4/+3 |
2013-07-24 | Reimplment matcher using Depth-first search(backtracking). | Tim Shen | 4 | -7/+74 |
2013-07-23 | Implement regex_iterator and regex_token_iterator. | Tim Shen | 1 | -55/+251 |
2013-07-23 | random: Add back <cstdio> include. | Paolo Carlini | 1 | -0/+1 |
2013-07-22 | re PR libstdc++/57920 ([c++11] Linux: std::random_device reads too much from ... | Paolo Carlini | 1 | -1/+0 |
2013-07-21 | Partially implement regex_search. | Tim Shen | 3 | -13/+70 |
2013-07-21 | re PR libstdc++/54352 (relaxed data race rules for ~condition_variable_any) | Jonathan Wakely | 1 | -13/+23 |
2013-07-09 | Implement class regex_traits. | Tim Shen | 1 | -34/+332 |
2013-07-05 | hashtable_policy.h (_ReuseOrAllocNode): Use forward pattern. | François Dumont | 2 | -165/+176 |
2013-07-04 | codecvt_members.cc: Fix typo. | Veres Lajos | 3 | -3/+3 |
2013-07-04 | re PR libstdc++/57808 (operators == and != for regex_token_iterator need to b... | Ray Chason | 1 | -12/+12 |
2013-07-01 | stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A... | Paolo Carlini | 6 | -68/+305 |
2013-06-30 | stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]):... | Paolo Carlini | 7 | -66/+254 |
2013-06-29 | hashtable_policy.h (_Insert_base): Consider hint in insert methods. | François Dumont | 2 | -28/+77 |
2013-06-27 | stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++... | Paolo Carlini | 15 | -94/+204 |
2013-06-25 | re PR libstdc++/57704 (std::char_traits<char>::lt is not standards-compliant) | Paolo Carlini | 1 | -1/+5 |
2013-06-24 | re PR libstdc++/57691 (freestanding libstdc++ has compile error) | Bernd Edlinger | 2 | -4/+4 |
2013-06-22 | re PR libstdc++/57674 (wrong distribution for std::binomial_distribution::op... | Paolo Carlini | 2 | -5/+8 |
2013-06-21 | re PR libstdc++/57666 (valarray<T>::operator= in c++11 mode does not adapt to... | Paolo Carlini | 1 | -2/+15 |
2013-06-18 | re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken) | Jonathan Wakely | 2 | -131/+59 |
2013-06-17 | stl_algobase.h (equal): Make C++14 overloads from N3671 dispatch to tradition... | Jonathan Wakely | 2 | -95/+24 |
2013-06-16 | shared_mutex (shared_lock::operator=): Add missing return statement. | Jonathan Wakely | 1 | -1/+4 |
2013-06-16 | re PR libstdc++/57263 (std::set with user-defined allocator - compile error) | Jonathan Wakely | 2 | -7/+20 |
2013-06-16 | shared_mutex: Implement N3659. | Jonathan Wakely | 4 | -0/+475 |
2013-06-14 | re PR libstdc++/57619 (std::unordered_map and std::unordered_multimap::insert... | Paolo Carlini | 1 | -4/+4 |
2013-06-13 | type_traits (is_function): Support ref-qualified functions. | Daniel Kruegler | 1 | -43/+119 |
2013-06-13 | modified_bessel_func.tcc (__gnu_cxx::__airy_ai(), [...]): Remove. | Paolo Carlini | 1 | -47/+0 |
2013-06-13 | re PR libstdc++/56430 (In __airy: return-statement with a value, in function ... | Ed Smith-Rowland | 1 | -8/+54 |
2013-06-11 | Fix library literals error involving namespace __detail. | Ed Smith-Rowland | 2 | -18/+23 |
2013-06-11 | re PR libstdc++/56019 (max_align_t should be in std namespace) | Paolo Carlini | 2 | -0/+21 |
2013-06-10 | c++config (_GLIBCXX_ABI_TAG_CXX11): Add. | Benjamin Kosnik | 7 | -16/+31 |
2013-06-10 | mutex (call_once): Remove parentheses to fix error in c++1y and gnu++1y mode. | Jonathan Wakely | 1 | -1/+1 |
2013-06-08 | Simplify and clean up library literals. | Ed Smith-Rowland | 2 | -145/+127 |
2013-06-08 | Implement N3654 - Quoted Strings Library Proposal | Ed Smith-Rowland | 1 | -1/+154 |
2013-06-08 | alloc_traits.h (allocator_traits::max_size()): LWG 2162: Add noexcept. | Jonathan Wakely | 1 | -1/+1 |
2013-06-08 | stl_algo.h (is_permutation): Add overloads from N3671. | Jonathan Wakely | 2 | -0/+375 |
2013-06-08 | type-traits (integral_constant::operator()): Implement N3545. | Jonathan Wakely | 1 | -0/+3 |
2013-06-01 | include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'. | Ed Smith-Rowland | 3 | -17/+17 |
2013-06-01 | Implement N3642 - User-defined Literals for Standard Library Types | Ed Smith-Rowland | 5 | -0/+589 |
2013-05-25 | chrono: Wrap clocks in inline namespace _V2. | Benjamin Kosnik | 1 | -15/+44 |
2013-05-24 | type_traits.h (__is_null_pointer): Add std::nullptr_t overload. | Paolo Carlini | 2 | -8/+5 |
2013-05-23 | Makefile.am (bits_headers): Remove ${bits_host_headers}. | Matthias Klose | 3 | -15/+25 |
2013-05-21 | re PR libstdc++/57336 (Cannot INVOKE a reference_wrapper around an abstract t... | Jonathan Wakely | 1 | -1/+1 |
2013-05-19 | tuple (get): Implement N3670. | Jonathan Wakely | 2 | -1/+58 |
2013-05-19 | 2013-05-19 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 2 | -24/+14 |
2013-05-18 | Makefile.am (bits_headers): Remove ${bits_host_headers}. | Matthias Klose | 2 | -14/+24 |
2013-05-19 | system_error (error_category::error_category()): LWG 2145: Declare public and... | Jonathan Wakely | 1 | -3/+6 |
2013-05-19 | * include/std/typeindex (type_index::name()): LWG 2144: Add noexcept. | Jonathan Wakely | 1 | -1/+1 |