-
-
Notifications
You must be signed in to change notification settings - Fork 675
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Remove all vestiges of ITKv3 code
ITKv5 will no longer support ITKv3 code constructs. Change-Id: I4088609ac7840d129a1a753b0e6c3fa7f2313597
- Loading branch information
1 parent
5ea01b1
commit 8cd2517
Showing
92 changed files
with
138 additions
and
7,772 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 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE Change SYSTEM "https://itk.org/migrationv4/ITKMigration.dtd"> | ||
|
||
<!--** | ||
** | ||
** RemoveITKv3Code.xml | ||
** | ||
** Please, make sure this file validates the following w3c test before committing it: http://validator.w3.org | ||
**--> | ||
<Change> | ||
<!--** | ||
** Title for the online migration page | ||
**--> | ||
<Title> | ||
Remove ITKv3 Code | ||
</Title> | ||
|
||
<!--** | ||
** The author of the change | ||
**--> | ||
<Author> | ||
b'Hans Johnson' | ||
</Author> | ||
|
||
<!--** | ||
** Date of creation for the XML document | ||
**--> | ||
<Date> | ||
2017-12-12 | ||
</Date> | ||
|
||
<!--** | ||
** Plain text description of the change | ||
** Extracted from git commit messages | ||
**--> | ||
<Description> | ||
<![CDATA[ | ||
Remove all ITKv3 code. | ||
]]> | ||
</Description> | ||
|
||
<!--** | ||
** Sample code snippets | ||
** Extracted from git diff of changed files in Examples and Testing | ||
**--> | ||
<SampleCode> | ||
<Old> | ||
<![CDATA[ | ||
]]> | ||
</Old> | ||
|
||
<New> | ||
<![CDATA[ | ||
]]> | ||
</New> | ||
|
||
</SampleCode> | ||
|
||
<!--** | ||
** The change-ids for all commits in the topic branch | ||
**--> | ||
<Gerrit-ChangeId> | ||
</Gerrit-ChangeId> | ||
|
||
<!--** | ||
** List of all changed files from the topic branch | ||
**--> | ||
<FileList> | ||
b'' | ||
</FileList> | ||
|
||
<!--** | ||
** If the migration can be accomplished by a simple string | ||
** substitution, then use the following construct to define | ||
** the substitution rule. | ||
** | ||
** <MigrationFix-Automatic> | ||
** <Old> | ||
** <![CDATA[MipsleledName]]> | ||
** </Old> | ||
** <New> | ||
** <![CDATA[MisspelledName]]> | ||
** </New> | ||
** </MigrationFix-Automatic> | ||
**--> | ||
|
||
<!--** | ||
** If the migration can NOT be accomplished by a simple string | ||
** substitution, but potential problem spots can be identified, | ||
** use the following construct to define a migration flag rule. | ||
** | ||
** <MigrationFix-Manual> | ||
** OldFunctionName | ||
** </MigrationFix-Manual> | ||
**--> | ||
|
||
</Change> |
141 changes: 0 additions & 141 deletions
141
Documentation/Migration/ReplaceDifferenceImageFilterWithTestImageCompare.xml
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
72 changes: 0 additions & 72 deletions
72
Modules/Compatibility/V3Compatibility/include/itkAddConstantToImageFilter.h
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.