[all-commits] [llvm/llvm-project] 7f5d13: [libc++][chrono] Add hh_mm_ss formatter.
Mark de Wever via All-commits
all-commits at lists.llvm.org
Tue Feb 14 10:12:34 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f5d130a428f3d605f8a38d48f7ed7d8f6087ee2
https://github.com/llvm/llvm-project/commit/7f5d130a428f3d605f8a38d48f7ed7d8f6087ee2
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M libcxx/docs/Status/FormatPaper.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__chrono/concepts.h
M libcxx/include/__chrono/convert_to_tm.h
M libcxx/include/__chrono/formatter.h
M libcxx/include/__chrono/hh_mm_ss.h
M libcxx/include/__chrono/ostream.h
M libcxx/include/__chrono/parser_std_format_spec.h
M libcxx/include/__format/parser_std_format_spec.h
M libcxx/include/chrono
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/libcxx/time/convert_to_tm.pass.cpp
A libcxx/test/std/time/time.hms/time.hms.nonmembers/ostream.pass.cpp
A libcxx/test/std/time/time.syn/formatter.hh_mm_ss.pass.cpp
M libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp
Log Message:
-----------
[libc++][chrono] Add hh_mm_ss formatter.
Partially implements:
- P1361 Integration of chrono with text formatting
- P2372 Fixing locale handling in chrono formatters
- P1466 Miscellaneous minor fixes for chrono
Depends on D137022
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D139771
More information about the All-commits
mailing list