]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/debug
Implement LWG 3255 for std::span constructors
[thirdparty/gcc.git] / libstdc++-v3 / include / debug /
2019-09-28  fdumont2019-09-28 François Dumont <fdumont@gcc.gnu.org>
2019-09-26  rediDefine std::to_array for Debug Mode
2019-04-05  rediPR libstdc++/87431 re-adjust never-valueless optimizations
2019-03-08  fdumont2019-03-08 François Dumont <fdumont@gcc.gnu.org>
2019-03-08  fdumont2019-03-08 François Dumont <fdumont@gcc.gnu.org>
2019-01-21  dreppergcc/testsuite/ChangeLog
2019-01-03  rediPR libstdc++/88607 replace or remove unnecessary UTF...
2019-01-01  jakub Update copyright years.
2018-11-06  fdumont2018-11-06 John Bytheway <jbytheway@gmail.com>
2018-10-24  fdumont2018-10-24 François Dumont <fdumont@gcc.gnu.org>
2018-10-19  rediFix testsuite failures in Debug Mode
2018-10-18  fdumont2018-10-18 François Dumont <fdumont@gcc.gnu.org>
2018-10-15  fdumont2018-10-15 François Dumont <fdumont@gcc.gnu.org>
2018-10-11  fdumont2018-10-11 François Dumont <fdumont@gcc.gnu.org>
2018-10-08  fdumont2018-10-08 François Dumont <fdumont@gcc.gnu.org>
2018-10-05  fdumont2018-10-05 François Dumont <fdumont@gcc.gnu.org>
2018-10-03  fdumont2018-10-03 François Dumont <fdumont@gcc.gnu.org>
2018-09-28  fdumont2018-09-28 François Dumont <fdumont@gcc.gnu.org>
2018-09-02  fdumont2018-09-02 François Dumont <fdumont@gcc.gnu.org>
2018-08-24  rediForward declare debug containers so std::pmr aliases...
2018-08-23  rediDefine debug mode function for C++98
2018-08-23  rediFix C++11-ism in C++98 member function
2018-08-23  rediFix testsuite failures for __gnu_debug::string with...
2018-08-22  fdumont2018-08-22 François Dumont <fdumont@gcc.gnu.org>
2018-08-21  fdumont2018-08-21 François Dumont <fdumont@gcc.gnu.org>
2018-07-06  fdumont2018-07-06 François Dumont <fdumont@gcc.gnu.org>
2018-07-04  fdumont2018-07-04 François Dumont <fdumont@gcc.gnu.org>
2018-07-03  fdumont2018-07-03 François Dumont <fdumont@gcc.gnu.org>
2018-06-27  fdumont2018-06-27 François Dumont <fdumont@gcc.gnu.org>
2018-06-21  rediPR libstdc++/83328 add correct basic_string::insert...
2018-06-21  fdumont2018-06-21 François Dumont <fdumont@gcc.gnu.org>
2018-06-13  fdumont2018-06-13 François Dumont <fdumont@gcc.gnu.org>
2018-06-13  fdumont2018-06-13 François Dumont <fdumont@gcc.gnu.org>
2018-06-12  fdumont2018-06-12 François Dumont <fdumont@gcc.gnu.org>
2018-05-18  fdumont2018-05-18 François Dumont <fdumont@gcc.gnu.org>
2018-05-09  fdumont2018-05-09 François Dumont <fdumont@gcc.gnu.org>
2018-05-08  fdumont2018-05-08 François Dumont <fdumont@gcc.gnu.org>
2018-05-08  fdumont2018-05-08 François Dumont <fdumont@gcc.gnu.org>
2018-03-20  fdumont2018-03-20 François Dumont <fdumont@gcc.gnu.org>
2018-01-03  jakub Update copyright years.
2017-12-20  fdumont2017-12-20 François Dumont <fdumont@gcc.gnu.org>
2017-12-18  fdumont2017-11-20 François Dumont <fdumont@gcc.gnu.org>
2017-11-27  rediFix std::unordered_map deduction guide
2017-10-30  villeImplement LWG 2485
2017-10-26  villeDeduction guides for associative containers, debug...
2017-05-12  fdumontRevert revision 247926.
2017-05-11  fdumont2017-05-11 François Dumont <fdumont@gcc.gnu.org>
2017-05-11  fdumont2017-05-11 François Dumont <fdumont@gcc.gnu.org>
2017-03-22  rediAdd deduction guides for C++17 (P0433R2, partial)
2017-01-01  jakub Update copyright years.
2016-12-08  rediDelete std::swap for debug mode array
2016-10-19  rediFix copy&paste error in __gnu_debug::vector
2016-10-17  rediImplement P0084R2, Emplace return type, for C++17
2016-09-26  fdumont2016-09-26 François Dumont <fdumont@gcc.gnu.org>
2016-09-25  fdumont2016-09-25 François Dumont <fdumont@gcc.gnu.org>
2016-09-22  rediImplement C++17 node extraction and insertion (P0083R5)
2016-08-23  rediAdd C++17 constexpr to debug and profile mode arrays
2016-07-15  rediReplace references to C++0x with C++11 in comments
2016-06-23  fdumont2016-06-23 François Dumont <fdumont@gcc.gnu.org>
2016-06-16  fdumont2016-06-16 François Dumont <fdumont@gcc.gnu.org>
2016-05-23  fdumont2016-05-23 François Dumont <fdumont@gcc.gnu.org>
2016-05-13  redilibstdc++/71073 add system_header pragma to Debug Mode...
2016-01-04  jakub Update copyright years.
2015-12-10  rediImprove generated libstdc++ API docs
2015-09-17  fdumont2015-09-17 François Dumont <fdumont@gcc.gnu.org>
2015-09-11  rediImplement N4258 noexcept for std::basic_string.
2015-09-09  rediEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-08-26  reditry_emplace and insert_or_assign for Debug Mode.
2015-08-25  fdumont2015-08-24 François Dumont <fdumont@gcc.gnu.org>
2015-08-25  fdumontRevert my change to commit with PR reference again.
2015-08-24  fdumont2015-08-24 François Dumont <fdumont@gcc.gnu.org>
2015-07-16  fdumont2015-07-16 François Dumont <fdumont@gcc.gnu.org>
2015-07-13  redi * include/bits/c++config (_GLIBCXX_NOEXCEPT_IF): Define.
2015-06-29  fdumont2015-06-29 François Dumont <fdumont@gcc.gnu.org>
2015-06-23  fdumont2015-06-23 François Dumont <fdumont@gcc.gnu.org>
2015-06-22  redi * include/debug/list (__gnu_debug::list): Use allocato...
2015-06-17  rediC++11 allocator support for std::list.
2015-06-17  redi * include/bits/forward_list.h
2015-06-17  redi * include/bits/forward_list.h (forward_list::_M_get_No...
2015-06-16  redi * include/bits/list.tcc (list::operator=(const list...
2015-06-07  fdumont2015-06-07 François Dumont <fdumont@gcc.gnu.org>
2015-06-05  redi2015-06-04 Ville Voutilainen <ville.voutilainen@gmail...
2015-05-29  fdumont2015-05-29 François Dumont fdumont@gcc.gnu.org>
2015-05-28  redi PR libstdc++/65352
2015-05-23  fdumont2015-05-23 François Dumont fdumont@gcc.gnu.org>
2015-05-20  fdumont2015-05-20 François Dumont <fdumont@gcc.gnu.org>
2015-05-17  fdumont2015-05-17 François Dumont <fdumont@gcc.gnu.org>
2015-04-28  redi2015-04-28 Stephan Bergmann <sbergman@redhat.com>
2015-01-05  jakub Update copyright years.
2014-12-20  fdumont2014-12-20 François Dumont <fdumont@gcc.gnu.org>
2014-12-12  redi PR libstdc++/64276
2014-10-15  fdumont2014-10-15 François Dumont <fdumont@gcc.gnu.org>
2014-09-29  fdumont2014-09-29 François Dumont <fdumont@gcc.gnu.org>
2014-09-12  redi * include/debug/deque (__gnu_debug::deque): Make base...
2014-09-09  rediMake std::deque meet C++11 allocator requirements.
2014-09-06  fdumont2014-09-06 François Dumont <fdumont@gcc.gnu.org>
2014-05-13  redi PR libstdc++/60497
2014-05-07  redi PR libstdc++/61086
2014-05-06  fdumont2014-05-06 François Dumont <fdumont@gcc.gnu.org>
2014-04-02  mrsMerge in trunk.
next