[all-commits] [llvm/llvm-project] 2c1d79: [libc++][chrono] Add sys_time formatter.

Mark de Wever via All-commits all-commits at lists.llvm.org
Sat Apr 8 06:23:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c1d79596fe7d0f5fc71abb76a74c8a603fc8a21
      https://github.com/llvm/llvm-project/commit/2c1d79596fe7d0f5fc71abb76a74c8a603fc8a21
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2023-04-08 (Sat, 08 Apr 2023)

  Changed paths:
    M libcxx/docs/Status/FormatPaper.csv
    M libcxx/include/__chrono/concepts.h
    M libcxx/include/__chrono/convert_to_tm.h
    M libcxx/include/__chrono/formatter.h
    M libcxx/include/__chrono/ostream.h
    M libcxx/include/chrono
    A libcxx/test/std/time/time.clock/time.clock.system/ostream.pass.cpp
    A libcxx/test/std/time/time.syn/formatter.sys_time.pass.cpp
    M libcxx/test/std/utilities/format/format.formattable/concept.formattable.compile.pass.cpp

  Log Message:
  -----------
  [libc++][chrono] Add sys_time formatter.

Partially implements:
- P1361 Integration of chrono with text formatting
- P2372 Fixing locale handling in chrono formatters

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D144739




More information about the All-commits mailing list