summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string/capacity
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely
2023-09-15libstdc++: Remove dg-options "-std=gnu++23" from remaining testsJonathan Wakely
2023-08-17libstdc++: Define std::string::resize_and_overwrite for C++11 and COW stringJonathan Wakely
2023-08-16libstdc++: Fix std::basic_string::resize_and_overwriteJonathan Wakely
2023-03-22libstdc++: Use rvalues in std::string::resize_and_overwrite (LWG 3645)Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-08-31libstdc++: Add [[nodiscard]] attribute to <string> and <string_view>Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely
2021-11-19libstdc++: Suppress -Wstringop warnings [PR103332]Jonathan Wakely
2021-11-19libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]Jonathan Wakely
2021-10-26Make full use of context-sensitive ranges in access warnings.Martin Sebor
2021-10-16libstdc++: Define std::basic_string::resize_and_overwrite for C++23 (P1072R10)Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-10-20Convert -Wrestrict pass to ranger.Aldy Hernandez
2020-08-06libstdc++: Implement P0966 std::string::reserve should not shrinkAndrew Luo
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini
2016-08-26Use effective-target instead of -std optionsJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-11-14Fix std::wstring capacity test for short wchar_tJonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-12-19New std::string implementation.Jonathan Wakely
2014-10-15shrink_to_fit.cc: Prefer -std=gnu++11.Paolo Carlini
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-12-1318654.cc: Shrink memory usage under simulator.Steve Ellcey
2012-11-01range_access.cc: Fix copying permission statement.Jonathan Wakely
2010-01-08re PR libstdc++/42573 ([C++0x] shrink_to_fit() missing)Paolo Carlini
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2007-05-1111.cc: Include <cstring>.Paolo Carlini
2007-02-223.cc: Fixed type mismatches in explicit instantiations.Simon Martin
2005-12-26mt_allocator.h (__mt_alloc::__mt_alloc): Remove name of unused parameter.Chris Jefferson
2005-08-17All files: Update FSF address.Kelley Cook
2004-11-2918654.cc: Use better names.Paolo Carlini
2004-11-29re PR libstdc++/18654 (Shrink-to-fit std::string::reserve() calls can realloc...Paolo Carlini
2004-04-199555-ic.cc: Clarify assertion, set test variable to false before assert.Benjamin Kosnik
2003-12-11basic_string.tcc (reserve): Allow shrink-to-fit.Neil Ferguson
2003-09-23locale_facets.tcc: Tweak to avoid warnings.Benjamin Kosnik
2003-03-18Reshuffle 21_strings testsuite.Paolo Carlini