Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16826
Change subject: Replace boost::iequals with our own implementation ...................................................................... Replace boost::iequals with our own implementation This patch replaces uses of boost::iequals with our own implementation. This is a step in our ongoing work to reduce dependence on boost. Change-Id: I6d2fdd30b739cee53e1551f784dbebfbe76e9233 --- M src/kudu/clock/hybrid_clock.cc M src/kudu/hms/hms_client.cc M src/kudu/integration-tests/hms_itest-base.cc M src/kudu/rpc/sasl_common.cc M src/kudu/security/tls_context.cc M src/kudu/server/default_path_handlers.cc M src/kudu/server/server_base.cc M src/kudu/tools/ksck.cc M src/kudu/tools/kudu-tool-test.cc M src/kudu/tools/table_scanner.cc M src/kudu/tools/tool_action_cluster.cc M src/kudu/tools/tool_action_common.cc M src/kudu/tools/tool_action_hms.cc M src/kudu/tools/tool_action_master.cc M src/kudu/tools/tool_action_table.cc M src/kudu/tools/tool_action_test.cc M src/kudu/tools/tool_action_tserver.cc M src/kudu/util/flags.cc M src/kudu/util/string_case-test.cc M src/kudu/util/string_case.cc M src/kudu/util/string_case.h 21 files changed, 141 insertions(+), 104 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/26/16826/1 -- To view, visit http://gerrit.cloudera.org:8080/16826 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I6d2fdd30b739cee53e1551f784dbebfbe76e9233 Gerrit-Change-Number: 16826 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
