diff options
author | dvshkurko <dvshkurko@yandex-team.ru> | 2022-02-10 16:45:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:52 +0300 |
commit | c768a99151e47c3a4bb7b92c514d256abd301c4d (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/restricted | |
parent | 321ee9bce31ec6e238be26dbcbe539cffa2c3309 (diff) | |
download | ydb-c768a99151e47c3a4bb7b92c514d256abd301c4d.tar.gz |
Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/restricted')
9 files changed, 68 insertions, 68 deletions
diff --git a/contrib/restricted/boost/libs/filesystem/ya.make b/contrib/restricted/boost/libs/filesystem/ya.make index 7eeccca3f7..bfad363675 100644 --- a/contrib/restricted/boost/libs/filesystem/ya.make +++ b/contrib/restricted/boost/libs/filesystem/ya.make @@ -25,7 +25,7 @@ ENDIF() PEERDIR( ${BOOST_ROOT}/libs/system ) - + SRCS( src/codecvt_error_category.cpp src/operations.cpp diff --git a/contrib/restricted/boost/libs/python/ya.make b/contrib/restricted/boost/libs/python/ya.make index 387da91185..8a9607986f 100644 --- a/contrib/restricted/boost/libs/python/ya.make +++ b/contrib/restricted/boost/libs/python/ya.make @@ -11,7 +11,7 @@ OWNER( ) INCLUDE(${ARCADIA_ROOT}/contrib/restricted/boost/boost_common.inc) - + CFLAGS( GLOBAL -DBOOST_PYTHON_STATIC_LIB ) diff --git a/contrib/restricted/googletest/googlemock/gmock_main/ya.make b/contrib/restricted/googletest/googlemock/gmock_main/ya.make index fd75cce10b..eb95d44b72 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 39e5c6b2bf..38649ba5fc 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 c35257b695..98edf7262a 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 67a02012d8..0d184ad24a 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 aa7daca68b..da65822d98 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 4bef8ccf93..856da12edb 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 7121f8d6d4..fd0915ff2c 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( |