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

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


    from 72878f8  Moved around some functions definitions between files.
     new 9fb936a  Fixed gRPC compilation with Clang when building Mesos.
     new deeb3b0  Fixed gRPC compilation for standalone libprocess build with 
Clang.
     new 5d1ca8c  Fixed gRPC build for CMake with multi-configuration 
generators.
     new 200ed1d  Always build gRPC in libprocess.
     new 5bb4245  Always build gRPC in Mesos.

The 5 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                      | 216 +++++++++++++--------------
 3rdparty/Makefile.am                         |  14 +-
 3rdparty/libprocess/3rdparty/Makefile.am     |  14 +-
 3rdparty/libprocess/Makefile.am              |  28 ++--
 3rdparty/libprocess/configure.ac             |  96 ++++++------
 3rdparty/libprocess/src/CMakeLists.txt       |   8 +-
 3rdparty/libprocess/src/tests/CMakeLists.txt |  42 +++---
 cmake/CompilationConfigure.cmake             |  10 --
 configure.ac                                 |  92 +++++-------
 include/csi/spec.hpp                         |   4 -
 src/CMakeLists.txt                           |  12 +-
 src/Makefile.am                              |  48 ++----
 src/cmake/MesosProtobuf.cmake                |   6 +-
 src/examples/CMakeLists.txt                  |   4 +-
 src/python/native_common/ext_modules.py.in   |  40 +++--
 src/resource_provider/local.cpp              |   4 +-
 src/tests/CMakeLists.txt                     |  23 +--
 17 files changed, 286 insertions(+), 375 deletions(-)

Reply via email to