-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13420 from ydb-platform/merge-libs-250116-0020
- Loading branch information
Showing
148 changed files
with
2,895 additions
and
3,827 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,97 @@ | ||
Language: Cpp | ||
AccessModifierOffset: -4 | ||
ConstructorInitializerIndentWidth: 4 | ||
AlignEscapedNewlinesLeft: false | ||
AlignEscapedNewlines: Left | ||
AlignTrailingComments: | ||
Kind: Always | ||
OverEmptyLines: 0 | ||
AllowAllParametersOfDeclarationOnNextLine: true | ||
AllowShortBlocksOnASingleLine: false | ||
AllowShortIfStatementsOnASingleLine: false | ||
AllowShortLoopsOnASingleLine: false | ||
AllowShortFunctionsOnASingleLine: None | ||
AlwaysBreakTemplateDeclarations: true | ||
AlwaysBreakBeforeMultilineStrings: false | ||
BreakBeforeBinaryOperators: false | ||
BreakBeforeTernaryOperators: true | ||
BreakConstructorInitializersBeforeComma: true | ||
BinPackParameters: true | ||
ColumnLimit: 0 | ||
ConstructorInitializerAllOnOneLineOrOnePerLine: false | ||
DerivePointerAlignment: false | ||
ExperimentalAutoDetectBinPacking: false | ||
IndentCaseLabels: true | ||
IndentWrappedFunctionNames: false | ||
IndentFunctionDeclarationAfterType: false | ||
MaxEmptyLinesToKeep: 1 | ||
KeepEmptyLinesAtTheStartOfBlocks: false | ||
NamespaceIndentation: All | ||
FixNamespaceComments: true | ||
ShortNamespaceLines: 0 | ||
ObjCSpaceAfterProperty: false | ||
ObjCSpaceBeforeProtocolList: true | ||
PackConstructorInitializers: Never | ||
PenaltyBreakBeforeFirstCallParameter: 19 | ||
PenaltyBreakComment: 300 | ||
PenaltyBreakString: 1000 | ||
PenaltyBreakFirstLessLess: 120 | ||
PenaltyExcessCharacter: 1000000 | ||
PenaltyReturnTypeOnItsOwnLine: 60 | ||
PointerAlignment: Left | ||
SpacesBeforeTrailingComments: 1 | ||
SpacesInSquareBrackets: false | ||
Cpp11BracedListStyle: true | ||
Standard: c++20 | ||
IndentWidth: 4 | ||
TabWidth: 4 | ||
UseTab: Never | ||
BreakBeforeBraces: Attach | ||
InsertBraces: true | ||
|
||
# NB: BraceWrapping has no effect unless BreakBeforeBraces is set to Custom | ||
BraceWrapping: | ||
AfterClass: false | ||
AfterControlStatement: false | ||
AfterEnum: false | ||
AfterFunction: false | ||
AfterNamespace: false | ||
AfterObjCDeclaration: false | ||
AfterStruct: false | ||
AfterUnion: false | ||
BeforeCatch: false | ||
BeforeElse: false | ||
IndentBraces: true | ||
|
||
SpacesInParentheses: false | ||
SpacesInAngles: false | ||
SpaceInEmptyParentheses: false | ||
SpacesInCStyleCastParentheses: false | ||
SpacesInContainerLiterals: true | ||
SpaceBeforeAssignmentOperators: true | ||
ContinuationIndentWidth: 4 | ||
CommentPragmas: '^ IWYU pragma:' | ||
ForEachMacros: [ | ||
foreach, | ||
Q_FOREACH, | ||
BOOST_FOREACH, | ||
# Is not a foreach, but correct formatting is achieved | ||
Y_DEFER | ||
] | ||
IfMacros: [ | ||
with_lock # Is not an if, but correct formatting is achieved | ||
] | ||
SpaceBeforeParens: ControlStatements | ||
DisableFormat: false | ||
SortIncludes: false | ||
IndentPPDirectives: BeforeHash | ||
|
||
SpaceBeforeInheritanceColon: false | ||
NamespaceMacros: [Y_UNIT_TEST_SUITE] | ||
AttributeMacros: [Y_PRINTF_FORMAT, Y_NO_SANITIZE, Y_FORCE_INLINE, Y_NO_INLINE, Y_WARN_UNUSED_RESULT, Y_HIDDEN, Y_PUBLIC, Y_PURE_FUNCTION] | ||
IndentExternBlock: Indent | ||
TypenameMacros: [Y_THREAD, Y_STATIC_THREAD, Y_POD_THREAD, Y_POD_STATIC_THREAD] | ||
StatementAttributeLikeMacros: [ythrow] | ||
SpacesInLineCommentPrefix: | ||
Minimum: 1 | ||
Maximum: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ LIBRARY() | |
|
||
RESOURCE_FILES( | ||
config.clang-format | ||
config18.clang-format | ||
) | ||
|
||
END() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7808708280) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827478825) | ||
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7808707972) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827476769) | ||
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7808709138) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827481464) | ||
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7808707633) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827475180) | ||
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7808708809) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827480238) | ||
|
||
ENDIF() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
IF (HOST_OS_DARWIN AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7808686430) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827425105) | ||
ELSEIF (HOST_OS_DARWIN AND HOST_ARCH_ARM64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7808685838) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827423650) | ||
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7808687279) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827427680) | ||
ELSEIF (HOST_OS_LINUX AND HOST_ARCH_AARCH64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7808685532) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827422227) | ||
ELSEIF (HOST_OS_WINDOWS AND HOST_ARCH_X86_64) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7808686875) | ||
DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_HOST sbr:7827426459) | ||
|
||
ENDIF() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.