aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl
diff options
context:
space:
mode:
authorsnermolaev <snermolaev@yandex-team.ru>2022-02-10 16:45:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:53 +0300
commit2015790ac9fcc04caab83fccc23ab2460310a797 (patch)
treee644e9bc3f6f688561a871793b59bf8a637e0f72 /build/sysincl
parentc768a99151e47c3a4bb7b92c514d256abd301c4d (diff)
downloadydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/sysincl')
-rw-r--r--build/sysincl/android.yml10
-rw-r--r--build/sysincl/darwin.yml2
-rw-r--r--build/sysincl/libc-musl-libcxx.yml2
-rw-r--r--build/sysincl/libc-to-musl.yml4
-rw-r--r--build/sysincl/linux.yml2
-rw-r--r--build/sysincl/misc.yml14
-rw-r--r--build/sysincl/unsorted.yml10
7 files changed, 22 insertions, 22 deletions
diff --git a/build/sysincl/android.yml b/build/sysincl/android.yml
index 97cfbf38d2..26347da232 100644
--- a/build/sysincl/android.yml
+++ b/build/sysincl/android.yml
@@ -2,13 +2,13 @@
- android/asset_manager.h
- android/asset_manager_jni.h
- android/dlext.h
- - android/log.h
- - android/native_window_jni.h
- - cpu-features.h: contrib/libs/android_cpufeatures/cpu-features.h
+ - android/log.h
+ - android/native_window_jni.h
+ - cpu-features.h: contrib/libs/android_cpufeatures/cpu-features.h
- ifaddrs.h: contrib/libs/libc_compat/include/ifaddrs/ifaddrs.h
- jni.h: contrib/libs/jdk/include/jni.h
- - vulkan/vulkan.h
- - vulkan/vk_sdk_platform.h
+ - vulkan/vulkan.h
+ - vulkan/vk_sdk_platform.h
- EGL/egl.h
- EGL/eglext.h
- GLES2/gl2.h
diff --git a/build/sysincl/darwin.yml b/build/sysincl/darwin.yml
index 582c7e1202..473c314f1c 100644
--- a/build/sysincl/darwin.yml
+++ b/build/sysincl/darwin.yml
@@ -73,7 +73,7 @@
- mach/mach_vm.h
- mach/machine.h
- mach/machine/vm_param.h
- - mach/processor_info.h
+ - mach/processor_info.h
- mach/semaphore.h
- mach/shared_memory_server.h
- mach/shared_region.h
diff --git a/build/sysincl/libc-musl-libcxx.yml b/build/sysincl/libc-musl-libcxx.yml
index 539ce8e9aa..e6dfbca366 100644
--- a/build/sysincl/libc-musl-libcxx.yml
+++ b/build/sysincl/libc-musl-libcxx.yml
@@ -2,5 +2,5 @@
includes:
- inttypes.h: contrib/libs/cxxsupp/libcxx/include/inttypes.h
- string.h: contrib/libs/cxxsupp/libcxx/include/string.h
- - stddef.h: contrib/libs/cxxsupp/libcxx/include/stddef.h
+ - stddef.h: contrib/libs/cxxsupp/libcxx/include/stddef.h
- stdint.h: contrib/libs/cxxsupp/libcxx/include/stdint.h
diff --git a/build/sysincl/libc-to-musl.yml b/build/sysincl/libc-to-musl.yml
index 810dd8d697..db5cf6da1b 100644
--- a/build/sysincl/libc-to-musl.yml
+++ b/build/sysincl/libc-to-musl.yml
@@ -6,7 +6,7 @@
# or some combination of them depending on the build flags.
# Musl has some internal header replacements. We will just resolve to both.
-- source_filter: "^(contrib/libs/musl|contrib/libs/cxxsupp/libcxx/include/__config)"
+- source_filter: "^(contrib/libs/musl|contrib/libs/cxxsupp/libcxx/include/__config)"
includes:
- arpa/inet.h:
- contrib/libs/musl/include/arpa/inet.h
@@ -67,7 +67,7 @@
- contrib/libs/musl/src/include/wchar.h
- inttypes.h: contrib/libs/musl/include/inttypes.h
- - stddef.h: contrib/libs/musl/include/stddef.h
+ - stddef.h: contrib/libs/musl/include/stddef.h
- stdint.h: contrib/libs/musl/include/stdint.h
diff --git a/build/sysincl/linux.yml b/build/sysincl/linux.yml
index a92a09bb9c..083ed4d039 100644
--- a/build/sysincl/linux.yml
+++ b/build/sysincl/linux.yml
@@ -44,7 +44,7 @@
- sys/cdefs.h
- sys/memfd.h
- sys/queue.h
- - sys/platform/ppc.h
+ - sys/platform/ppc.h
- sys/socketvar.h
- sys/sysctl.h
- sys/unistd.h
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml
index e9e6095888..f0fe93846d 100644
--- a/build/sysincl/misc.yml
+++ b/build/sysincl/misc.yml
@@ -26,17 +26,17 @@
- includes:
- cudnn.h: contrib/libs/nvidia/cudnn/cudnn.h
-# _cgo_export.h is generated into build dir of go package which uses cgo
-# and we are unable to resolve it correctly to whcih build dir to resolve
-# in the case when tests are also built for this package
-- includes:
- - _cgo_export.h
-
+# _cgo_export.h is generated into build dir of go package which uses cgo
+# and we are unable to resolve it correctly to whcih build dir to resolve
+# in the case when tests are also built for this package
+- includes:
+ - _cgo_export.h
+
# Resolve jni.h from swig/Lib/java/javahead.swg when building non-java .swg
# since they do not peerdir contrib/libs/jdk.
# Resolve Python.h from swig/Lib/python/pyruntime.swg when building non-python .swg
# since they do not peerdir contrib/libs/python.
-- source_filter: "[.]swg([.](h|c(c|pp|xx)?))?$"
+- source_filter: "[.]swg([.](h|c(c|pp|xx)?))?$"
includes:
- jni.h: contrib/libs/jdk/include/jni.h
- Python.h: contrib/libs/python/Include/Python.h
diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml
index a889b923a0..8c8357adde 100644
--- a/build/sysincl/unsorted.yml
+++ b/build/sysincl/unsorted.yml
@@ -1,4 +1,4 @@
-- source_filter: "^contrib(?!/restricted/gstreamer/gst/parse)"
+- source_filter: "^contrib(?!/restricted/gstreamer/gst/parse)"
includes:
- port.h
- types.h
@@ -247,10 +247,10 @@
- BaseTsd.h
- iphlpapi.h
-- source_filter: "^(?!contrib/python/line_profiler/)"
- includes:
- - timers.h
-
+- source_filter: "^(?!contrib/python/line_profiler/)"
+ includes:
+ - timers.h
+
- includes:
- cpu-features.h
- cuda/include/cuComplex.h