forked from freesurfer/freesurfer
-
Notifications
You must be signed in to change notification settings - Fork 0
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 freesurfer#158 from cthla/gcc-update-20171005
GCC warnings removal in utils + Clang-format
- Loading branch information
Showing
202 changed files
with
200,124 additions
and
261,814 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,42 @@ | ||
# Base style on something sane, then customize. WebKit looks like a good choice.. | ||
BasedOnStyle: Google | ||
|
||
# readability | ||
#AlignConsecutiveAssignments: true | ||
#AlignConsecutiveDeclarations: true | ||
AlignTrailingComments: true | ||
AlignOperands: true | ||
|
||
# Align arguments after round, angle and square brackets | ||
AlignAfterOpenBracket: Align | ||
|
||
# Newline all arguments and parameters consistently when not fitting onto a single line | ||
BinPackArguments: false | ||
BinPackParameters: false | ||
|
||
# Use customized breaks for braces to conform with old FS coding patterns | ||
#BreakBeforeBraces: Custom | ||
#BraceWrapping: | ||
# AfterClass: true | ||
# AfterControlStatement: true | ||
# AfterEnum: true | ||
# AfterFunction: true | ||
# AfterNamespace: true | ||
# AfterObjCDeclaration: true | ||
# AfterStruct: true | ||
# AfterUnion: true | ||
# BeforeCatch: true | ||
# BeforeElse: true | ||
# IndentBraces: false | ||
|
||
# Enforce indentation, width and use of tabs/vs spaces | ||
IndentWidth: 2 | ||
ColumnLimit: 120 # this is pretty conservative these days | ||
UseTab: Never | ||
|
||
# Force pointers to the type for C++. | ||
DerivePointerAlignment: false | ||
PointerAlignment: Right | ||
|
||
# Ensure nested templates will compile by inserting spaces | ||
SpacesInAngles: 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
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,9 @@ | ||
CMakeCache.txt | ||
CMakeFiles/ | ||
ITKIOFactoryRegistration/ | ||
Matlab/CMakeFiles/ | ||
Matlab/cmake_install.cmake | ||
bin/ | ||
cmake_install.cmake | ||
cuda/CMakeFiles/ | ||
cuda/cmake_install.cmake |
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 @@ | ||
test/mriBuildVoronoiDiagramFloat |
Oops, something went wrong.