mesos git commit: Enabled protobuf arenas code generation.

2017-10-11 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 4b13bbfed -> a4eed9235 Enabled protobuf arenas code generation. This adds `option cc_enable_arenas = true;` to those protobuf files that have messages used within `install` handlers. Review: https://reviews.apache.org/r/62900/ Project:

[03/10] mesos-site git commit: Updated the website built from mesos SHA: 4b13bbf.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/66e8b923/content/api/latest/c++/functions_0x6e.html -- diff --git a/content/api/latest/c++/functions_0x6e.html b/content/api/latest/c++/functions_0x6e.html index

[05/10] mesos-site git commit: Updated the website built from mesos SHA: 4b13bbf.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/66e8b923/content/api/latest/c++/classmesos_1_1internal_1_1master_1_1Master-members.html -- diff --git

[07/10] mesos-site git commit: Updated the website built from mesos SHA: 4b13bbf.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/66e8b923/content/api/latest/c++/classProtobufProcess-members.html -- diff --git a/content/api/latest/c++/classProtobufProcess-members.html

[10/10] mesos-site git commit: Updated the website built from mesos SHA: 4b13bbf.

2017-10-11 Thread git-site-role
Updated the website built from mesos SHA: 4b13bbf. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/66e8b923 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/66e8b923 Diff:

[06/10] mesos-site git commit: Updated the website built from mesos SHA: 4b13bbf.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/66e8b923/content/api/latest/c++/classReqResProcess-members.html -- diff --git a/content/api/latest/c++/classReqResProcess-members.html

[01/10] mesos-site git commit: Updated the website built from mesos SHA: 4b13bbf.

2017-10-11 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 3c8d7b660 -> 66e8b9230 http://git-wip-us.apache.org/repos/asf/mesos-site/blob/66e8b923/content/sitemap.xml -- diff --git a/content/sitemap.xml b/content/sitemap.xml

[04/10] mesos-site git commit: Updated the website built from mesos SHA: 4b13bbf.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/66e8b923/content/api/latest/c++/classmesos_1_1internal_1_1tests_1_1MockSlave-members.html -- diff --git

[08/10] mesos-site git commit: Updated the website built from mesos SHA: 4b13bbf.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/66e8b923/content/api/latest/c++/Nodes.xml -- diff --git a/content/api/latest/c++/Nodes.xml b/content/api/latest/c++/Nodes.xml index f3e4a69..02dbed5 100644 ---

mesos git commit: Used variadic templates for protobuf handlers.

2017-10-11 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 1a5b99f79 -> 4b13bbfed Used variadic templates for protobuf handlers. This simplifies code of `ProtobufProcess` by replacing it with variadic templates implementation. Review: https://reviews.apache.org/r/62898/ Project:

[4/4] mesos-site git commit: Updated the website built from mesos SHA: 1a5b99f.

2017-10-11 Thread git-site-role
Updated the website built from mesos SHA: 1a5b99f. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/3c8d7b66 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/3c8d7b66 Diff:

[3/4] mesos-site git commit: Updated the website built from mesos SHA: 1a5b99f.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/3c8d7b66/content/api/latest/c++/fd_8hpp_source.html -- diff --git a/content/api/latest/c++/fd_8hpp_source.html b/content/api/latest/c++/fd_8hpp_source.html index

[2/4] mesos-site git commit: Updated the website built from mesos SHA: 1a5b99f.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/3c8d7b66/content/api/latest/c++/functions_0x63.html -- diff --git a/content/api/latest/c++/functions_0x63.html b/content/api/latest/c++/functions_0x63.html index

[1/6] mesos git commit: Windows: Added `intptr_t` constructor for `WindowsFD`.

2017-10-11 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master 8c0b3512e -> 1a5b99f79 Windows: Added `intptr_t` constructor for `WindowsFD`. This is the inverse of the existing explicit cast required for the socket type used by libevent on Windows. Review: https://reviews.apache.org/r/62509/

[4/6] mesos git commit: Updated `LibeventSSLSocketImpl` for Windows file descriptors.

2017-10-11 Thread josephwu
Updated `LibeventSSLSocketImpl` for Windows file descriptors. This patch introduces the `int_fd` abstraction we use elsewhere to the `LibeventSSLSocketImpl` for dealing with Linux versus Windows file descriptors. This is necessary because on Windows, the consumer of

[5/6] mesos git commit: Windows: Added OpenSSL support in libprocess.

2017-10-11 Thread josephwu
Windows: Added OpenSSL support in libprocess. This patch adds support for building with OpenSSL on Windows. This requires an installation of OpenSSL, such as 1.0.2L from Shining Light Productions. Mesos must be configured like: -DENABLE_LIBEVENT=ON -DENABLE_SSL=ON

[2/6] mesos git commit: CMake: Updated 3rdparty build rules regarding OpenSSL.

2017-10-11 Thread josephwu
CMake: Updated 3rdparty build rules regarding OpenSSL. Specifically we now forward all possible hints to `FindOpenSSL` to the `libevent` and `curl` libraries, as they need to use SSL in the same configured manner. Furthermore, we explicitly always set `curl` to enable or disable its use of

[5/6] mesos-site git commit: Updated the website built from mesos SHA: 8c0b351.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a5fb0e1c/content/documentation/configuration/index.html -- diff --git a/content/documentation/configuration/index.html b/content/documentation/configuration/index.html index

[1/6] mesos-site git commit: Updated the website built from mesos SHA: 8c0b351.

2017-10-11 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 88650024b -> a5fb0e1cc http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a5fb0e1c/content/documentation/latest/configuration/master-and-agent/index.html -- diff

[2/6] mesos-site git commit: Updated the website built from mesos SHA: 8c0b351.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a5fb0e1c/content/documentation/latest/configuration/index.html -- diff --git a/content/documentation/latest/configuration/index.html

[4/6] mesos-site git commit: Updated the website built from mesos SHA: 8c0b351.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a5fb0e1c/content/documentation/latest/cmake-examples/index.html -- diff --git a/content/documentation/latest/cmake-examples/index.html

[3/6] mesos-site git commit: Updated the website built from mesos SHA: 8c0b351.

2017-10-11 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a5fb0e1c/content/documentation/latest/configuration/agent/index.html -- diff --git a/content/documentation/latest/configuration/agent/index.html

[6/6] mesos-site git commit: Updated the website built from mesos SHA: 8c0b351.

2017-10-11 Thread git-site-role
Updated the website built from mesos SHA: 8c0b351. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/a5fb0e1c Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/a5fb0e1c Diff:

[1/3] mesos git commit: Reorganized configuration documentation.

2017-10-11 Thread josephwu
Repository: mesos Updated Branches: refs/heads/master f1ecdd0f6 -> 8c0b3512e http://git-wip-us.apache.org/repos/asf/mesos/blob/8c0b3512/docs/configuration/agent.md -- diff --git a/docs/configuration/agent.md

[3/3] mesos git commit: Added CMake documentation.

2017-10-11 Thread josephwu
Added CMake documentation. This adds a CMake documentation file with best practices, CMake By Example, and consolidates, fixes, and updates the CMake configuration options to the configuration documentation. Review: https://reviews.apache.org/r/62732/ Project:

[2/3] mesos git commit: Reorganized configuration documentation.

2017-10-11 Thread josephwu
Reorganized configuration documentation. This splits `docs/configuration.md` into the `docs/configuration` folder. The documentation had grown too large, and so with `configuration.md` becoming a table of contents, the discoverability of the various runtime and build configurations is improved.

mesos-site git commit: Updated the website built from mesos SHA: f1ecdd0.

2017-10-11 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site e66262fec -> 88650024b Updated the website built from mesos SHA: f1ecdd0. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/88650024 Tree:

mesos git commit: Added FORTH-ICS to powered-by-mesos.md.

2017-10-11 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master a2ece4a23 -> f1ecdd0f6 Added FORTH-ICS to powered-by-mesos.md. This closes #241 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/f1ecdd0f Tree:

mesos-site git commit: Updated the website built from mesos SHA: d014c82.

2017-10-11 Thread git-site-role
Repository: mesos-site Updated Branches: refs/heads/asf-site 00be0b285 -> e66262fec Updated the website built from mesos SHA: d014c82. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/e66262fe Tree:

mesos git commit: Disabled Pylint error messages for apply-reviews support script.

2017-10-11 Thread vinodkone
Repository: mesos Updated Branches: refs/heads/master d014c8230 -> a2ece4a23 Disabled Pylint error messages for apply-reviews support script. This disables the error messages we have seen on CentOS when the version of Python running on the machine is older than 2.7.9. The two error messages

mesos git commit: Corrected quota to define it as minimal and maximal.

2017-10-11 Thread alexr
Repository: mesos Updated Branches: refs/heads/master 090830314 -> d014c8230 Corrected quota to define it as minimal and maximal. The current documented definition of a quota suggests it guarantees only the minimal guarantee, and that a framework can burst above that minimal. This is

[2/2] mesos-site git commit: Updated the website built from mesos SHA: 0908303.

2017-10-11 Thread git-site-role
Updated the website built from mesos SHA: 0908303. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/00be0b28 Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/00be0b28 Diff:

[1/2] mesos git commit: Removed unneeded configure step in mesos-tidy Docker image.

2017-10-11 Thread bbannier
Repository: mesos Updated Branches: refs/heads/master de7beab4f -> 090830314 Removed unneeded configure step in mesos-tidy Docker image. The mesos-tidy Docker image uses the cmake build to prepare Mesos for linting. The cmake build does not require running of 'bootstrap'. Review: