aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/23_containers/vector/capacity
AgeCommit message (Expand)Author
2024-01-03Update copyright years.Jakub Jelinek
2023-12-14libstdc++: Make __gnu_debug::vector usable in constant expressions [PR109536]Jonathan Wakely
2023-09-16libstdc++: Remove dg-options "-std=gnu++20" from 23_containers testsJonathan Wakely
2023-06-07libstdc++: Fix some tests that fail with -fno-exceptionsJonathan Wakely
2023-06-01libstdc++: Fix code size regressions in std::vector [PR110060]Jonathan Wakely
2023-05-31libstdc++: Express std::vector's size() <= capacity() invariant in codeJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely
2021-11-12libstdc++: Implement constexpr std::vector for C++20Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-10-22Remove redundant std::allocator members for C++20Jonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-10-16Fix tests that fail when compiled without optimisationJonathan Wakely
2018-10-10PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)Jonathan Wakely
2018-08-23Fix tests that fail in C++98 modeJonathan Wakely
2018-08-22PR libstdc++/78448 limit vector::max_size and deque::max_sizeJonathan Wakely
2018-06-14PR libstdc++/83982 fix exception-safety guarantee of std::vector::resizeDaniel Trebbien
2018-01-03Update copyright years.Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-10-1757619.C: Rename to 57619.cc.Paolo Carlini
2016-08-26Use effective-target instead of -std optionsJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini
2014-05-231.cc: Add xfail for dragonfly.Jonathan Wakely
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-11-01range_access.cc: Fix copying permission statement.Jonathan Wakely
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth
2011-11-09allocator.h (__shrink_to_fit_aux::_S_do_it): Create the new object with the s...Jonathan Wakely
2011-06-07move.h (struct __move_if_noexcept_cond): Add.Paolo Carlini
2010-06-18re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ...Paolo Carlini
2010-05-18re PR libstdc++/44190 (Debug vector resize does not update capacity)Eelis van der Weegen
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-10-29stl_algobase.h (_GLIBCXX_MOVE3, [...]): Add.Paolo Carlini
2006-10-03testsuite_allocator.h (allocation_tracker): To tracker_allocator_counter.Benjamin Kosnik
2006-09-22PR libstdc++/29134 (vector<bool> bits)Paolo Carlini
2006-09-21re PR libstdc++/29134 (Has there been a serious attempt to define the max_siz...Paolo Carlini
2005-08-17All files: Update FSF address.Kelley Cook
2005-03-16binders.cc: Remove explicit instantiations for non-weak systems.Paolo Carlini
2004-03-041.cc: Provide explicit instantiations for non-weak systems.Benjamin Kosnik
2003-09-23locale_facets.tcc: Tweak to avoid warnings.Benjamin Kosnik
2003-07-31Reshuffle 23_containers testsuite.Benjamin Kosnik