diff options
author | Vlad Yaroslavlev <vladon@vladon.com> | 2022-02-10 16:46:23 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:23 +0300 |
commit | 706b83ed7de5a473436620367af31fc0ceecde07 (patch) | |
tree | 103305d30dec77e8f6367753367f59b3cd68f9f1 /contrib/libs/cxxsupp | |
parent | 918e8a1574070d0ec733f0b76cfad8f8892ad2e5 (diff) | |
download | ydb-706b83ed7de5a473436620367af31fc0ceecde07.tar.gz |
Restoring authorship annotation for Vlad Yaroslavlev <vladon@vladon.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/cxxsupp')
-rw-r--r-- | contrib/libs/cxxsupp/builtins/ya.make | 4 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/ya.make | 4 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libcxxrt/ya.make | 4 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/libsan/ya.make | 2 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/openmp/ya.make | 4 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/system_stl/include/ya.make | 8 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/system_stl/ya.make | 4 | ||||
-rw-r--r-- | contrib/libs/cxxsupp/ya.make | 8 |
8 files changed, 19 insertions, 19 deletions
diff --git a/contrib/libs/cxxsupp/builtins/ya.make b/contrib/libs/cxxsupp/builtins/ya.make index d2c319c927..7005a43c58 100644 --- a/contrib/libs/cxxsupp/builtins/ya.make +++ b/contrib/libs/cxxsupp/builtins/ya.make @@ -22,12 +22,12 @@ VERSION(2016-03-03-08f0372c351a57b01afee6c64066961203da28c5) ORIGINAL_SOURCE(https://github.com/llvm/llvm-project) -OWNER( +OWNER( pg somov g:contrib g:cpp-contrib -) +) # Check MUSL before NO_PLATFORM() disables it. IF (MUSL) diff --git a/contrib/libs/cxxsupp/libcxx/ya.make b/contrib/libs/cxxsupp/libcxx/ya.make index 15403fe6d5..2e2e00b262 100644 --- a/contrib/libs/cxxsupp/libcxx/ya.make +++ b/contrib/libs/cxxsupp/libcxx/ya.make @@ -12,12 +12,12 @@ LICENSE_TEXTS(.yandex_meta/licenses.list.txt) VERSION(2021-04-02-7959d59028dd126416cdf10dbbd22162922e1336) -OWNER( +OWNER( halyavin somov g:cpp-committee g:cpp-contrib -) +) ADDINCL( GLOBAL contrib/libs/cxxsupp/libcxx/include diff --git a/contrib/libs/cxxsupp/libcxxrt/ya.make b/contrib/libs/cxxsupp/libcxxrt/ya.make index 12dccbd505..bb6852d220 100644 --- a/contrib/libs/cxxsupp/libcxxrt/ya.make +++ b/contrib/libs/cxxsupp/libcxxrt/ya.make @@ -11,13 +11,13 @@ LICENSE( LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -OWNER( +OWNER( pg setser somov g:cpp-committee g:cpp-contrib -) +) VERSION(2021-09-08-14bf5d5526056ae1cc16f03b7b8e96108a1e38d0) diff --git a/contrib/libs/cxxsupp/libsan/ya.make b/contrib/libs/cxxsupp/libsan/ya.make index 2fb16630be..9ed45cd816 100644 --- a/contrib/libs/cxxsupp/libsan/ya.make +++ b/contrib/libs/cxxsupp/libsan/ya.make @@ -15,7 +15,7 @@ OWNER(somov) PYTHON( generate_symbolizer.py ${CXX_COMPILER} STDOUT symbolizer.c -) +) CFLAGS(-fPIC) diff --git a/contrib/libs/cxxsupp/openmp/ya.make b/contrib/libs/cxxsupp/openmp/ya.make index 2c64468375..a0ccee456a 100644 --- a/contrib/libs/cxxsupp/openmp/ya.make +++ b/contrib/libs/cxxsupp/openmp/ya.make @@ -9,11 +9,11 @@ LICENSE_TEXTS(.yandex_meta/licenses.list.txt) VERSION(5.0) -OWNER( +OWNER( pg g:contrib g:cpp-contrib -) +) NO_UTIL() diff --git a/contrib/libs/cxxsupp/system_stl/include/ya.make b/contrib/libs/cxxsupp/system_stl/include/ya.make index 06f1a0286c..525fe3844d 100644 --- a/contrib/libs/cxxsupp/system_stl/include/ya.make +++ b/contrib/libs/cxxsupp/system_stl/include/ya.make @@ -1,4 +1,4 @@ -OWNER( - g:contrib - g:cpp-contrib -) +OWNER( + g:contrib + g:cpp-contrib +) diff --git a/contrib/libs/cxxsupp/system_stl/ya.make b/contrib/libs/cxxsupp/system_stl/ya.make index 75317898ac..0531a90521 100644 --- a/contrib/libs/cxxsupp/system_stl/ya.make +++ b/contrib/libs/cxxsupp/system_stl/ya.make @@ -4,11 +4,11 @@ WITHOUT_LICENSE_TEXTS() LICENSE(YandexOpen) -OWNER( +OWNER( g:contrib g:cpp-contrib somov -) +) NO_PLATFORM() diff --git a/contrib/libs/cxxsupp/ya.make b/contrib/libs/cxxsupp/ya.make index 6cd299ac8a..10e5b4c0f1 100644 --- a/contrib/libs/cxxsupp/ya.make +++ b/contrib/libs/cxxsupp/ya.make @@ -5,10 +5,10 @@ WITHOUT_LICENSE_TEXTS() # Proxy library LICENSE(Not-Applicable) -OWNER( - g:contrib - g:cpp-contrib -) +OWNER( + g:contrib + g:cpp-contrib +) NO_PLATFORM() DISABLE(OPENSOURCE_EXPORT) |