summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug
Commit message (Expand)AuthorAgeFilesLines
* 2018-10-24 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-10-243-381/+373
* Fix testsuite failures in Debug ModeJonathan Wakely2018-10-194-0/+6
* revert: [multiple changes]François Dumont2018-10-182-22/+17
* vector (vector<>::cbegin()): Use C++11 direct initialization.François Dumont2018-10-151-10/+13
* 2018-10-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-10-111-20/+19
* list (list<>::cbegin()): Use C++11 direct initialization.François Dumont2018-10-081-18/+22
* 2018-10-05 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-10-054-4/+4
* 2018-10-03 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-10-034-75/+91
* functions.h (__foreign_iterator_aux3(const _Safe_iterator<>&, const _InputeIt...François Dumont2018-09-281-1/+1
* 2018-09-02 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-09-023-364/+210
* Forward declare debug containers so std::pmr aliases workJonathan Wakely2018-08-248-0/+51
* Define debug mode function for C++98Jonathan Wakely2018-08-231-3/+2
* Fix C++11-ism in C++98 member functionJonathan Wakely2018-08-231-1/+1
* Fix testsuite failures for __gnu_debug::string with old ABIJonathan Wakely2018-08-231-9/+46
* re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator...François Dumont2018-08-2219-487/+838
* P0646R1 Improving the Return Value of Erase-Like Algorithms IFrançois Dumont2018-08-212-61/+173
* functions.h (__gnu_debug::__check_string): Move...François Dumont2018-07-062-769/+789
* re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx_check_ins...François Dumont2018-07-041-2/+2
* stl_algobase.h (__niter_wrap): New.François Dumont2018-07-032-0/+20
* stl_vector.h (struct _Vector_base<>::_Vector_impl_data): New.François Dumont2018-06-271-0/+2
* PR libstdc++/83328 add correct basic_string::insert for initializer_listJonathan Wakely2018-06-211-13/+16
* debug.h (_Safe_iterator<>(const _Safe_iterator<_MutableIterator,>& __x)): Com...François Dumont2018-06-211-1/+1
* 2018-06-13 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-06-136-3/+38
* debug.h (__glibcxx_requires_can_increment_range): New.François Dumont2018-06-131-0/+6
* macros.h (__glibcxx_check_can_increment_range): New.François Dumont2018-06-121-4/+43
* 2018-05-18 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-05-184-0/+4
* safe_iterator.h (_Safe_iterator<>::_M_constant()): Rename in...François Dumont2018-05-093-28/+122
* macros.h (__glibcxx_check_valid_range_at): New.François Dumont2018-05-0813-37/+51
* formatter.h (_Error_formatter::_M_function): New.François Dumont2018-05-082-9/+16
* re PR libstdc++/84998 (std::hash<std::bitset<N>> fails in Debug Mode)François Dumont2018-03-201-0/+4
* Update copyright years.Jakub Jelinek2018-01-0333-33/+33
* re PR libstdc++/82522 (std::map::insert(value_type &&) not selected)François Dumont2017-12-203-7/+86
* re PR libstdc++/80761 (std::set<T,C,A>::insert_return_type uses wrong iterato...François Dumont2017-12-184-32/+8
* Fix std::unordered_map deduction guideStephan Bergmann2017-11-271-1/+1
* Implement LWG 2485Ville Voutilainen2017-10-301-0/+8
* Deduction guides for associative containers, debug mode deduction guide fixes.Ville Voutilainen2017-10-2610-0/+463
* Revert revision 247926.François Dumont2017-05-122-22/+5
* 2017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2017-05-112-5/+22
* 2017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont2017-05-111-0/+6
* Add deduction guides for C++17 (P0433R2, partial)Jonathan Wakely2017-03-221-0/+7
* Update copyright years.Jakub Jelinek2017-01-0133-33/+33
* Delete std::swap for debug mode arrayJonathan Wakely2016-12-081-0/+8
* Fix copy&paste error in __gnu_debug::vectorJonathan Wakely2016-10-191-1/+1
* Implement P0084R2, Emplace return type, for C++17Jonathan Wakely2016-10-172-0/+21
* 2016-09-26 François Dumont <fdumont@gcc.gnu.org>François Dumont2016-09-261-1/+1
* bitset (bitset::reference::reference(const _Base_ref&, bitset*)): Remove __un...François Dumont2016-09-256-23/+32
* Implement C++17 node extraction and insertion (P0083R5)Jonathan Wakely2016-09-226-2/+344
* Add C++17 constexpr to debug and profile mode arraysJonathan Wakely2016-08-231-26/+26
* Replace references to C++0x with C++11 in commentsJonathan Wakely2016-07-151-1/+1
* array (array<>::swap): Fix noexcept qualificaton for zero-size array.François Dumont2016-06-231-4/+3