This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from ead2a5495 [libcxx] Disable testing with system lib for 2 tests verifyin [...] new 1e34c76d3 Implement filesystem NB comments, relative paths, and related [...]
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: benchmarks/CMakeLists.txt | 2 +- benchmarks/GenerateInput.hpp | 6 +- benchmarks/filesystem.bench.cpp | 55 +- include/experimental/filesystem | 168 +++-- src/experimental/filesystem/operations.cpp | 675 ++++++++++++++++++++- src/experimental/filesystem/path.cpp | 448 -------------- .../class.path/path.member/path.append.pass.cpp | 70 --- .../class.path/path.itr/iterator.pass.cpp | 4 +- .../class.path/path.member/path.append.pass.cpp | 72 ++- .../class.path/path.member/path.compare.pass.cpp | 17 +- .../path.member/path.decompose/empty.fail.cpp | 1 + .../path.decompose/path.decompose.pass.cpp | 108 ++-- .../path.member/path.gen/lexically_normal.pass.cpp | 142 +++++ .../lexically_relative_and_proximate.pass.cpp | 89 +++ .../path.generic.obs/generic_string_alloc.pass.cpp | 1 - .../path.generic.obs/named_overloads.pass.cpp | 1 - .../path.modifiers/remove_filename.pass.cpp | 46 +- .../path.modifiers/replace_filename.pass.cpp | 15 +- ...options.pass.cpp => enum.perm_options.pass.cpp} | 21 +- .../fs.op.funcs/fs.op.absolute/absolute.pass.cpp | 93 +-- .../fs.op.funcs/fs.op.canonical/canonical.pass.cpp | 46 +- .../fs.op.last_write_time/last_write_time.pass.cpp | 2 - .../fs.op.funcs/fs.op.proximate/proximate.pass.cpp | 125 ++++ .../fs.op.funcs/fs.op.relative/relative.pass.cpp | 78 +++ .../fs.op.system_complete/system_complete.pass.cpp | 58 -- .../weakly_canonical.pass.cpp | 76 +++ test/support/filesystem_test_helper.hpp | 5 +- test/support/verbose_assert.h | 222 +++++++ www/cxx1z_status.html | 4 +- www/cxx2a_status.html | 2 +- 30 files changed, 1759 insertions(+), 893 deletions(-) delete mode 100644 src/experimental/filesystem/path.cpp delete mode 100644 test/libcxx/experimental/filesystem/class.path/path.member/path [...] create mode 100644 test/std/experimental/filesystem/class.path/path.member/path.ge [...] create mode 100644 test/std/experimental/filesystem/class.path/path.member/path.ge [...] copy test/std/experimental/filesystem/fs.enum/{enum.directory_options.pass.cpp => [...] create mode 100644 test/std/experimental/filesystem/fs.op.funcs/fs.op.proximate/pr [...] create mode 100644 test/std/experimental/filesystem/fs.op.funcs/fs.op.relative/rel [...] delete mode 100644 test/std/experimental/filesystem/fs.op.funcs/fs.op.system_compl [...] create mode 100644 test/std/experimental/filesystem/fs.op.funcs/fs.op.weakly_canon [...] create mode 100644 test/support/verbose_assert.h