[all-commits] [llvm/llvm-project] 7a742c: [libc++][chrono] Completes the tzdb class.

Mark de Wever via All-commits all-commits at lists.llvm.org
Sun Mar 17 11:56:28 PDT 2024


  Branch: refs/heads/users/mordante/completes_tzdb_class
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a742c0e564ffa37ad299cf6186faadd61e34d29
      https://github.com/llvm/llvm-project/commit/7a742c0e564ffa37ad299cf6186faadd61e34d29
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2024-03-17 (Sun, 17 Mar 2024)

  Changed paths:
    M libcxx/include/__chrono/tzdb.h
    M libcxx/include/__chrono/tzdb_list.h
    M libcxx/include/chrono
    M libcxx/modules/std/chrono.inc
    M libcxx/src/tzdb.cpp
    M libcxx/test/libcxx/diagnostics/chrono.nodiscard_extensions.compile.pass.cpp
    M libcxx/test/libcxx/diagnostics/chrono.nodiscard_extensions.verify.cpp
    A libcxx/test/std/time/time.zone/time.zone.db/time.zone.db.access/current_zone.pass.cpp
    A libcxx/test/std/time/time.zone/time.zone.db/time.zone.db.access/locate_zone.pass.cpp
    A libcxx/test/std/time/time.zone/time.zone.db/time.zone.db.tzdb/current_zone.pass.cpp
    A libcxx/test/std/time/time.zone/time.zone.db/time.zone.db.tzdb/locate_zone.pass.cpp

  Log Message:
  -----------
  [libc++][chrono] Completes the tzdb class.

It adds the missing member functions of the tzdb class and adds the free
functions that use these member functions.

Implements parts of:
- P0355 Extending <chrono> to Calendars and Time Zones



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list