forked from NixOS/nix
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into flake-schemas
- Loading branch information
Showing
1,390 changed files
with
38,009 additions
and
20,423 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
BasedOnStyle: LLVM | ||
IndentWidth: 4 | ||
BreakBeforeBraces: Custom | ||
BraceWrapping: | ||
AfterStruct: true | ||
AfterClass: true | ||
AfterFunction: true | ||
AfterUnion: true | ||
SplitEmptyRecord: false | ||
PointerAlignment: Middle | ||
FixNamespaceComments: false | ||
SortIncludes: Never | ||
#IndentPPDirectives: BeforeHash | ||
SpaceAfterCStyleCast: true | ||
SpaceAfterTemplateKeyword: false | ||
AccessModifierOffset: -4 | ||
AlignAfterOpenBracket: AlwaysBreak | ||
AlignEscapedNewlines: DontAlign | ||
ColumnLimit: 120 | ||
BreakStringLiterals: false | ||
BitFieldColonSpacing: None | ||
AllowShortFunctionsOnASingleLine: Empty | ||
AlwaysBreakTemplateDeclarations: Yes | ||
BinPackParameters: false | ||
BreakConstructorInitializers: BeforeComma | ||
EmptyLineAfterAccessModifier: Leave # change to always/never later? | ||
EmptyLineBeforeAccessModifier: Leave | ||
#PackConstructorInitializers: BinPack | ||
BreakBeforeBinaryOperators: NonAssignment | ||
AlwaysBreakBeforeMultilineStrings: true |
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,3 @@ | ||
# We use pointers to aggregates in a couple of places, intentionally. | ||
# void * would look weird. | ||
Checks: '-bugprone-sizeof-expression' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,30 @@ | ||
"documentation": | ||
- doc/manual/* | ||
- src/nix/**/*.md | ||
- changed-files: | ||
- any-glob-to-any-file: "doc/manual/*" | ||
- any-glob-to-any-file: "src/nix/**/*.md" | ||
|
||
"store": | ||
- src/libstore/store-api.* | ||
- src/libstore/*-store.* | ||
- changed-files: | ||
- any-glob-to-any-file: "src/libstore/store-api.*" | ||
- any-glob-to-any-file: "src/libstore/*-store.*" | ||
|
||
"fetching": | ||
- src/libfetchers/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: "src/libfetchers/**/*" | ||
|
||
"repl": | ||
- src/libcmd/repl.* | ||
- src/nix/repl.* | ||
- changed-files: | ||
- any-glob-to-any-file: "src/libcmd/repl.*" | ||
- any-glob-to-any-file: "src/nix/repl.*" | ||
|
||
"new-cli": | ||
- src/nix/**/* | ||
- changed-files: | ||
- any-glob-to-any-file: "src/nix/**/*" | ||
|
||
"with-tests": | ||
# Unit tests | ||
- src/*/tests/**/* | ||
# Functional and integration tests | ||
- tests/**/* | ||
- changed-files: | ||
# Unit tests | ||
- any-glob-to-any-file: "src/*/tests/**/*" | ||
# Functional and integration tests | ||
- any-glob-to-any-file: "tests/functional/**/*" | ||
|
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
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 +1 @@ | ||
2.18.0 | ||
2.21.0 |
Oops, something went wrong.