Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-06-10 | forced.C: Extend current handling of Linux-based x86 systems to cover all GNU... | Thomas Schwinge | 182 | -353/+575 |
2013-06-10 | mutex (call_once): Remove parentheses to fix error in c++1y and gnu++1y mode. | Jonathan Wakely | 3 | -10/+21 |
2013-06-08 | Simplify and clean up library literals. | Ed Smith-Rowland | 7 | -161/+137 |
2013-06-08 | Implement N3654 - Quoted Strings Library Proposal | Ed Smith-Rowland | 4 | -1/+338 |
2013-06-08 | alloc_traits.h (allocator_traits::max_size()): LWG 2162: Add noexcept. | Jonathan Wakely | 2 | -1/+6 |
2013-06-08 | stl_algo.h (is_permutation): Add overloads from N3671. | Jonathan Wakely | 12 | -14/+1026 |
2013-06-08 | type-traits (integral_constant::operator()): Implement N3545. | Jonathan Wakely | 6 | -5/+56 |
2013-06-07 | baseline_symbols.txt: Update. | Uros Bizjak | 2 | -3/+29 |
2013-06-05 | * testsuite/libstdc++-prettyprinters/shared_ptr.cc: Use -O0. | Tom Tromey | 2 | -1/+5 |
2013-06-03 | re PR c++/57419 (Access control doesn't stop referring to a deleted function) | Paolo Carlini | 2 | -4/+10 |
2013-06-01 | include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'. | Ed Smith-Rowland | 4 | -17/+23 |
2013-06-01 | Implement N3642 - User-defined Literals for Standard Library Types | Ed Smith-Rowland | 13 | -3/+848 |
2013-05-28 | compatibility-chrono.cc (steady_clock::now()): If !_GLIBCXX_USE_GETTIMEOFDAY ... | Jonathan Wakely | 2 | -1/+10 |