summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.capacity
AgeCommit message (Expand)Author
2025-11-02[libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072)Louis Dionne
2025-10-31[libc++][test] Make `deallocate_size.pass.cpp` MSVC-friendly (#165162)A. Jiang
2025-10-10[libc++][string] Assert resize_and_overwrite operation returns integer-like t...NagaChaitanya Vellanki
2025-09-05[libc++][C++03] cherry-pick #125423 (#156824)Nikolas Klauser
2025-09-04[libc++][NFC] Use llvm.org/PR to link to bug reports (#156288)Nikolas Klauser
2025-06-05[libc++] Fix `basic_string::shrink_to_fit` for constant evaluation (#142712)A. Jiang
2025-04-05[libc++] Bump OS version for macOS backdeployment CI jobs (#131883)Louis Dionne
2025-02-23[libc++] Fix basic_string not allowing max_size() elements to be stored (#125...Nikolas Klauser
2025-02-22[libc++] Fix shrink_to_fit to swap buffer only when capacity is strictly smal...Peng Liu
2025-02-06Reapply "[libc++] Simplify the implementation of reserve() and shrink_to_fit(...Nikolas Klauser
2025-01-25[libc++][test] Improves C++ Standard filtering. (#89499)Mark de Wever
2024-12-05[libc++][test] Refactor increasing_allocator (#115671)Peng Liu
2024-10-30[libc++][test] Augment `test_alloc` in `deallocate_size.pass.cpp` (#113638)A. Jiang
2024-09-30[libc++][string] Add regression test for sized new/delete bug (#110210)Vitaly Buka
2024-07-23[libc++][string] Fixes shrink_to_fit. (#97961)Mark de Wever
2024-07-22[libc++][hardening] Use bounded iterators in std::vector and std::string (#78...David Benjamin
2024-06-28[libc++] Clean up and update deployment target features (#96312)Louis Dionne
2024-06-21[libc++] Fix deployment target Lit features (#94791)Louis Dionne
2024-01-24Unconditionally lower std::string's alignment requirement from 16 to 8. (#68925)Eric
2023-12-13[ASan][libc++] std::basic_string annotations (#72677)Tacet
2023-12-12Add `std::basic_string` test cases (#74830)Tacet
2023-11-25[libc++] Removes basic_string::reserve(). (#73354)Mark de Wever
2023-09-27[libc++] Refactor string unit tests to ease addition of new allocatorsLouis Dionne
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-03-30[libc++] Use the stdlib=<LIB> Lit feature instead of use_system_cxx_libLouis Dionne
2023-03-21[libc++] Qualifies size_t.Mark de Wever
2023-03-17[libc++] Remove unnecessary main() function in .compile.pass.cpp and .verify....Louis Dionne
2022-10-12[libc++][NFC] Fix incorrect main signatures in testsLouis Dionne
2022-09-05[libc++] Granularize the rest of memoryNikolas Klauser
2022-09-02Revert "[libc++] Granularize the rest of memory"Vitaly Buka
2022-09-02[libc++] Granularize the rest of memoryNikolas Klauser
2022-08-26[libc++][NFC] Remove some of the code duplication in the string testsNikolas Klauser
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-04-21[libc++] Use bit field for checking if string is in long or short modeNikolas Klauser
2022-04-07[libc++] Add back-deployment testing on arm64 macsLouis Dionne
2022-03-19[libc++] Prepare string tests for constexprNikolas Klauser
2022-02-08[libc++] Prepare string.{access, capacity, cons} tests for constexprNikolas Klauser
2022-01-20[libc++] basic_string::resize_and_overwrite: Adopt LWG3645 (Not voted in yet)Nikolas Klauser
2022-01-13[libcxx][test] Add missing includes and suppress warningsCasey Carter
2022-01-07[libc++] Implement P1072R10 (std::basic_string::resize_and_overwrite)Nikolas Klauser
2021-12-14[libc++] Fix wrongly non-inline basic_string::shrink_to_fitLouis Dionne
2021-11-07[libc++] Make test_allocator constexpr-friendly for constexpr string/vectorNikolas Klauser
2021-10-01[libc++] Remove "// -*- C++ -*-" comments from all .cpp files. NFCI.Arthur O'Dwyer
2021-07-01[runtimes] Simplify how we specify XFAIL & friends based on the tripleLouis Dionne
2021-05-08[libc++] Move handling of the target triple to the DSLLouis Dionne
2020-11-26[libc++] [P0966] [C++20] Fix bug PR45368 by correctly implementing P0966: str...Marek Kurdej
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2020-04-30[libc++] Make the verify-support feature implicitLouis Dionne