diff options
author | mcheshkov <mcheshkov@yandex-team.ru> | 2022-02-10 16:46:16 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:16 +0300 |
commit | 1312621288956f199a5bd5342b0133d4395fa725 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build | |
parent | e9d19cec64684c9c1e6b0c98297e5b895cf904fe (diff) | |
download | ydb-1312621288956f199a5bd5342b0133d4395fa725.tar.gz |
Restoring authorship annotation for <mcheshkov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build')
-rw-r--r-- | build/plugins/code_generator.py | 2 | ||||
-rw-r--r-- | build/sysincl/misc.yml | 8 | ||||
-rw-r--r-- | build/ymake.core.conf | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/build/plugins/code_generator.py b/build/plugins/code_generator.py index 04d0d8c314..ca8bb18c15 100644 --- a/build/plugins/code_generator.py +++ b/build/plugins/code_generator.py @@ -41,5 +41,5 @@ class CodeGeneratorTemplateParser(object): def init(): - iw.addparser('markettemplate', CodeGeneratorTemplateParser) + iw.addparser('markettemplate', CodeGeneratorTemplateParser) iw.addparser('macro', CodeGeneratorTemplateParser) diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index 55c84a79df..e9e6095888 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -208,10 +208,10 @@ includes: - util.h: contrib/libs/libgit2/src/util.h -- source_filter: "^contrib/libs/nodejs_12" - includes: - - util.h: contrib/libs/nodejs_12/src/util.h - +- source_filter: "^contrib/libs/nodejs_12" + includes: + - util.h: contrib/libs/nodejs_12/src/util.h + - source_filter: "^contrib/libs/numa" includes: - util.h: contrib/libs/numa/internal/util.h diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 81cce3a276..081833998b 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -6149,7 +6149,7 @@ macro SRC(FILE, FLAGS...) { ### Arcadia Paths from the root and is relative to the project's LIST are supported ### ### GLOBAL marks next file as direct input to link phase of the program/shared library project built into. This prevents symbols of the file to be excluded by linker as unused. -### The scope of the GLOBAL keyword is the following file (that is, in the case of SRCS(GLOBAL foo.cpp bar.cpp) global will be only foo.cpp) +### The scope of the GLOBAL keyword is the following file (that is, in the case of SRCS(GLOBAL foo.cpp bar.cpp) global will be only foo.cpp) ### ### @example: ### @@ -7147,8 +7147,8 @@ CLANG_ROOT=$CLANG_RESOURCE_GLOBAL ### ### srcs... - list of text files which will be generated during build time by templates. Each template must be ### placed to the place in source tree where corresponding source file should be generated. Name of -### template must be "<name_of_src_file>.markettemplate". For example if you want to generate file "example.cpp" -### then template should be named "example.cpp.markettemplate". +### template must be "<name_of_src_file>.markettemplate". For example if you want to generate file "example.cpp" +### then template should be named "example.cpp.markettemplate". ### PARSE_META_FROM cpp_srcs... - list of C++ source files (.cpp, .h) which will be parsed using clang library ### and metainformation extracted from the files will be made available for templates. Example of ### template code fragment using metainformation: {{ meta.objects["@N@std@S@string"].name }} |