git commit: Added 'make bench' make target to run benchmark tests under 'src/'.

2014-04-08 Thread yan
Repository: mesos Updated Branches: refs/heads/master 9197058ae -> fb3e77641 Added 'make bench' make target to run benchmark tests under 'src/'. - The 'benchmark' tests are the GTEST test cases or tests with the name containing 'BENCHMARK_'. - The tests can be inovked by 'make bench' command

git commit: Added support for constructing a Future from a Try.

2014-04-08 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 497186dd3 -> 9197058ae Added support for constructing a Future from a Try. Review: https://reviews.apache.org/r/20106 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/9

git commit: Fixed a call to delete where delete[] should have been used.

2014-04-08 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 79ac35626 -> 497186dd3 Fixed a call to delete where delete[] should have been used. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/497186dd Tree: http://git-wip-us.apa

git commit: Updated the fetcher subprocess to pass in the environment explicitly.

2014-04-08 Thread bmahler
Repository: mesos Updated Branches: refs/heads/master 4085b8607 -> 79ac35626 Updated the fetcher subprocess to pass in the environment explicitly. Review: https://reviews.apache.org/r/19164 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/