summaryrefslogtreecommitdiff
path: root/libcxx/test/std/strings/basic.string/string.nonmembers/string.io
AgeCommit message (Expand)Author
2025-05-19[libc++] Optimize std::getline (#121346)Nikolas Klauser
2023-09-27[libc++] Refactor string unit tests to ease addition of new allocatorsLouis Dionne
2023-09-01[libc++] Fix Lit config in `string.io`.Konstantin Varlamov
2023-09-01[libc++] Apply clang formatting to all string unit testsBrendan Emery
2023-05-25[NFC][Py Reformat] Reformat python files in libcxx/libcxxabiTobias Hieta
2022-05-27[runtimes] Rename various libcpp-has-no-XYZ Lit features to just no-XYZLouis Dionne
2022-02-16[libc++] [test] Qualify calls to std::getline. NFCI.Arthur O'Dwyer
2021-10-12[libc++] Add an option to disable wide character support in libc++Louis Dionne
2021-06-28[libc++] Remove some _LIBCPP_CXX03_LANG from iostreams headers.Arthur O'Dwyer
2020-10-27[libc++] Add a libc++ configuration that does not support localizationLouis 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-04-05[libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne
2019-04-02Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne
2019-04-02[libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne
2019-02-04Support tests in freestandingJF Bastien
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-04-19Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the string library.Eric Fiselier
2016-06-14Replace __cplusplus comparisons and dialect __has_feature checks with TEST_ST...Eric Fiselier
2014-12-20Move test into test/std subdirectory.Eric Fiselier