aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/debug/string
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-12libstdc++: Add __gnu_debug::basic_string<>::compare overloadsFrançois Dumont1-14/+5
2022-08-31libstdc++: [_GLIBCXX_DEBUG] Review nullptr assertion diagnosticsFrançois Dumont1-2/+23
2022-07-19libstdc++: Complete __gnu_debug::string Standard conformityFrançois Dumont1-53/+42
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-14libstdc++: [_GLIBCXX_DEBUG] Remove _Safe_container<>::_M_safe()François Dumont1-11/+11
2021-11-11libstdc++: Fix debug containers for C++98 modeJonathan Wakely1-9/+1
2021-10-09libstdc++: Always define typedefs and hash functions for wide strings [PR 98725]Jonathan Wakely1-2/+0
2021-03-25libstdc++: Fix and complete __gnu_debug::basic_string implementationFrançois Dumont1-17/+70
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-02-27libstdc++: Fix std::string error in Debug ModeJonathan Wakely1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-23Fix C++11-ism in C++98 member functionJonathan Wakely1-1/+1
2018-08-23Fix testsuite failures for __gnu_debug::string with old ABIJonathan Wakely1-9/+46
2018-08-22re PR libstdc++/68222 (_Safe_iterator provides operators the wrapped iterator...François Dumont1-0/+3
2018-07-06functions.h (__gnu_debug::__check_string): Move...François Dumont1-746/+789
2018-07-04re PR libstdc++/86272 (__gnu_debug::string uses undefined __glibcxx_check_ins...François Dumont1-2/+2
2018-06-21PR libstdc++/83328 add correct basic_string::insert for initializer_listJonathan Wakely1-13/+16
2018-05-08macros.h (__glibcxx_check_valid_range_at): New.François Dumont1-2/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-12Revert revision 247926.François Dumont1-10/+3
2017-05-112017-05-11 François Dumont <fdumont@gcc.gnu.org>François Dumont1-3/+10
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-13libstdc++/71073 add system_header pragma to Debug Mode headersJonathan Wakely1-0/+2
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-11Implement N4258 noexcept for std::basic_string.Jonathan Wakely1-16/+34
2015-06-29stl_iterator_base_types.h (_Iter_base): Limit definition to pre-C++11 mode.François Dumont1-11/+38
2015-06-22list (__gnu_debug::list): Use allocator-aware _Safe_container base.Jonathan Wakely1-2/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-05-06macros.h [...]: Add parameter to pass the 2 instances to check allocator equa...François Dumont1-78/+72
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-09-24re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse1-9/+9
2013-09-19re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse1-4/+5
2013-08-01re PR libstdc++/57779 (vector insert fails to diagnose iterators pointing int...François Dumont1-0/+5
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-2/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-19/+19
2012-03-09formatter.h (enum _Debug_msg_id): Add __msg_self_move_assign.Paolo Carlini1-0/+1
2011-11-07basic_string.h (basic_string::at): Move adjacent to other overload.Jonathan Wakely1-0/+10
2011-06-29set.h, [...]: Remove base class default constructor calls.François Dumont1-2/+2
2011-06-12allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix.François Dumont1-1/+14
2011-06-01hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al...Paolo Carlini1-1/+1
2011-05-31basic_string.h: Use noexcept per the FDIS (minus compare(const string&)...Paolo Carlini1-20/+45
2011-02-19string (basic_string::insert): Add iterator check and pass normal iterator to...François Dumont1-1/+2
2010-08-29[multiple changes]Paolo Carlini1-5/+10
2010-08-05move.h (forward): Update to N3092.Paolo Carlini1-3/+3
2010-05-31basic_string.h (front, back): Add.Paolo Carlini1-0/+5