This is an automated email from the ASF dual-hosted git repository.

bennoe pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from d94d047  Moved creating authorization Object out of 
Master::authorizeFramework.
     new ddf59b8  Added iteration support to stout's Path.
     new 85c5ca6  Renamed stout's path-related absolute functions to 
is_absolute.
     new e31a251  Renamed stout's path-related absolute functions to 
is_absolute.
     new b32dd46  Allowed specifying path separator in a `path::join` overload.
     new 12e4ee8  Added a stout function to compute relative paths.
     new 9d9d97c  Added support for deprecated attribute to stout.
     new 0e8b96c  Added deprecated absolute() function for backwards 
compatibility.

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 3rdparty/stout/include/stout/attributes.hpp        |  11 ++
 .../include/stout/internal/windows/longpath.hpp    |   2 +-
 3rdparty/stout/include/stout/os/posix/copyfile.hpp |   4 +-
 .../stout/include/stout/os/windows/copyfile.hpp    |   4 +-
 3rdparty/stout/include/stout/path.hpp              | 171 ++++++++++++++++++++-
 3rdparty/stout/tests/path_tests.cpp                | 130 ++++++++++++----
 src/docker/docker.cpp                              |  12 +-
 src/hdfs/hdfs.cpp                                  |   2 +-
 .../storage/uri_disk_profile_adaptor.hpp           |   2 +-
 src/slave/container_loggers/logrotate.hpp          |   2 +-
 src/slave/containerizer/fetcher.cpp                |   2 +-
 .../mesos/isolators/docker/volume/isolator.cpp     |   2 +-
 .../mesos/isolators/filesystem/linux.cpp           |   4 +-
 .../containerizer/mesos/isolators/posix/disk.cpp   |   2 +-
 .../mesos/isolators/volume/host_path.cpp           |   6 +-
 .../containerizer/mesos/isolators/volume/image.cpp |   2 +-
 .../mesos/isolators/volume/sandbox_path.cpp        |  10 +-
 .../mesos/isolators/volume/secret.cpp              |   2 +-
 src/slave/containerizer/mesos/launch.cpp           |   2 +-
 src/slave/paths.cpp                                |   4 +-
 .../storage_local_resource_provider_tests.cpp      |  12 +-
 src/uri/fetchers/docker.cpp                        |   2 +-
 22 files changed, 315 insertions(+), 75 deletions(-)

Reply via email to