aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndrey Khalyavin <halyavin@gmail.com>2022-02-10 16:46:29 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:29 +0300
commitf773626848a7c7456803654292e716b83d69cc12 (patch)
treedb052dfcf9134f492bdbb962cb6c16cea58e1ed3 /build
parentf43ab775d197d300eb67bd4497632b909cd7c2a5 (diff)
downloadydb-f773626848a7c7456803654292e716b83d69cc12.tar.gz
Restoring authorship annotation for Andrey Khalyavin <halyavin@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'build')
-rw-r--r--build/sanitize-blacklist.txt2
-rw-r--r--build/scripts/compile_cuda.py2
-rw-r--r--build/sysincl/libc-to-musl.yml4
-rw-r--r--build/sysincl/libc-to-nothing.yml2
-rw-r--r--build/sysincl/misc.yml8
-rw-r--r--build/sysincl/unsorted.yml8
-rw-r--r--build/ya.conf.json6
-rw-r--r--build/ymake.core.conf14
8 files changed, 23 insertions, 23 deletions
diff --git a/build/sanitize-blacklist.txt b/build/sanitize-blacklist.txt
index c1fb5e539f..72a876b8f3 100644
--- a/build/sanitize-blacklist.txt
+++ b/build/sanitize-blacklist.txt
@@ -1,4 +1,4 @@
src:*contrib/tools/python/src*
src:*contrib/tools/python3/src*
src:*contrib/libs/luajit*
-type:std::__*::locale::id=init
+type:std::__*::locale::id=init
diff --git a/build/scripts/compile_cuda.py b/build/scripts/compile_cuda.py
index c0bec50b2a..30696e7df1 100644
--- a/build/scripts/compile_cuda.py
+++ b/build/scripts/compile_cuda.py
@@ -62,7 +62,7 @@ def main():
for flag in skip_list:
if flag in cflags:
cflags.remove(flag)
-
+
skip_prefix_list = [
'-fsanitize=',
'-fsanitize-coverage=',
diff --git a/build/sysincl/libc-to-musl.yml b/build/sysincl/libc-to-musl.yml
index 810dd8d697..c7320dcd2b 100644
--- a/build/sysincl/libc-to-musl.yml
+++ b/build/sysincl/libc-to-musl.yml
@@ -91,7 +91,7 @@
- stdlib.h: contrib/libs/musl/include/stdlib.h
- string.h: contrib/libs/musl/include/string.h
- tgmath.h: contrib/libs/musl/include/tgmath.h
- - threads.h: contrib/libs/musl/include/threads.h
+ - threads.h: contrib/libs/musl/include/threads.h
- wchar.h: contrib/libs/musl/include/wchar.h
- wctype.h: contrib/libs/musl/include/wctype.h
@@ -240,7 +240,7 @@
- sys/xattr.h: contrib/libs/musl/include/sys/xattr.h
- tar.h: contrib/libs/musl/include/tar.h
- termios.h: contrib/libs/musl/include/termios.h
- - threads.h: contrib/libs/musl/include/threads.h
+ - threads.h: contrib/libs/musl/include/threads.h
- time.h: contrib/libs/musl/include/time.h
- uchar.h: contrib/libs/musl/include/uchar.h
- ucontext.h: contrib/libs/musl/include/ucontext.h
diff --git a/build/sysincl/libc-to-nothing.yml b/build/sysincl/libc-to-nothing.yml
index 15a413cdbd..cd88532d8f 100644
--- a/build/sysincl/libc-to-nothing.yml
+++ b/build/sysincl/libc-to-nothing.yml
@@ -146,7 +146,7 @@
- sys/xattr.h
- tar.h
- termios.h
- - threads.h
+ - threads.h
- time.h
- uchar.h
- ucontext.h
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml
index e9e6095888..db96c4954a 100644
--- a/build/sysincl/misc.yml
+++ b/build/sysincl/misc.yml
@@ -435,10 +435,10 @@
- err.h: contrib/libs/libsrtp/crypto/include/err.h
- stat.h: contrib/libs/libsrtp/crypto/include/stat.h
-- source_filter: "^contrib/restricted/openal-soft"
- includes:
- - threads.h: contrib/restricted/openal-soft/common/threads.h
-
+- source_filter: "^contrib/restricted/openal-soft"
+ includes:
+ - threads.h: contrib/restricted/openal-soft/common/threads.h
+
- source_filter: "^contrib/python/pymqi"
includes:
# IBM MQ
diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml
index a889b923a0..3c2b5333c5 100644
--- a/build/sysincl/unsorted.yml
+++ b/build/sysincl/unsorted.yml
@@ -325,7 +325,7 @@
- sys/mpctl.h
- sys/mutex.h
- sys/rwlock.h
- - sys/semaphore.h
+ - sys/semaphore.h
- sys/smp.h
- sys/stdint.h
- sys/systm.h
@@ -365,7 +365,7 @@
- crtassem.h
#endif
#if defined(_unix_) && TODO
- - bits/types/mbstate_t.h
+ - bits/types/mbstate_t.h
- sys/atomic.h
- sys/atomic_op.h
- sys/bsdskt.h
@@ -377,7 +377,7 @@
- sys/fmutex.h
- sys/int_types.h
- sys/loadavg.h
- - sys/localedef.h
+ - sys/localedef.h
- sys/machlock.h
- sys/mkdev.h
- sys/modem.h
@@ -411,7 +411,7 @@
- QuickDraw.h
- TextUtils.h
- Types.h
- - sys/_types/_mbstate_t.h
+ - sys/_types/_mbstate_t.h
#endif
#if defined(_OS2_)
- os2.h
diff --git a/build/ya.conf.json b/build/ya.conf.json
index 5f7cc875d6..c27044b96d 100644
--- a/build/ya.conf.json
+++ b/build/ya.conf.json
@@ -6725,10 +6725,10 @@
"gdb": {
"formula": {
"sandbox_id": [
- 1037272933,
- 1032891985,
+ 1037272933,
+ 1032891985,
717207102,
- 1032896450
+ 1032896450
],
"match": "GDB"
},
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 081833998b..722c31568c 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -9,7 +9,7 @@
FAKEID=3141592653
SANDBOX_FAKEID=${FAKEID}.7600000
-CPP_FAKEID=9107927
+CPP_FAKEID=9107927
GO_FAKEID=9056219
ANDROID_FAKEID=8821472
CLANG_TIDY_FAKEID=8625699
@@ -1294,12 +1294,12 @@ module _BASE_UNIT: _BARE_UNIT {
LINK_SCRIPT_EXE_FLAGS += --musl
PEERDIR+=contrib/libs/musl/include
}
-
- # g++ has proxy C-headers which are incompatible with libc++ proxy C-headers.
- # The same problem exists for clang toolchain. On the other hand, the problem
- # doesn't affect cl since it has united C/C++ library and doesn't need
- # proxy C-headers.
- # Disable all C++ headers including proxy C-headers when we use libc++.
+
+ # g++ has proxy C-headers which are incompatible with libc++ proxy C-headers.
+ # The same problem exists for clang toolchain. On the other hand, the problem
+ # doesn't affect cl since it has united C/C++ library and doesn't need
+ # proxy C-headers.
+ # Disable all C++ headers including proxy C-headers when we use libc++.
when ($USE_INTERNAL_STL == "yes" && $MSVC != "yes") {
CXXFLAGS += -nostdinc++
}