diff options
author | kakabba <kakabba@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:04 +0300 |
commit | 9c914f41ba5e9f9365f404e892197553ac23809e (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/getopt | |
parent | c8e3995898c443e78266f7420aac5fb3da15d413 (diff) | |
download | ydb-9c914f41ba5e9f9365f404e892197553ac23809e.tar.gz |
Restoring authorship annotation for <kakabba@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/getopt')
-rw-r--r-- | library/cpp/getopt/last_getopt.h | 2 | ||||
-rw-r--r-- | library/cpp/getopt/last_getopt_support.h | 2 | ||||
-rw-r--r-- | library/cpp/getopt/modchooser.h | 2 | ||||
-rw-r--r-- | library/cpp/getopt/opt.h | 2 | ||||
-rw-r--r-- | library/cpp/getopt/opt2.h | 2 | ||||
-rw-r--r-- | library/cpp/getopt/posix_getopt.h | 2 | ||||
-rw-r--r-- | library/cpp/getopt/print.cpp | 10 | ||||
-rw-r--r-- | library/cpp/getopt/small/ya.make | 26 | ||||
-rw-r--r-- | library/cpp/getopt/ya.make | 6 | ||||
-rw-r--r-- | library/cpp/getopt/ygetopt.h | 2 |
10 files changed, 28 insertions, 28 deletions
diff --git a/library/cpp/getopt/last_getopt.h b/library/cpp/getopt/last_getopt.h index 4a24cfbe4f..d14f05cc5b 100644 --- a/library/cpp/getopt/last_getopt.h +++ b/library/cpp/getopt/last_getopt.h @@ -1,3 +1,3 @@ -#pragma once +#pragma once #include <library/cpp/getopt/small/last_getopt.h> diff --git a/library/cpp/getopt/last_getopt_support.h b/library/cpp/getopt/last_getopt_support.h index 3eb609653c..b71c7045b1 100644 --- a/library/cpp/getopt/last_getopt_support.h +++ b/library/cpp/getopt/last_getopt_support.h @@ -1,3 +1,3 @@ -#pragma once +#pragma once #include <library/cpp/getopt/small/last_getopt_support.h> diff --git a/library/cpp/getopt/modchooser.h b/library/cpp/getopt/modchooser.h index fc09e16d63..9bf73daf13 100644 --- a/library/cpp/getopt/modchooser.h +++ b/library/cpp/getopt/modchooser.h @@ -1,3 +1,3 @@ -#pragma once +#pragma once #include <library/cpp/getopt/small/modchooser.h> diff --git a/library/cpp/getopt/opt.h b/library/cpp/getopt/opt.h index f33208eae0..d2a85075bd 100644 --- a/library/cpp/getopt/opt.h +++ b/library/cpp/getopt/opt.h @@ -1,3 +1,3 @@ -#pragma once +#pragma once #include <library/cpp/getopt/small/opt.h> diff --git a/library/cpp/getopt/opt2.h b/library/cpp/getopt/opt2.h index a97ccf7eba..2d35bc7b29 100644 --- a/library/cpp/getopt/opt2.h +++ b/library/cpp/getopt/opt2.h @@ -1,3 +1,3 @@ -#pragma once +#pragma once #include <library/cpp/getopt/small/opt2.h> diff --git a/library/cpp/getopt/posix_getopt.h b/library/cpp/getopt/posix_getopt.h index f934f4fb02..8cb7ece624 100644 --- a/library/cpp/getopt/posix_getopt.h +++ b/library/cpp/getopt/posix_getopt.h @@ -1,3 +1,3 @@ -#pragma once +#pragma once #include <library/cpp/getopt/small/posix_getopt.h> diff --git a/library/cpp/getopt/print.cpp b/library/cpp/getopt/print.cpp index 0765532f8b..8cf1c62e4d 100644 --- a/library/cpp/getopt/print.cpp +++ b/library/cpp/getopt/print.cpp @@ -1,14 +1,14 @@ -#include "last_getopt.h" +#include "last_getopt.h" #include "last_getopt_support.h" #include "modchooser.h" #include "opt.h" #include "opt2.h" #include "posix_getopt.h" #include "ygetopt.h" - + #include <library/cpp/svnversion/svnversion.h> #include <library/cpp/build_info/build_info.h> - + namespace NLastGetoptPrivate { TString InitVersionString() { TString ts = GetProgramSvnVersion(); @@ -20,7 +20,7 @@ namespace NLastGetoptPrivate { ts += sandboxTaskId; } return ts; - } + } TString InitShortVersionString() { TString ts = GetProgramShortVersionData(); @@ -37,4 +37,4 @@ namespace NLastGetoptPrivate { } } Init; -} +} diff --git a/library/cpp/getopt/small/ya.make b/library/cpp/getopt/small/ya.make index 3453fa949b..96de0f04b1 100644 --- a/library/cpp/getopt/small/ya.make +++ b/library/cpp/getopt/small/ya.make @@ -1,28 +1,28 @@ -LIBRARY() - +LIBRARY() + OWNER(pg) - + PEERDIR( library/cpp/colorizer ) -SRCS( +SRCS( completer.cpp completer_command.cpp completion_generator.cpp formatted_output.cpp - last_getopt.cpp + last_getopt.cpp last_getopt_easy_setup.cpp last_getopt_opt.cpp last_getopt_opts.cpp last_getopt_parser.cpp last_getopt_parse_result.cpp - modchooser.cpp - opt.cpp - opt2.cpp - posix_getopt.cpp + modchooser.cpp + opt.cpp + opt2.cpp + posix_getopt.cpp wrap.cpp - ygetopt.cpp -) - -END() + ygetopt.cpp +) + +END() diff --git a/library/cpp/getopt/ya.make b/library/cpp/getopt/ya.make index dd2cd5c40e..6df23b22b2 100644 --- a/library/cpp/getopt/ya.make +++ b/library/cpp/getopt/ya.make @@ -2,12 +2,12 @@ LIBRARY() OWNER(pg) -PEERDIR( +PEERDIR( library/cpp/getopt/small library/cpp/svnversion library/cpp/build_info -) - +) + SRCS( GLOBAL print.cpp ) diff --git a/library/cpp/getopt/ygetopt.h b/library/cpp/getopt/ygetopt.h index 126e1fbc4a..fd018b3128 100644 --- a/library/cpp/getopt/ygetopt.h +++ b/library/cpp/getopt/ygetopt.h @@ -1,3 +1,3 @@ -#pragma once +#pragma once #include <library/cpp/getopt/small/ygetopt.h> |