diff options
author | dvshkurko <dvshkurko@yandex-team.ru> | 2022-02-10 16:45:51 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:51 +0300 |
commit | 321ee9bce31ec6e238be26dbcbe539cffa2c3309 (patch) | |
tree | 14407a2757cbf29eb97e266b7f07e851f971000c /contrib/restricted/googletest | |
parent | 2f6ca198245aeffd5e2d82b65927c2465b68b4f5 (diff) | |
download | ydb-321ee9bce31ec6e238be26dbcbe539cffa2c3309.tar.gz |
Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/restricted/googletest')
7 files changed, 66 insertions, 66 deletions
diff --git a/contrib/restricted/googletest/googlemock/gmock_main/ya.make b/contrib/restricted/googletest/googlemock/gmock_main/ya.make index eb95d44b72..fd75cce10b 100644 --- a/contrib/restricted/googletest/googlemock/gmock_main/ya.make +++ b/contrib/restricted/googletest/googlemock/gmock_main/ya.make @@ -1,5 +1,5 @@ -# Generated by devtools/yamaker. - +# Generated by devtools/yamaker. + LIBRARY() OWNER( @@ -7,7 +7,7 @@ OWNER( g:cpp-contrib ) -LICENSE(BSD-3-Clause) +LICENSE(BSD-3-Clause) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) @@ -22,21 +22,21 @@ ADDINCL( contrib/restricted/googletest/googlemock contrib/restricted/googletest/googletest ) - -NO_COMPILER_WARNINGS() - -NO_UTIL() - -CFLAGS( - GLOBAL -DGTEST_HAS_ABSL=0 - GLOBAL -DGTEST_OS_FUCHSIA=0 - GLOBAL -DGTEST_HAS_STD_WSTRING=1 + +NO_COMPILER_WARNINGS() + +NO_UTIL() + +CFLAGS( + GLOBAL -DGTEST_HAS_ABSL=0 + GLOBAL -DGTEST_OS_FUCHSIA=0 + GLOBAL -DGTEST_HAS_STD_WSTRING=1 ) SRCDIR(contrib/restricted/googletest/googlemock/src) - + SRCS( - GLOBAL gmock_main.cc + GLOBAL gmock_main.cc ) END() diff --git a/contrib/restricted/googletest/googlemock/ya.make b/contrib/restricted/googletest/googlemock/ya.make index 38649ba5fc..39e5c6b2bf 100644 --- a/contrib/restricted/googletest/googlemock/ya.make +++ b/contrib/restricted/googletest/googlemock/ya.make @@ -1,5 +1,5 @@ -# Generated by devtools/yamaker. - +# Generated by devtools/yamaker. + LIBRARY() OWNER( @@ -25,16 +25,16 @@ ADDINCL( contrib/restricted/googletest/googletest ) -NO_COMPILER_WARNINGS() - -NO_UTIL() - -CFLAGS( - GLOBAL -DGTEST_HAS_ABSL=0 - GLOBAL -DGTEST_OS_FUCHSIA=0 - GLOBAL -DGTEST_HAS_STD_WSTRING=1 -) - +NO_COMPILER_WARNINGS() + +NO_UTIL() + +CFLAGS( + GLOBAL -DGTEST_HAS_ABSL=0 + GLOBAL -DGTEST_OS_FUCHSIA=0 + GLOBAL -DGTEST_HAS_STD_WSTRING=1 +) + SRCS( src/gmock-all.cc ) diff --git a/contrib/restricted/googletest/googletest/gtest_main/ya.make b/contrib/restricted/googletest/googletest/gtest_main/ya.make index 98edf7262a..c35257b695 100644 --- a/contrib/restricted/googletest/googletest/gtest_main/ya.make +++ b/contrib/restricted/googletest/googletest/gtest_main/ya.make @@ -1,5 +1,5 @@ -# Generated by devtools/yamaker. - +# Generated by devtools/yamaker. + LIBRARY() OWNER( @@ -7,8 +7,8 @@ OWNER( g:cpp-contrib ) -LICENSE(BSD-3-Clause) - +LICENSE(BSD-3-Clause) + LICENSE_TEXTS(.yandex_meta/licenses.list.txt) PEERDIR( @@ -20,18 +20,18 @@ ADDINCL( contrib/restricted/googletest/googletest ) -NO_COMPILER_WARNINGS() - -NO_UTIL() - -CFLAGS( - GLOBAL -DGTEST_HAS_ABSL=0 - GLOBAL -DGTEST_OS_FUCHSIA=0 - GLOBAL -DGTEST_HAS_STD_WSTRING=1 +NO_COMPILER_WARNINGS() + +NO_UTIL() + +CFLAGS( + GLOBAL -DGTEST_HAS_ABSL=0 + GLOBAL -DGTEST_OS_FUCHSIA=0 + GLOBAL -DGTEST_HAS_STD_WSTRING=1 ) SRCDIR(contrib/restricted/googletest/googletest/src) - + SRCS( GLOBAL gtest_main.cc ) diff --git a/contrib/restricted/googletest/googletest/src/gtest-death-test.cc b/contrib/restricted/googletest/googletest/src/gtest-death-test.cc index 0d184ad24a..67a02012d8 100644 --- a/contrib/restricted/googletest/googletest/src/gtest-death-test.cc +++ b/contrib/restricted/googletest/googletest/src/gtest-death-test.cc @@ -66,17 +66,17 @@ # endif // GTEST_OS_QNX # if GTEST_OS_FUCHSIA -# error #include <lib/fdio/fd.h> -# error #include <lib/fdio/io.h> -# error #include <lib/fdio/spawn.h> -# error #include <lib/zx/channel.h> -# error #include <lib/zx/port.h> -# error #include <lib/zx/process.h> -# error #include <lib/zx/socket.h> -# error #include <zircon/processargs.h> -# error #include <zircon/syscalls.h> -# error #include <zircon/syscalls/policy.h> -# error #include <zircon/syscalls/port.h> +# error #include <lib/fdio/fd.h> +# error #include <lib/fdio/io.h> +# error #include <lib/fdio/spawn.h> +# error #include <lib/zx/channel.h> +# error #include <lib/zx/port.h> +# error #include <lib/zx/process.h> +# error #include <lib/zx/socket.h> +# error #include <zircon/processargs.h> +# error #include <zircon/syscalls.h> +# error #include <zircon/syscalls/policy.h> +# error #include <zircon/syscalls/port.h> # endif // GTEST_OS_FUCHSIA #endif // GTEST_HAS_DEATH_TEST diff --git a/contrib/restricted/googletest/googletest/src/gtest-port.cc b/contrib/restricted/googletest/googletest/src/gtest-port.cc index da65822d98..aa7daca68b 100644 --- a/contrib/restricted/googletest/googletest/src/gtest-port.cc +++ b/contrib/restricted/googletest/googletest/src/gtest-port.cc @@ -76,8 +76,8 @@ #endif // GTEST_OS_AIX #if GTEST_OS_FUCHSIA -# error #include <zircon/process.h> -# error #include <zircon/syscalls.h> +# error #include <zircon/process.h> +# error #include <zircon/syscalls.h> #endif // GTEST_OS_FUCHSIA #include "gtest/gtest-spi.h" diff --git a/contrib/restricted/googletest/googletest/src/gtest.cc b/contrib/restricted/googletest/googletest/src/gtest.cc index 856da12edb..4bef8ccf93 100644 --- a/contrib/restricted/googletest/googletest/src/gtest.cc +++ b/contrib/restricted/googletest/googletest/src/gtest.cc @@ -128,10 +128,10 @@ #endif #if GTEST_HAS_ABSL -#error #include "absl/debugging/failure_signal_handler.h" -#error #include "absl/debugging/stacktrace.h" -#error #include "absl/debugging/symbolize.h" -#error #include "absl/strings/str_cat.h" +#error #include "absl/debugging/failure_signal_handler.h" +#error #include "absl/debugging/stacktrace.h" +#error #include "absl/debugging/symbolize.h" +#error #include "absl/strings/str_cat.h" #endif // GTEST_HAS_ABSL namespace testing { diff --git a/contrib/restricted/googletest/googletest/ya.make b/contrib/restricted/googletest/googletest/ya.make index fd0915ff2c..7121f8d6d4 100644 --- a/contrib/restricted/googletest/googletest/ya.make +++ b/contrib/restricted/googletest/googletest/ya.make @@ -1,5 +1,5 @@ -# Generated by devtools/yamaker. - +# Generated by devtools/yamaker. + LIBRARY() OWNER( @@ -15,19 +15,19 @@ PEERDIR( contrib/libs/re2 ) -ADDINCL( +ADDINCL( GLOBAL contrib/restricted/googletest/googletest/include contrib/restricted/googletest/googletest -) - +) + NO_COMPILER_WARNINGS() -NO_UTIL() - +NO_UTIL() + CFLAGS( - GLOBAL -DGTEST_HAS_ABSL=0 - GLOBAL -DGTEST_OS_FUCHSIA=0 - GLOBAL -DGTEST_HAS_STD_WSTRING=1 + GLOBAL -DGTEST_HAS_ABSL=0 + GLOBAL -DGTEST_OS_FUCHSIA=0 + GLOBAL -DGTEST_HAS_STD_WSTRING=1 ) SRCS( |