Skip to content

Commit ff89395

Browse files
authored
Merge branch 'cosmos:main' into master
2 parents 1d68820 + 6065146 commit ff89395

5,096 files changed

Lines changed: 1057986 additions & 288399 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.build.sh

Lines changed: 0 additions & 44 deletions
This file was deleted.

.clang-format

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
Language: Proto
3-
# BasedOnStyle: LLVM
2+
Language: Proto
3+
BasedOnStyle: Google
44
AccessModifierOffset: -2
55
AlignAfterOpenBracket: Align
66
AlignConsecutiveAssignments: true
77
AlignConsecutiveDeclarations: true
88
AlignEscapedNewlines: Right
9-
AlignOperands: true
9+
AlignOperands: true
1010
AlignTrailingComments: true
1111
AllowAllParametersOfDeclarationOnNextLine: true
1212
AllowShortBlocksOnASingleLine: true
@@ -20,19 +20,19 @@ AlwaysBreakBeforeMultilineStrings: false
2020
AlwaysBreakTemplateDeclarations: false
2121
BinPackArguments: true
2222
BinPackParameters: true
23-
BraceWrapping:
24-
AfterClass: false
23+
BraceWrapping:
24+
AfterClass: false
2525
AfterControlStatement: false
26-
AfterEnum: false
27-
AfterFunction: false
28-
AfterNamespace: false
26+
AfterEnum: false
27+
AfterFunction: false
28+
AfterNamespace: false
2929
AfterObjCDeclaration: false
30-
AfterStruct: false
31-
AfterUnion: false
30+
AfterStruct: false
31+
AfterUnion: false
3232
AfterExternBlock: false
33-
BeforeCatch: false
34-
BeforeElse: false
35-
IndentBraces: false
33+
BeforeCatch: false
34+
BeforeElse: false
35+
IndentBraces: false
3636
SplitEmptyFunction: true
3737
SplitEmptyRecord: true
3838
SplitEmptyNamespace: true
@@ -44,39 +44,39 @@ BreakConstructorInitializersBeforeComma: false
4444
BreakConstructorInitializers: BeforeColon
4545
BreakAfterJavaFieldAnnotations: false
4646
BreakStringLiterals: true
47-
ColumnLimit: 120
48-
CommentPragmas: '^ IWYU pragma:'
47+
ColumnLimit: 120
48+
CommentPragmas: "^ IWYU pragma:"
4949
CompactNamespaces: false
5050
ConstructorInitializerAllOnOneLineOrOnePerLine: false
5151
ConstructorInitializerIndentWidth: 4
5252
ContinuationIndentWidth: 4
5353
Cpp11BracedListStyle: true
5454
DerivePointerAlignment: false
55-
DisableFormat: false
55+
DisableFormat: false
5656
ExperimentalAutoDetectBinPacking: false
5757
FixNamespaceComments: true
58-
ForEachMacros:
58+
ForEachMacros:
5959
- foreach
6060
- Q_FOREACH
6161
- BOOST_FOREACH
62-
IncludeBlocks: Preserve
63-
IncludeCategories:
64-
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
65-
Priority: 2
66-
- Regex: '^(<|"(gtest|gmock|isl|json)/)'
67-
Priority: 3
68-
- Regex: '.*'
69-
Priority: 1
70-
IncludeIsMainRegex: '(Test)?$'
62+
IncludeBlocks: Preserve
63+
IncludeCategories:
64+
- Regex: '^"(llvm|llvm-c|clang|clang-c)/'
65+
Priority: 2
66+
- Regex: '^(<|"(gtest|gmock|isl|json)/)'
67+
Priority: 3
68+
- Regex: ".*"
69+
Priority: 1
70+
IncludeIsMainRegex: "(Test)?$"
7171
IndentCaseLabels: false
7272
IndentPPDirectives: None
73-
IndentWidth: 2
73+
IndentWidth: 2
7474
IndentWrappedFunctionNames: false
7575
JavaScriptQuotes: Leave
7676
JavaScriptWrapImports: true
7777
KeepEmptyLinesAtTheStartOfBlocks: true
78-
MacroBlockBegin: ''
79-
MacroBlockEnd: ''
78+
MacroBlockBegin: ""
79+
MacroBlockEnd: ""
8080
MaxEmptyLinesToKeep: 1
8181
NamespaceIndentation: None
8282
ObjCBlockIndentWidth: 2
@@ -90,27 +90,27 @@ PenaltyBreakString: 1000
9090
PenaltyExcessCharacter: 1000000
9191
PenaltyReturnTypeOnItsOwnLine: 60
9292
PointerAlignment: Right
93-
RawStringFormats:
93+
RawStringFormats:
9494
- Delimiters:
95-
- pb
96-
Language: TextProto
97-
BasedOnStyle: google
98-
ReflowComments: true
99-
SortIncludes: true
95+
- pb
96+
Language: TextProto
97+
BasedOnStyle: Google
98+
ReflowComments: true
99+
SortIncludes: true
100100
SortUsingDeclarations: true
101101
SpaceAfterCStyleCast: false
102102
SpaceAfterTemplateKeyword: true
103103
SpaceBeforeAssignmentOperators: true
104104
SpaceBeforeParens: ControlStatements
105105
SpaceInEmptyParentheses: false
106106
SpacesBeforeTrailingComments: 1
107-
SpacesInAngles: false
107+
SpacesInAngles: false
108108
SpacesInContainerLiterals: false
109109
SpacesInCStyleCastParentheses: false
110110
SpacesInParentheses: false
111111
SpacesInSquareBrackets: false
112-
Standard: Cpp11
113-
TabWidth: 8
114-
UseTab: Never
115-
...
112+
Standard: Cpp11
113+
TabWidth: 8
114+
UseTab: Never
115+
---
116116

.codecov.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.deepsource.toml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/CODEOWNERS

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/module-readiness-checklist.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)