summaryrefslogtreecommitdiff
path: root/libcxx/test/std/utilities/format/format.range
AgeCommit message (Expand)Author
2025-10-09[libc++] Remove availability annotations that aren't required anymore (#161640)Nikolas Klauser
2025-01-27[libc++][format] Add tests for flat_(|multi)map formatting (#124418)Mark de Wever
2024-11-06[libc++] Refactor the configuration macros to being always defined (#112094)Nikolas Klauser
2024-08-20[libc++] Fix several double-moves in the code base (#104616)Louis Dionne
2024-07-31[libc++][NFC] Add missing license headersLouis Dionne
2024-03-11[libc++][test] Don't include `test_format_context.h` in `parse.pass.cpp` (#83...A. Jiang
2024-03-04[libc++][format] Handle range-underlying-spec (#81914)Po-yao Chang
2024-02-23[libcxx][test] Change UNSUPPORTED to XFAIL for target-related failures (#81513)Abhina Sree
2024-02-16[libc++][format] Don't treat a closing '}' as part of format-spec (#81305)Po-yao Chang
2023-07-18[libc++][format] Improves diagnostics.Mark de Wever
2023-07-18[libc++][format] Improves run-time diagnostics.Mark de Wever
2023-07-05[libc++][format] Implements formatting pointer.Mark de Wever
2023-06-27[libc++] Expand the contents of LIBCXX_ENABLE_FILESYSTEMLouis Dionne
2023-06-20[libc++] Add missing [[maybe_unused]] attribute in format testsLouis Dionne
2023-06-13[libc++] Mark slow tests as unsupported on GCCLouis Dionne
2023-06-07[libc++] Roll up fstream support into filesystem supportLouis Dionne
2023-05-24[libc++][format] Removes the experimental status.Mark de Wever
2023-04-11[libc++][format] Improves tests.Mark de Wever
2023-04-09[libc++][format] range-default-formatter for strings.Mark de Wever
2023-04-08[libc++][format] Implements LWG3892.Mark de Wever
2023-03-27[libc++] Use named Lit features to flag back-deployment XFAILsLouis Dionne
2023-03-22[libc++] Remove availability markup for std::formatLouis Dionne
2023-03-22[libc++] Qualifies ptrdiff_t and max_align_t.Mark de Wever
2023-03-07[libc++][format] Addresses LWG3839.Mark de Wever
2023-03-07[libc++][format] Fixes invalid usage of m type.Mark de Wever
2023-02-19[libc++][format] Disables test on GCC-12.Mark de Wever
2023-02-17[lib++][format] Uses the new exception test macros.Mark de Wever
2023-02-17[libc++][test] Adds more generic test macros.Mark de Wever
2023-02-14[libc++][format] Fixes test failures.Mark de Wever
2023-01-24[libc++][format] Fixes usage of contiguous ranges.Mark de Wever
2023-01-22[libc++][test] Disable parts requiring locales.Mark de Wever
2023-01-20[libc++][format] range-default-formatter for set.Mark de Wever
2023-01-19[libc++][format] range-default-formatter for mapMark de Wever
2023-01-19[libc++][format] Implements range_formatterMark de Wever
2022-12-07[libc++][format] Adds range-default-formatter.Mark de Wever