summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.iterators
AgeCommit message (Expand)Author
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
2022-06-13[libcxx][AIX] Switch build compiler to clangJake Egan
2022-04-27[libc++] Implement P0980R1 (constexpr std::string)Nikolas Klauser
2022-03-19[libc++] Prepare string tests for constexprNikolas Klauser
2022-03-13[libc++] Replace _LIBCPP_HAS_NO_CONCEPTS with _LIBCPP_STD_VER > 17. NFCI.Joe Loser
2022-02-10[libc++] Prepare string.{contains, ends_with, iterators, require, starts_with...Nikolas Klauser
2022-02-02[libc++][ranges] Implement `indirectly_copyable{,_storable}`.Konstantin Varlamov
2022-01-24[libcxx][test] the domain of == for forward iterators is iterator values from...Casey Carter
2022-01-04[libc++] Fix __wrap_iter copy-assignment in constexpr contextsNikolas Klauser
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-08-12[libc++] Remove Lit annotations for unsupported GCC versions from the test suiteLouis Dionne
2021-07-01[libcxx][ranges] Implement indirectly_swappable.zoecarver
2021-06-21[libcxx][ranges] Add `indirectly_movable` and `indirectly_movable_storable`.zoecarver
2021-05-14[libcxx][ranges] Add `contiguous_iterator`.zoecarver
2021-05-04[libcxx][ranges] Add `random_access_{iterator,range}`.zoecarver
2021-05-03[libcxx][iterator][ranges] adds `bidirectional_iterator` and `bidirectional_r...Christopher Di Bella
2021-05-03[libcxx][iterator][ranges] adds `forward_iterator` and `forward_range`Christopher Di Bella
2021-05-01[libcxx] Reenable ranges for clang-clMartin Storsjö
2021-04-30[libcxx][iterator][ranges] adds `input_iterator` and `input_range`Christopher Di Bella
2021-04-29[libcxx][ranges] Fix tests for stdlib types that conform to sized_sentinel_for.zoecarver
2021-04-28[libc++] [test] Don't assume iterators are class types.Arthur O'Dwyer
2021-04-26[libc++][ranges] iterator.concept.sizedsentinel: sized_sentinel_for and disab...zoecarver
2021-04-24[libcxx][iterator] adds `std::input_or_output_iterator` and `std::sentinel_for`Christopher Di Bella
2021-04-23[libcxx][iterator] adds `std::weakly_incrementable` and `std::incrementable`Christopher Di Bella
2021-04-23[libcxx] disables ranges for clang-clChristopher Di Bella
2021-04-23Implement N3644 "Null Forward Pointers" in _LIBCPP_DEBUG mode.Arthur O'Dwyer
2021-04-22[libc++] Re-apply `std::indirectly_readable` and `std::indirectly_writable`Louis Dionne
2021-04-22Revert "[libcxx][iterator] adds `std::indirectly_readable` and `std::indirect...David Zarzycki
2021-04-21[libcxx][iterator] adds `std::indirectly_readable` and `std::indirectly_writa...Christopher Di Bella
2020-10-05[libc++] Fix several debug mode testsLouis Dionne
2020-06-03[libc++] Remove the c++98 Lit feature from the test suiteLouis Dionne
2019-05-31Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow
2019-05-01Get rid of a bunch of 'unused variable' warnings in test when run with debug_...Marshall Clow
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-11Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow
2016-12-06[libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", pa...Stephan T. Lavavej
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2016-06-01Remove trailing whitespace in test suite. Approved by Marshall Clow.Eric Fiselier
2016-05-28[libcxx] Improve tests to use the UNSUPPORTED lit directiveAsiri Rathnayake
2014-12-20Move test into test/std subdirectory.Eric Fiselier