Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16817
Change subject: [thirdparty] Upgrade glog to 0.4.0 ...................................................................... [thirdparty] Upgrade glog to 0.4.0 We are currently on glog 0.3.5 which is from 2017. We also have 4 patches on top of that version in thirdparty. This patch upgrades us to glog 0.4.0 which was released in 2019 and removes 3/4 patches that are now included in the release. I needed to adjust the remaining patch to apply and fix some usage of the CHECK macros to wrap in parenthesis to prevent macro expansion issues as well. I also adjusted the build scripts to use cmake instead of autoconf so that I could disable building the tests. Change-Id: I7101e985280157a08ecba3f1e236f9aaa23811cf --- M src/kudu/fs/dir_util-test.cc M src/kudu/util/logging.h M src/kudu/util/rw_mutex-test.cc M thirdparty/build-definitions.sh M thirdparty/download-thirdparty.sh D thirdparty/patches/glog-fix-symbolization.patch D thirdparty/patches/glog-issue-198-fix-unused-warnings.patch D thirdparty/patches/glog-issue-54-dont-build-tests.patch M thirdparty/patches/glog-support-stacktrace-for-aarch64.patch M thirdparty/vars.sh 10 files changed, 43 insertions(+), 455 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/17/16817/1 -- To view, visit http://gerrit.cloudera.org:8080/16817 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I7101e985280157a08ecba3f1e236f9aaa23811cf Gerrit-Change-Number: 16817 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
