Commits


Kouhei Sutou authored and Wes McKinney committed 2b4ca01898f
ARROW-5369: [C++] Add support for glog on Windows Windows doesn't have sigaction() but has signal(). glog also uses signal(): https://github.com/google/glog/blob/master/src/signalhandler.cc#L390 Author: Kouhei Sutou <kou@clear-code.com> Closes #4342 from kou/cpp-support-glob-on-windows and squashes the following commits: 779cfa7af <Kouhei Sutou> Disable glog on AppVeyor 216d2da8c <Kouhei Sutou> Add support for glog on Windows