This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from a1ae56c03 [libc++] Factor duplicate code into function templates new 81872e95b [libc++] Use __int128_t to represent file_time_type.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/experimental/filesystem | 32 +- src/chrono.cpp | 41 +- src/experimental/filesystem/filesystem_common.h | 263 +++++------ src/experimental/filesystem/operations.cpp | 82 ++-- src/include/apple_availability.h | 52 +++ .../directory_entry.mods/last_write_time.sh.cpp | 10 +- .../filesystem/convert_file_time.sh.cpp | 180 ++++++-- .../fs.filesystem.synopsis/file_time_type.pass.cpp | 27 +- .../fs.op.last_write_time/last_write_time.pass.cpp | 482 ++++++++++++++------- 9 files changed, 762 insertions(+), 407 deletions(-) create mode 100644 src/include/apple_availability.h