Commits


Micah Kornfield authored and Uwe L. Korn committed 8982ac1d6b0
ARROW-4277: [C++] Add gmock to the toolchain To some extent this was an educated guess on CMake settings (with a lot of copy and pasting, so I expect things could be done slightly better). Author: Micah Kornfield <emkornfield@gmail.com> Closes #3416 from emkornfield/gmock and squashes the following commits: d6b143fe <Micah Kornfield> try to fix mac 9f8854eb <Micah Kornfield> revert version bump for gtest and append GMOCK directory before other includes e3b3a32c <Micah Kornfield> try to use vendored gmock on trusty 4c2425bf <Micah Kornfield> reorder gtest library for trusty? 367abc9f <Micah Kornfield> Can more typos 2cf4a268 <Micah Kornfield> Remove force found and add more messaging 43f47af2 <Micah Kornfield> remove unused GMOCK_HOME 0a738b9e <Micah Kornfield> remove prefix 7c78244a <Micah Kornfield> force gmock true 218506e3 <Micah Kornfield> fix condition 84bab120 <Micah Kornfield> fix environment variable f7f23a0d <Micah Kornfield> remove duplicate gmock 0c0ff927 <Micah Kornfield> fix some typos 812f4142 <Micah Kornfield> update gmock output description in gmock modules 626621a1 <Micah Kornfield> cleanup bad suffixes and use gtest_roots 4d69be85 <Micah Kornfield> fix cmake gmock message and format 7c05e73d <Micah Kornfield> update cmake recipe with copy/paste bug fixes be8020a4 <Micah Kornfield> add gmock to conda package list e4d081ab <Micah Kornfield> add mock f2c47681 <Micah Kornfield> replace DummyBinaryKernel 3c51702c <Micah Kornfield> add many linux build 911f093a <Micah Kornfield> Add gmock (mostly guesswork and copy/paste)