----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/36514/ -----------------------------------------------------------
(Updated July 20, 2015, 7:33 p.m.) Review request for mesos, Benjamin Hindman, Joris Van Remoortere, and Timothy St. Clair. Changes ------- Address issues Artem had. Most of the diff is just moving away from the "monolithic `CMakeLists.txt`" model and towards modularity. Repository: mesos Description ------- This commit is the second in a series of two commits that will introduce a CMake-based build system for Mesos. The first introduced the build system for the "core Mesos" project; this one will introduce a similar system for the process library. For more details see the "core Mesos" commit. Diffs (updated) ----- 3rdparty/libprocess/3rdparty/CMakeLists.txt PRE-CREATION 3rdparty/libprocess/CMakeLists.txt PRE-CREATION 3rdparty/libprocess/cmake/ProcessConfigure.cmake PRE-CREATION 3rdparty/libprocess/cmake/ProcessTestsConfigure.cmake PRE-CREATION 3rdparty/libprocess/cmake/macros/External.cmake PRE-CREATION 3rdparty/libprocess/cmake/macros/PatchCommand.cmake PRE-CREATION 3rdparty/libprocess/src/CMakeLists.txt PRE-CREATION 3rdparty/libprocess/src/tests/CMakeLists.txt PRE-CREATION CMakeLists.txt PRE-CREATION cmake/MesosConfigure.cmake PRE-CREATION Diff: https://reviews.apache.org/r/36514/diff/ Testing ------- Includes tests for the process library that all run and pass. Thanks, Alex Clemmer
