You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kudu.apache.org by "Dan Burkert (Code Review)" <ge...@ip-10-146-233-104.ec2.internal> on 2016/01/12 01:35:31 UTC

[kudu-CR] C++11: Simplify thirdparty TSAN build

Hello Adar Dembo, Todd Lipcon,

I'd like you to do a code review.  Please visit

    http://gerrit.cloudera.org:8080/1763

to review the following change.

Change subject: C++11: Simplify thirdparty TSAN build
......................................................................

C++11: Simplify thirdparty TSAN build

This commit addresses Adar's feedback on the C++11 patch. TSAN instrumented
dependencies are now always built on Linux and installed into an alternate
prefix. This commit will be squashed into the C++11 mega patch prior to
submission.

Change-Id: I5e9824db19383556da88053779bdde1e66cdfa44
---
M CMakeLists.txt
M README.adoc
M build-support/tools/kudu-lint/cmake_modules/FindLLVM.cmake
M cmake_modules/FindBitshuffle.cmake
M cmake_modules/FindCrcutil.cmake
M cmake_modules/FindGFlags.cmake
M cmake_modules/FindGLog.cmake
M cmake_modules/FindGMock.cmake
M cmake_modules/FindGPerf.cmake
M cmake_modules/FindLibEv.cmake
M cmake_modules/FindLz4.cmake
M cmake_modules/FindProtobuf.cmake
M cmake_modules/FindSnappy.cmake
M cmake_modules/FindZlib.cmake
M src/kudu/codegen/CMakeLists.txt
M thirdparty/.gitignore
A thirdparty/build-definitions.sh
M thirdparty/build-if-necessary.sh
M thirdparty/build-thirdparty.sh
M thirdparty/download-thirdparty.sh
M thirdparty/vars.sh
21 files changed, 652 insertions(+), 673 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/63/1763/1
-- 
To view, visit http://gerrit.cloudera.org:8080/1763
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5e9824db19383556da88053779bdde1e66cdfa44
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Dan Burkert <da...@cloudera.com>
Gerrit-Reviewer: Adar Dembo <ad...@cloudera.com>
Gerrit-Reviewer: Todd Lipcon <to...@apache.org>