Browse Source

Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. Commit 2 of 2.

Ilnur Khuziev 3 years ago
parent
commit
60040c91ff

+ 5 - 5
build/docs/all.md

@@ -761,7 +761,7 @@ Is only used together with the macros like FILES(), PEERDIR(), COPY(), FROM\_SAN
 Documentation: https://wiki.yandex-team.ru/yatool/large-data/
 
 ###### Module [UNITTEST][]([name]) <a name="module_UNITTEST"></a>
-Unit test module based on library/cpp/testing/unittest. 
+Unit test module based on library/cpp/testing/unittest.
 It is recommended not to specify the name.
 
 Documentation: https://wiki.yandex-team.ru/yatool/test/#opisanievya.make1
@@ -833,7 +833,7 @@ Documentation about the Arcadia test system: https://wiki.yandex-team.ru/yatool/
 YT Unit test module based on mapreduce/yt/library/utlib
 
 ###### Module [Y\_BENCHMARK][]([benchmarkname]) <a name="module_Y_BENCHMARK"></a>
-Benchmark test based on the library/cpp/testing/benchmark. 
+Benchmark test based on the library/cpp/testing/benchmark.
 
 For more details see: https://wiki.yandex-team.ru/yatool/test/#zapuskbenchmark
 
@@ -1019,9 +1019,9 @@ Set memory allocator implementation for the PROGRAM()/DLL() module.
 This may only be specified for programs and dlls, use in other modules leads to configuration errors.
 
 Available allocators are: "LF", "LF\_YT", "LF\_DBG", "YT", "J", "B", "BM", "C", "TCMALLOC", "GOOGLE", "LOCKLESS", "SYSTEM", "FAKE", "MIM", "HU".
-  - LF - lfalloc (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc) 
-  - LF\_YT -  Allocator selection for YT (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/yt/ya.make) 
-  - LF\_DBG -  Debug allocator selection (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/dbg/ya.make) 
+  - LF - lfalloc (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc)
+  - LF\_YT -  Allocator selection for YT (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/yt/ya.make)
+  - LF\_DBG -  Debug allocator selection (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/dbg/ya.make)
   - YT - The YTAlloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/ytalloc/impl/ya.make)
   - J - The JEMalloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/malloc/jemalloc)
   - B - The balloc allocator named Pyotr Popov and Anton Samokhvalov

+ 5 - 5
build/docs/readme.md

@@ -615,7 +615,7 @@ Is only used together with the macros like FILES(), PEERDIR(), COPY(), FROM\_SAN
 Documentation: https://wiki.yandex-team.ru/yatool/large-data/
 
 ###### Module [UNITTEST][]([name]) <a name="module_UNITTEST"></a>
-Unit test module based on library/cpp/testing/unittest. 
+Unit test module based on library/cpp/testing/unittest.
 It is recommended not to specify the name.
 
 Documentation: https://wiki.yandex-team.ru/yatool/test/#opisanievya.make1
@@ -687,7 +687,7 @@ Documentation about the Arcadia test system: https://wiki.yandex-team.ru/yatool/
 YT Unit test module based on mapreduce/yt/library/utlib
 
 ###### Module [Y\_BENCHMARK][]([benchmarkname]) <a name="module_Y_BENCHMARK"></a>
-Benchmark test based on the library/cpp/testing/benchmark. 
+Benchmark test based on the library/cpp/testing/benchmark.
 
 For more details see: https://wiki.yandex-team.ru/yatool/test/#zapuskbenchmark
 
@@ -751,9 +751,9 @@ Set memory allocator implementation for the PROGRAM()/DLL() module.
 This may only be specified for programs and dlls, use in other modules leads to configuration errors.
 
 Available allocators are: "LF", "LF\_YT", "LF\_DBG", "YT", "J", "B", "BM", "C", "TCMALLOC", "GOOGLE", "LOCKLESS", "SYSTEM", "FAKE", "MIM", "HU".
-  - LF - lfalloc (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc) 
-  - LF\_YT -  Allocator selection for YT (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/yt/ya.make) 
-  - LF\_DBG -  Debug allocator selection (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/dbg/ya.make) 
+  - LF - lfalloc (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc)
+  - LF\_YT -  Allocator selection for YT (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/yt/ya.make)
+  - LF\_DBG -  Debug allocator selection (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/dbg/ya.make)
   - YT - The YTAlloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/ytalloc/impl/ya.make)
   - J - The JEMalloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/malloc/jemalloc)
   - B - The balloc allocator named Pyotr Popov and Anton Samokhvalov

+ 4 - 4
build/rules/contrib_deps.policy

@@ -2,9 +2,9 @@ ALLOW contrib/clickhouse -> library/cpp/consistent_hashing
 ALLOW contrib -> contrib
 ALLOW contrib -> build
 ALLOW contrib -> library/python/resource
-ALLOW contrib -> library/cpp/testing/unittest_main 
-ALLOW contrib -> library/cpp/testing/unittest 
-ALLOW contrib -> library/cpp/getopt 
+ALLOW contrib -> library/cpp/testing/unittest_main
+ALLOW contrib -> library/cpp/testing/unittest
+ALLOW contrib -> library/cpp/getopt
 ALLOW contrib -> library/cpp/resource
 ALLOW contrib -> library/cpp/charset
 ALLOW contrib -> library/cpp/svnversion
@@ -73,4 +73,4 @@ ALLOW contrib/python/marshmallow-mongoengine/py[23]/tests -> library/python/pyte
 # contrib tests is written by us, hence everything is allowed
 ALLOW contrib/tests -> .*
 
-DENY contrib -> .* 
+DENY contrib -> .*

+ 1 - 1
build/scripts/build_pln_header.py

@@ -14,7 +14,7 @@ def BuildPlnHeader():
     tmpPath = outPath + '.tmp'
     tmpFile = open(tmpPath, 'w')
 
-    tmpFile.write('#include <library/cpp/sse/sse.h>\n') 
+    tmpFile.write('#include <library/cpp/sse/sse.h>\n')
     tmpFile.write('#include <kernel/relevfml/relev_fml.h>\n')
     for path in sys.argv[2:]:
         name = os.path.basename(path).split(".")[0]  # name without extensions

+ 1 - 1
build/stdafx.hpp

@@ -242,7 +242,7 @@
 #include <util/generic/queue.h>
 #include <util/generic/adaptor.h>
 #include <util/string/escape.h>
-#include <library/cpp/string_utils/scan/scan.h> 
+#include <library/cpp/string_utils/scan/scan.h>
 #include <util/string/type.h>
 #include <util/string/join.h>
 #include <util/string/vector.h>

+ 1 - 1
build/ya.make

@@ -14,7 +14,7 @@ PY_SRCS(
 PEERDIR(
     library/cpp/deprecated/enum_codegen
     library/cpp/deprecated/split
-    library/cpp/string_utils/scan 
+    library/cpp/string_utils/scan
 )
 
 END()

+ 12 - 12
build/ymake.core.conf

@@ -1464,13 +1464,13 @@ when ($COMMON_LINK_SETTINGS == "yes") {
                 }
             }
             "LF" ? {
-                PEERDIR+=library/cpp/lfalloc 
+                PEERDIR+=library/cpp/lfalloc
             }
             "LF_YT" ? {
-                PEERDIR+=library/cpp/lfalloc/yt 
+                PEERDIR+=library/cpp/lfalloc/yt
             }
             "LF_DBG" ? {
-                PEERDIR+=library/cpp/lfalloc/dbg 
+                PEERDIR+=library/cpp/lfalloc/dbg
             }
             "B" ? {
                 PEERDIR+=library/cpp/balloc
@@ -1848,13 +1848,13 @@ UNITTEST_SEM=$CPP_PROGRAM_SEM && add_test NAME $REALPRJNAME COMMAND $REALPRJNAME
 # tag:test
 ### @usage: UNITTEST([name])
 ###
-### Unit test module based on library/cpp/testing/unittest. 
+### Unit test module based on library/cpp/testing/unittest.
 ### It is recommended not to specify the name.
 ###
 ### Documentation: https://wiki.yandex-team.ru/yatool/test/#opisanievya.make1
 module UNITTEST: _BASE_UNITTEST {
     .SEM=UNITTEST_SEM
-    PEERDIR(library/cpp/testing/unittest_main) 
+    PEERDIR(library/cpp/testing/unittest_main)
     ADD_YTEST($MODULE_PREFIX$REALPRJNAME unittest.py)
     SET(MODULE_LANG CPP)
 }
@@ -2299,11 +2299,11 @@ module EXECTEST: _BARE_UNIT {
 # tag:cpp-specific tag:test
 ### @usage: Y_BENCHMARK([benchmarkname])
 ###
-### Benchmark test based on the library/cpp/testing/benchmark. 
+### Benchmark test based on the library/cpp/testing/benchmark.
 ###
 ### For more details see: https://wiki.yandex-team.ru/yatool/test/#zapuskbenchmark
 module Y_BENCHMARK: PROGRAM {
-    PEERDIR(library/cpp/testing/benchmark/main) 
+    PEERDIR(library/cpp/testing/benchmark/main)
     SET(MODULE_LANG CPP)
 }
 
@@ -5259,9 +5259,9 @@ macro ADD_PERL_MODULE(Dir, Module) {
 ### This may only be specified for programs and dlls, use in other modules leads to configuration errors.
 ###
 ### Available allocators are: "LF", "LF_YT", "LF_DBG", "YT", "J", "B", "BM", "C", "TCMALLOC", "GOOGLE", "LOCKLESS", "SYSTEM", "FAKE", "MIM", "HU".
-###   - LF - lfalloc (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc) 
-###   - LF_YT -  Allocator selection for YT (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/yt/ya.make) 
-###   - LF_DBG -  Debug allocator selection (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/dbg/ya.make) 
+###   - LF - lfalloc (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc)
+###   - LF_YT -  Allocator selection for YT (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/yt/ya.make)
+###   - LF_DBG -  Debug allocator selection (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/lfalloc/dbg/ya.make)
 ###   - YT - The YTAlloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/cpp/ytalloc/impl/ya.make)
 ###   - J - The JEMalloc allocator (https://a.yandex-team.ru/arc/trunk/arcadia/library/malloc/jemalloc)
 ###   - B - The balloc allocator named Pyotr Popov and Anton Samokhvalov
@@ -6802,7 +6802,7 @@ macro _MX_GEN_TABLE(Srcs...) {
    PEERDIR(library/cpp/archive)
 }
 
-RELEV_FML_CODEGEN_INCLS=${output_include;hide:"kernel/relevfml/relev_fml.h"} ${output_include;hide:"library/cpp/sse/sse.h"} 
+RELEV_FML_CODEGEN_INCLS=${output_include;hide:"kernel/relevfml/relev_fml.h"} ${output_include;hide:"library/cpp/sse/sse.h"}
 
 ### @usage: GENERATE_ENUM_SERIALIZATION(File.h)
 ###
@@ -6878,7 +6878,7 @@ macro BUILD_MNS(Files...) {
 ### Relev specific macro.
 macro BUILD_PLNS(Src...) {
     .CMD=$YMAKE_PYTHON ${input:"build/scripts/build_pln_header.py"} ${output:"plnmodels.h"} ${input:Src} $RELEV_FML_CODEGEN_INCLS ${kv;hide:"p PN"} ${kv;hide:"pc yellow"}
-    .PEERDIR=kernel/relevfml library/cpp/sse 
+    .PEERDIR=kernel/relevfml library/cpp/sse
 }
 
 ### @usage: COMPILE_NLG(Src...)

+ 1 - 1
contrib/libs/cctz/README

@@ -5,4 +5,4 @@ This version is based on commit 2e86a776379ec6f2a60f4a6595a3b68cd3961cb4 from ht
 The following changes were made compared to the vanilla Google code:
   * the Time Zone Database may optionally be compiled into the library (just add a PEERDIR() to contrib/libs/cctz/tzdata subdirectory in your code);
   * some minor cleanups to avoid clang warnings;
-  * the tests were modified to work with library/cpp/testing/unittest. 
+  * the tests were modified to work with library/cpp/testing/unittest.

+ 2 - 2
contrib/libs/cxxsupp/openmp/ya.make

@@ -22,12 +22,12 @@ NO_PLATFORM()
 NO_COMPILER_WARNINGS()
 
 IF (SANITIZER_TYPE == thread)
-    NO_SANITIZE() 
+    NO_SANITIZE()
     CFLAGS(
         -fPIC
     )
 ENDIF()
- 
+
 IF (SANITIZER_TYPE == memory)
     NO_SANITIZE()
     CFLAGS(

+ 1 - 1
contrib/libs/farmhash/test.cc

@@ -1,4 +1,4 @@
-#include <library/cpp/testing/unittest/registar.h> 
+#include <library/cpp/testing/unittest/registar.h>
 
 #include "common.h"
 

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