Skip to content

Clang.format#275

Merged
SimonRit merged 4 commits intomasterfrom
clang.format
Dec 4, 2019
Merged

Clang.format#275
SimonRit merged 4 commits intomasterfrom
clang.format

Conversation

@SimonRit
Copy link
Copy Markdown
Collaborator

@SimonRit SimonRit commented Dec 3, 2019

Applies the clang format defined by InsightSoftwareConsortium/ITK#1191.

Bash command line to do this:
for i in $(find -name '*.cxx' -or -name '*.h' -or -name '*.cu') ; do sed
-i "s/\(.*Macro.*)\)$/\1;/g" $i ; done
followed by manual modifications to put macros in a block.
@SimonRit SimonRit force-pushed the clang.format branch 2 times, most recently from 2a17d19 to 9a6c262 Compare December 4, 2019 06:10
Simon Rit added 3 commits December 4, 2019 07:11
For backward compatibility with ITK versions before v5.1,
itkRawImageIOUtilities.cxx is copied to RTK.
@SimonRit SimonRit merged commit 87448ab into master Dec 4, 2019
@SimonRit SimonRit deleted the clang.format branch December 4, 2019 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant