Age | Commit message (Expand) | Author | Files | Lines |
2013-07-25 | complex (pow(const complex<>&, int)): Enable in C++11 mode too. | Paolo Carlini | 4 | -17/+19 |
2013-07-25 | Add documents and comments. | Tim Shen | 5 | -26/+82 |
2013-07-25 | re PR libstdc++/57976 (Missing time_get<>::get() functions) | Paolo Carlini | 2 | -4/+12 |
2013-07-24 | random.h (random_device): Avoid using the FILE type. | Paolo Carlini | 4 | -15/+23 |
2013-07-24 | Reimplment matcher using Depth-first search(backtracking). | Tim Shen | 8 | -9/+193 |
2013-07-23 | Implement regex_iterator and regex_token_iterator. | Tim Shen | 6 | -55/+472 |
2013-07-23 | random: Add back <cstdio> include. | Paolo Carlini | 3 | -2/+6 |
2013-07-22 | re PR libstdc++/57914 (Memory leak in __cxa_thread_atexit when using thread_l... | Jason Merrill | 2 | -4/+20 |
2013-07-22 | re PR libstdc++/57920 ([c++11] Linux: std::random_device reads too much from ... | Paolo Carlini | 3 | -1/+16 |
2013-07-22 | Remove stray blank line. | Jonathan Wakely | 1 | -1/+0 |
2013-07-21 | Partially implement regex_search. | Tim Shen | 5 | -13/+137 |
2013-07-21 | re PR libstdc++/54352 (relaxed data race rules for ~condition_variable_any) | Jonathan Wakely | 6 | -20/+107 |
2013-07-21 | Fix. | Mike Stump | 1 | -1/+1 |
2013-07-09 | Implement class regex_traits. | Tim Shen | 10 | -44/+597 |
2013-07-08 | Add links to the C++14 library implementation status page. | Edward Smith-Rowland | 1 | -0/+4 |
2013-07-08 | Add links to the C++14 librarry implementation status page. | Edward Smith-Rowland | 1 | -20/+100 |
2013-07-05 | const_iterator.cc: Tweak, avoid potential undefined behavior. | Paolo Carlini | 1 | -0/+11 |
2013-07-05 | hashtable_policy.h (_ReuseOrAllocNode): Use forward pattern. | François Dumont | 5 | -167/+191 |
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 | 12 | -11/+26 |
2013-07-04 | Add missing ChangeLog entry. | François Dumont | 1 | -0/+15 |
2013-07-04 | re PR libstdc++/57808 (operators == and != for regex_token_iterator need to b... | Ray Chason | 2 | -12/+20 |
2013-07-01 | stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A... | Paolo Carlini | 17 | -76/+405 |
2013-06-30 | stl_deque.h (deque<>::insert(iterator, size_type, const value_type&), [...]):... | Paolo Carlini | 19 | -79/+312 |
2013-06-30 | *: Move inside testsuite/21_strings/basic_string/operations/data/. | Paolo Carlini | 1 | -0/+10 |
2013-06-29 | hashtable_policy.h (_Insert_base): Consider hint in insert methods. | François Dumont | 7 | -30/+592 |
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 | 34 | -0/+14 |
2013-06-27 | stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++... | Paolo Carlini | 44 | -171/+623 |
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 | 1 | -0/+10 |
2013-06-26 | Status page for C++2014 library features | Ed Smith-Rowland | 4 | -2/+215 |
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 | 3 | -1/+49 |
2013-06-24 | re PR libstdc++/57691 (freestanding libstdc++ has compile error) | Bernd Edlinger | 3 | -4/+11 |
2013-06-22 | re PR libstdc++/57674 (wrong distribution for std::binomial_distribution::op... | Paolo Carlini | 4 | -5/+31 |
2013-06-21 | re PR libstdc++/57666 (valarray<T>::operator= in c++11 mode does not adapt to... | Paolo Carlini | 3 | -2/+59 |
2013-06-18 | re PR libstdc++/57641 (std::timed_mutex.try_lock_until() is broken) | Jonathan Wakely | 4 | -131/+138 |
2013-06-17 | stl_algobase.h (equal): Make C++14 overloads from N3671 dispatch to tradition... | Jonathan Wakely | 3 | -95/+33 |
2013-06-16 | shared_mutex (shared_lock::operator=): Add missing return statement. | Jonathan Wakely | 2 | -1/+9 |
2013-06-16 | re PR libstdc++/57263 (std::set with user-defined allocator - compile error) | Jonathan Wakely | 7 | -7/+200 |
2013-06-16 | shared_mutex: Implement N3659. | Jonathan Wakely | 25 | -0/+1606 |
2013-06-14 | re PR libstdc++/57619 (std::unordered_map and std::unordered_multimap::insert... | Paolo Carlini | 4 | -4/+114 |
2013-06-14 | configure.host (abi_baseline_pair): Match powerpc64*. | Alan Modra | 2 | -1/+5 |
2013-06-13 | type_traits (is_function): Support ref-qualified functions. | Daniel Kruegler | 19 | -78/+270 |
2013-06-13 | modified_bessel_func.tcc (__gnu_cxx::__airy_ai(), [...]): Remove. | Paolo Carlini | 3 | -52/+9 |
2013-06-13 | re PR libstdc++/56430 (In __airy: return-statement with a value, in function ... | Ed Smith-Rowland | 3 | -8/+100 |
2013-06-11 | Fix library literals error involving namespace __detail. | Ed Smith-Rowland | 4 | -18/+37 |
2013-06-11 | re PR libstdc++/56019 (max_align_t should be in std namespace) | Paolo Carlini | 5 | -0/+76 |
2013-06-10 | c++config (_GLIBCXX_ABI_TAG_CXX11): Add. | Benjamin Kosnik | 24 | -18/+489 |