-
-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Remove legacy code for ITKv5 starting
Remove all itkLegacyMacro code to reduce future maintenance burdens. Change-Id: I1cbf2fd2206d492b6e0898ee38b016bc833b4b33
- Loading branch information
1 parent
8cd2517
commit 01580b3
Showing
55 changed files
with
97 additions
and
1,295 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,97 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE Change SYSTEM "https://itk.org/migrationv4/ITKMigration.dtd"> | ||
|
||
<!--** | ||
** | ||
** RemoveLegacyCode.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 Legacy 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 Legacy 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> |
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 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 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
Oops, something went wrong.