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

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


    from b7c3da5  Added a test 
`ROOT_CommandTaskNoRootfsWithUnmountVolumeFailure`.
     new 8400df8  Introduced install target into cmake build.
     new 6330a75  Added documentation for the cmake install target.
     new 4d4fdea  Added install target into libprocess cmake build.
     new bc8556b  Added tests to cmake install target.
     new ba18d78  Added documentation for installing mesos-tests.
     new 40efbc8  Added Web UI install target.

The 6 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/CMakeLists.txt                            |  58 ++++++++++-
 3rdparty/libprocess/src/CMakeLists.txt             |   6 ++
 cmake/CompilationConfigure.cmake                   | 108 +++++++++++++++++----
 docs/cmake.md                                      |  33 +++++++
 docs/configuration/cmake.md                        |  22 +++++
 src/CMakeLists.txt                                 |  13 +++
 src/checks/CMakeLists.txt                          |   3 +
 src/cli/CMakeLists.txt                             |   4 +
 src/examples/CMakeLists.txt                        |  82 ++++++++++------
 src/java/CMakeLists.txt                            |  14 +++
 src/launcher/CMakeLists.txt                        |   8 ++
 src/local/CMakeLists.txt                           |   4 +
 src/log/CMakeLists.txt                             |   3 +
 src/master/CMakeLists.txt                          |   4 +
 src/resource_provider/storage/CMakeLists.txt       |   5 +
 src/slave/CMakeLists.txt                           |   1 +
 src/slave/container_loggers/CMakeLists.txt         |  10 ++
 src/slave/containerizer/mesos/CMakeLists.txt       |  10 ++
 src/slave/qos_controllers/CMakeLists.txt           |   5 +
 src/slave/resource_estimators/CMakeLists.txt       |   5 +
 src/tests/CMakeLists.txt                           |  21 +++-
 .../agent_resource_provider_config_api_tests.cpp   |   2 +-
 src/tests/default_executor_tests.cpp               |   4 +-
 .../storage_local_resource_provider_tests.cpp      |   2 +-
 src/usage/CMakeLists.txt                           |   3 +
 25 files changed, 370 insertions(+), 60 deletions(-)

Reply via email to