Commits


Micah Kornfield authored and Wes McKinney committed 579fefbcd03
ARROW-4423: [C++] Upgrade vendored gmock/gtest to 1.8.1 This change seems to indicate an alternative would be to force the build to be Release type (and avoid the naming magic). It doesn't appear that the conda feedstock (https://github.com/conda-forge/gtest-feedstock/blob/master/recipe/build.sh) builds debug for linux at all. it does for windows though: (https://github.com/conda-forge/gtest-feedstock/blob/master/recipe/bld.bat) I'm not sure if we care a lot about this? Author: Micah Kornfield <emkornfield@gmail.com> Author: emkornfield <emkornfield@gmail.com> Closes #3589 from emkornfield/upgrade_gmock and squashes the following commits: 2df8f58c8 <emkornfield> fix case of "set" 200dec771 <Micah Kornfield> try naming for debug e910d47fd <Micah Kornfield> remove hack for different vendored vs conda gmock af7740b69 <Micah Kornfield> Upgrade vendored gmock to 1.8.1