forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[thirdparty] update googletest up to 1.12.1 version
Along with other fixes and updates, googletest v1.12.1 includes the fix that allows for building the library with CLANG 13 and newer [1]. [1] google/googletest#3427 Change-Id: Ic1a398cbb93a6edb918e84e05927feb4b067058c Reviewed-on: http://gerrit.cloudera.org:8080/18922 Reviewed-by: Attila Bukor <[email protected]> Tested-by: Alexey Serbin <[email protected]>
- Loading branch information
1 parent
f2c2bb5
commit f4a0040
Showing
11 changed files
with
343 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Licensed to the Apache Software Foundation (ASF) under one | ||
# or more contributor license agreements. See the NOTICE file | ||
# distributed with this work for additional information | ||
# regarding copyright ownership. The ASF licenses this file | ||
# to you under the Apache License, Version 2.0 (the | ||
# "License"); you may not use this file except in compliance | ||
# with the License. You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, | ||
# software distributed under the License is distributed on an | ||
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
# KIND, either express or implied. See the License for the | ||
# specific language governing permissions and limitations | ||
# under the License. | ||
[ | ||
{ include: [ "<gmock/gmock-actions.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/gmock-cardinalities.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/gmock-function-mocker.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/gmock-matchers.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/gmock-more-actions.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/gmock-more-matchers.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/gmock-nice-strict.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/gmock-spec-builders.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/internal/custom/gmock-generated-actions.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/internal/custom/gmock-matchers.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/internal/custom/gmock-port.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/internal/gmock-internal-utils.h>", private, "<gmock/gmock.h>", public ] }, | ||
{ include: [ "<gmock/internal/gmock-port.h>", private, "<gmock/gmock.h>", public ] } | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 0 additions & 11 deletions
11
thirdparty/patches/gmock-remove-unused-gunit-iwyu-pragma.patch
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.