diff options
author | mkolom <mkolom@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:07 +0300 |
commit | 5cc85744b35577ef3ca2214128c9e0c41927119e (patch) | |
tree | fba9b982a07e2e19a253f5d9a8ef1226a726919a /contrib | |
parent | dbd3185956979f21ea16ef90c1ba4aa2d6a75fae (diff) | |
download | ydb-5cc85744b35577ef3ca2214128c9e0c41927119e.tar.gz |
Restoring authorship annotation for <mkolom@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib')
6 files changed, 25 insertions, 25 deletions
diff --git a/contrib/libs/cxxsupp/openmp/omp.h b/contrib/libs/cxxsupp/openmp/omp.h index 2dee5600ec..0511af514e 100644 --- a/contrib/libs/cxxsupp/openmp/omp.h +++ b/contrib/libs/cxxsupp/openmp/omp.h @@ -114,14 +114,14 @@ extern int __KAI_KMPC_CONVENTION omp_get_team_num (void); extern int __KAI_KMPC_CONVENTION omp_get_cancellation (void); -#if 0 // !defined(NORUNTIME) && !defined(USE_STL_SYSTEM) - // We need to put all possible dependencies to prevent blinking: - // on all stdlib.h that can be mentioned here within a platform. -# include <contrib/libs/cxxsupp/libcxx/include/stdlib.h> -#else +#if 0 // !defined(NORUNTIME) && !defined(USE_STL_SYSTEM) + // We need to put all possible dependencies to prevent blinking: + // on all stdlib.h that can be mentioned here within a platform. +# include <contrib/libs/cxxsupp/libcxx/include/stdlib.h> +#else # include <stdlib.h> -#endif - +#endif + /* kmp API functions */ extern int __KAI_KMPC_CONVENTION kmp_get_stacksize (void); extern void __KAI_KMPC_CONVENTION kmp_set_stacksize (int); diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.h b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.h index ce181d8eb1..2f09cf72a4 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.h +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/strings/numbers.h @@ -28,12 +28,12 @@ #endif #ifdef _Y__SSE4_2__ -#ifdef _MSC_VER -#include <intrin.h> -#else +#ifdef _MSC_VER +#include <intrin.h> +#else #include <x86intrin.h> #endif -#endif +#endif #include <cstddef> #include <cstdlib> diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/ya.make b/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/ya.make index d7e1dc0c26..373f1f4ba9 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/ya.make +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/time/time_zone/ya.make @@ -15,10 +15,10 @@ ADDINCL( GLOBAL contrib/restricted/abseil-cpp-tstring ) -IF (OS_DARWIN) - EXTRALIBS("-framework CoreFoundation") -ENDIF() - +IF (OS_DARWIN) + EXTRALIBS("-framework CoreFoundation") +ENDIF() + NO_COMPILER_WARNINGS() SRCDIR(contrib/restricted/abseil-cpp-tstring/y_absl/time/internal/cctz/src) diff --git a/contrib/restricted/abseil-cpp/absl/strings/numbers.h b/contrib/restricted/abseil-cpp/absl/strings/numbers.h index 899e623c8c..caba59bcec 100644 --- a/contrib/restricted/abseil-cpp/absl/strings/numbers.h +++ b/contrib/restricted/abseil-cpp/absl/strings/numbers.h @@ -24,12 +24,12 @@ #define ABSL_STRINGS_NUMBERS_H_ #ifdef __SSE4_2__ -#ifdef _MSC_VER -#include <intrin.h> -#else +#ifdef _MSC_VER +#include <intrin.h> +#else #include <x86intrin.h> #endif -#endif +#endif #include <cstddef> #include <cstdlib> diff --git a/contrib/restricted/abseil-cpp/absl/time/time_zone/ya.make b/contrib/restricted/abseil-cpp/absl/time/time_zone/ya.make index 810a0b318c..cd83987d2d 100644 --- a/contrib/restricted/abseil-cpp/absl/time/time_zone/ya.make +++ b/contrib/restricted/abseil-cpp/absl/time/time_zone/ya.make @@ -12,10 +12,10 @@ ADDINCL( GLOBAL contrib/restricted/abseil-cpp ) -IF (OS_DARWIN) - EXTRALIBS("-framework CoreFoundation") -ENDIF() - +IF (OS_DARWIN) + EXTRALIBS("-framework CoreFoundation") +ENDIF() + NO_COMPILER_WARNINGS() NO_UTIL() diff --git a/contrib/tools/cython/Cython/ya.make b/contrib/tools/cython/Cython/ya.make index f4aacbdf94..35bc4d8e73 100644 --- a/contrib/tools/cython/Cython/ya.make +++ b/contrib/tools/cython/Cython/ya.make @@ -2,8 +2,8 @@ PY23_LIBRARY() OWNER(g:yatool) -NO_LINT() - +NO_LINT() + # Minimal set of the files required to support coverage (DEVTOOLS-4095) PY_SRCS( __init__.py |