Browse Source

Restoring authorship annotation for Andrey Khalyavin <halyavin@gmail.com>. Commit 2 of 2.

Andrey Khalyavin 3 years ago
parent
commit
4b839d0704

+ 1 - 1
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

+ 1 - 1
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=',

+ 2 - 2
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

+ 1 - 1
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

+ 4 - 4
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

+ 4 - 4
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

+ 3 - 3
build/ya.conf.json

@@ -6725,10 +6725,10 @@
         "gdb": {
             "formula": {
                 "sandbox_id": [
-                    1037272933, 
-                    1032891985, 
+                    1037272933,
+                    1032891985,
                     717207102,
-                    1032896450 
+                    1032896450
                 ],
                 "match": "GDB"
             },

+ 7 - 7
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++
     }

+ 3 - 3
contrib/libs/antlr3_cpp_runtime/include/antlr3defs.hpp

@@ -54,9 +54,9 @@
 #define	_CRT_SECURE_NO_DEPRECATE 
 #endif
 
-#ifndef NOMINMAX 
-#define NOMINMAX 
-#endif 
+#ifndef NOMINMAX
+#define NOMINMAX
+#endif
 #include    <winsock2.h>
 
 #define	ANTLR_INLINE	        __inline

+ 7 - 7
contrib/libs/base64/avx2/dec_avx2.c

@@ -38,13 +38,13 @@ while (srclen >= 45)
 
 	// Check for invalid input: if any of the delta values are zero,
 	// fall back on bytewise code to do error checking and reporting:
-#ifdef _MSC_VER 
-	// Hack for MSVC miscompilation - it inserts vzeroupper for the break 
-	// (we need to clear YMM registers before exiting the function) 
-	// while delta and str are still in the registers. 
-	// Save delta/str in memory manually. 
-	_mm256_zeroupper(); 
-#endif     
+#ifdef _MSC_VER
+	// Hack for MSVC miscompilation - it inserts vzeroupper for the break
+	// (we need to clear YMM registers before exiting the function)
+	// while delta and str are still in the registers.
+	// Save delta/str in memory manually.
+	_mm256_zeroupper();
+#endif    
 	if (_mm256_movemask_epi8(CMPEQ(delta, 0))) {
 		break;
 	}

Some files were not shown because too many files changed in this diff