Age | Commit message (Expand) | Author | Files | Lines |
2013-07-25 | complex (pow(const complex<>&, int)): Enable in C++11 mode too. | Paolo Carlini | 1 | -3/+5 |
2013-07-25 | Add documents and comments. | Tim Shen | 1 | -0/+50 |
2013-07-24 | Reimplment matcher using Depth-first search(backtracking). | Tim Shen | 3 | -2/+103 |
2013-07-23 | Implement regex_iterator and regex_token_iterator. | Tim Shen | 4 | -0/+208 |
2013-07-21 | Partially implement regex_search. | Tim Shen | 1 | -0/+58 |
2013-07-21 | Fix. | Mike Stump | 1 | -1/+1 |
2013-07-09 | Implement class regex_traits. | Tim Shen | 8 | -10/+250 |
2013-07-05 | hashtable_policy.h (_ReuseOrAllocNode): Use forward pattern. | François Dumont | 2 | -2/+2 |
2013-07-05 | const_iterator.cc: Tweak, avoid potential undefined behavior. | Paolo Carlini | 4 | -8/+8 |
2013-07-04 | codecvt_members.cc: Fix typo. | Veres Lajos | 4 | -4/+4 |
2013-07-01 | stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A... | Paolo Carlini | 10 | -8/+53 |
2013-06-30 | stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]):... | Paolo Carlini | 11 | -13/+22 |
2013-06-29 | hashtable_policy.h (_Insert_base): Consider hint in insert methods. | François Dumont | 4 | -2/+461 |
2013-06-28 | *: Move inside testsuite/21_strings/basic_string/operations/data/. | Paolo Carlini | 22 | -0/+0 |
2013-06-27 | *: Move inside testsuite/21_strings/basic_string/modifiers/. | Paolo Carlini | 33 | -0/+0 |
2013-06-27 | stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++... | Paolo Carlini | 28 | -77/+330 |
2013-06-26 | typeck2.c (store_init_value): Diagnose a non-constant initializer for in-clas... | Jason Merrill | 1 | -0/+1 |
2013-06-26 | abi_tag.cc: Avoid spurious fails with check-debug. | Paolo Carlini | 4 | -0/+4 |
2013-06-25 | re PR libstdc++/57704 (std::char_traits<char>::lt is not standards-compliant) | Paolo Carlini | 1 | -0/+37 |
2013-06-22 | re PR libstdc++/57674 (wrong distribution for std::binomial_distribution::op... | Paolo Carlini | 1 | -0/+11 |
2013-06-21 | re PR libstdc++/57666 (valarray<T>::operator= in c++11 mode does not adapt to... | Paolo Carlini | 1 | -0/+37 |
2013-06-18 | re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken) | Jonathan Wakely | 1 | -0/+69 |
2013-06-16 | re PR libstdc++/57263 (std::set with user-defined allocator - compile error) | Jonathan Wakely | 4 | -0/+169 |
2013-06-16 | shared_mutex: Implement N3659. | Jonathan Wakely | 20 | -0/+1102 |
2013-06-14 | re PR libstdc++/57619 (std::unordered_map and std::unordered_multimap::insert... | Paolo Carlini | 2 | -0/+102 |
2013-06-13 | type_traits (is_function): Support ref-qualified functions. | Daniel Kruegler | 17 | -35/+117 |
2013-06-13 | modified_bessel_func.tcc (__gnu_cxx::__airy_ai(), [...]): Remove. | Paolo Carlini | 1 | -5/+2 |
2013-06-13 | re PR libstdc++/56430 (In __airy: return-statement with a value, in function ... | Ed Smith-Rowland | 1 | -0/+37 |
2013-06-11 | Fix library literals error involving namespace __detail. | Ed Smith-Rowland | 1 | -0/+7 |
2013-06-11 | re PR libstdc++/56019 (max_align_t should be in std namespace) | Paolo Carlini | 2 | -0/+47 |
2013-06-10 | c++config (_GLIBCXX_ABI_TAG_CXX11): Add. | Benjamin Kosnik | 16 | -2/+418 |
2013-06-10 | forced.C: Extend current handling of Linux-based x86 systems to cover all GNU... | Thomas Schwinge | 181 | -353/+355 |
2013-06-10 | mutex (call_once): Remove parentheses to fix error in c++1y and gnu++1y mode. | Jonathan Wakely | 1 | -9/+13 |
2013-06-08 | Simplify and clean up library literals. | Ed Smith-Rowland | 4 | -16/+0 |
2013-06-08 | Implement N3654 - Quoted Strings Library Proposal | Ed Smith-Rowland | 2 | -0/+176 |
2013-06-08 | stl_algo.h (is_permutation): Add overloads from N3671. | Jonathan Wakely | 9 | -14/+638 |
2013-06-08 | type-traits (integral_constant::operator()): Implement N3545. | Jonathan Wakely | 4 | -5/+41 |
2013-06-05 | * testsuite/libstdc++-prettyprinters/shared_ptr.cc: Use -O0. | Tom Tromey | 1 | -1/+1 |
2013-06-03 | re PR c++/57419 (Access control doesn't stop referring to a deleted function) | Paolo Carlini | 1 | -1/+1 |
2013-06-01 | Implement N3642 - User-defined Literals for Standard Library Types | Ed Smith-Rowland | 7 | -3/+243 |
2013-05-24 | chrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, include unistd.h and sys/sy... | Jakub Jelinek | 1 | -1/+2 |
2013-05-21 | re PR libstdc++/57336 (Cannot INVOKE a reference_wrapper around an abstract t... | Jonathan Wakely | 1 | -0/+37 |
2013-05-19 | tuple (get): Implement N3670. | Jonathan Wakely | 10 | -0/+305 |
2013-05-18 | unique_ptr.h (make_unique): Declare inline. | Jonathan Wakely | 2 | -3/+3 |
2013-05-18 | utility (exchange): Define. | Jonathan Wakely | 1 | -0/+103 |
2013-05-18 | unique_ptr.h (make_unique): Define. | Jonathan Wakely | 3 | -0/+133 |
2013-05-15 | printers.py (Tr1HashtableIterator): Fix rendering of std::tr1 unordered conta... | François Dumont | 1 | -0/+90 |
2013-05-10 | re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons... | Paolo Carlini | 19 | -56/+214 |
2013-05-10 | testsuite_abi.cc (check_version): Add CXXABI_1.3.8. | Uros Bizjak | 1 | -5/+6 |
2013-05-07 | unordered_base.h: New. | François Dumont | 1 | -1/+1 |