-
Notifications
You must be signed in to change notification settings - Fork 70
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 #258 from schuhschuh/release-1.1.0
Release 1.1.0
- Loading branch information
Showing
19 changed files
with
48 additions
and
36 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# ============================================================================ | ||
# Medical Image Registration ToolKit (MIRTK) | ||
# | ||
# Copyright 2013-2015 Imperial College London | ||
# Copyright 2013-2015 Andreas Schuh | ||
# Copyright 2013-2016 Imperial College London | ||
# Copyright 2013-2016 Andreas Schuh | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
|
@@ -27,7 +27,7 @@ | |
# of another BASIS project, the dependencies to other modules have to be specified | ||
# here such that the top-level project can analyze the inter-module dependencies. | ||
# | ||
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html | ||
# @sa https://cmake-basis.github.io/standard/modules.html | ||
# | ||
# However, not only dependencies to other modules can be specified here, | ||
# but also dependencies on external packages. A more flexible alternative to | ||
|
@@ -56,7 +56,7 @@ basis_project ( | |
SOVERSION "0" # API yet unstable | ||
AUTHORS "Andreas Schuh" | ||
DESCRIPTION "Medical Image Registration ToolKit" | ||
COPYRIGHT "2013-2015 Imperial College London, Andreas Schuh" | ||
COPYRIGHT "2013-2016 Imperial College London, Andreas Schuh" | ||
LICENSE "Apache License Version 2.0" | ||
CONTACT "Andreas Schuh <[email protected]>" | ||
TEMPLATE "with-basis-submodule/1.0" | ||
|
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
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
# have to be specified here such that the top-level IRTK project can analyze the | ||
# inter-module dependencies, as well as dependencies on third-party libraries. | ||
# | ||
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html | ||
# @sa https://cmake-basis.github.io/standard/modules.html | ||
# | ||
# @ingroup BasisSettings | ||
################################################################################ | ||
|
@@ -46,7 +46,7 @@ basis_project ( | |
PACKAGE "MIRTK" | ||
AUTHORS "Andreas Schuh" | ||
DESCRIPTION "Common library of the Medical Image Registration ToolKit." | ||
COPYRIGHT "2013-2015 Imperial College London, Andreas Schuh" | ||
COPYRIGHT "2013-2016 Imperial College London, Andreas Schuh" | ||
LICENSE "Apache License Version 2.0" | ||
CONTACT "Andreas Schuh <[email protected]>" | ||
TEMPLATE "mirtk-module/1.0" | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
# have to be specified here such that the top-level IRTK project can analyze the | ||
# inter-module dependencies, as well as dependencies on third-party libraries. | ||
# | ||
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html | ||
# @sa https://cmake-basis.github.io/standard/modules.html | ||
# | ||
# @ingroup BasisSettings | ||
################################################################################ | ||
|
@@ -46,7 +46,7 @@ basis_project ( | |
PACKAGE "MIRTK" | ||
AUTHORS "Andreas Schuh" | ||
DESCRIPTION "I/O library of the Medical Image Registration ToolKit." | ||
COPYRIGHT "2013-2015 Imperial College London, Andreas Schuh" | ||
COPYRIGHT "2013-2016 Imperial College London, Andreas Schuh" | ||
LICENSE "Apache License Version 2.0" | ||
CONTACT "Andreas Schuh <[email protected]>" | ||
TEMPLATE "mirtk-module/1.0" | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
# have to be specified here such that the top-level IRTK project can analyze the | ||
# inter-module dependencies, as well as dependencies on third-party libraries. | ||
# | ||
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html | ||
# @sa https://cmake-basis.github.io/standard/modules.html | ||
# | ||
# @ingroup BasisSettings | ||
################################################################################ | ||
|
@@ -46,7 +46,7 @@ basis_project ( | |
PACKAGE "MIRTK" | ||
AUTHORS "Andreas Schuh" | ||
DESCRIPTION "Image library of the Medical Image Registration ToolKit." | ||
COPYRIGHT "2013-2015 Imperial College London, Andreas Schuh" | ||
COPYRIGHT "2013-2016 Imperial College London, Andreas Schuh" | ||
LICENSE "Apache License Version 2.0" | ||
CONTACT "Andreas Schuh <[email protected]>" | ||
TEMPLATE "mirtk-module/1.0" | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
# have to be specified here such that the top-level IRTK project can analyze the | ||
# inter-module dependencies, as well as dependencies on third-party libraries. | ||
# | ||
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html | ||
# @sa https://cmake-basis.github.io/standard/modules.html | ||
# | ||
# @ingroup BasisSettings | ||
################################################################################ | ||
|
@@ -46,7 +46,7 @@ basis_project ( | |
PACKAGE "MIRTK" | ||
AUTHORS "Andreas Schuh" | ||
DESCRIPTION "Numerics library of the Medical Image Registration ToolKit." | ||
COPYRIGHT "2013-2015 Imperial College London, Andreas Schuh" | ||
COPYRIGHT "2013-2016 Imperial College London, Andreas Schuh" | ||
LICENSE "Apache License Version 2.0" | ||
CONTACT "Andreas Schuh <[email protected]>" | ||
TEMPLATE "mirtk-module/1.0" | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
# have to be specified here such that the top-level IRTK project can analyze the | ||
# inter-module dependencies, as well as dependencies on third-party libraries. | ||
# | ||
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html | ||
# @sa https://cmake-basis.github.io/standard/modules.html | ||
# | ||
# @ingroup BasisSettings | ||
################################################################################ | ||
|
@@ -46,7 +46,7 @@ basis_project ( | |
PACKAGE "MIRTK" | ||
AUTHORS "Andreas Schuh" | ||
DESCRIPTION "Point Set library of the Medical Image Registration ToolKit." | ||
COPYRIGHT "2013-2015 Imperial College London, Andreas Schuh" | ||
COPYRIGHT "2013-2016 Imperial College London, Andreas Schuh" | ||
LICENSE "Apache License Version 2.0" | ||
CONTACT "Andreas Schuh <[email protected]>" | ||
TEMPLATE "mirtk-module/1.0" | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
# have to be specified here such that the top-level IRTK project can analyze the | ||
# inter-module dependencies, as well as dependencies on third-party libraries. | ||
# | ||
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html | ||
# @sa https://cmake-basis.github.io/standard/modules.html | ||
# | ||
# @ingroup BasisSettings | ||
################################################################################ | ||
|
@@ -46,7 +46,7 @@ basis_project ( | |
PACKAGE "MIRTK" | ||
AUTHORS "Andreas Schuh" | ||
DESCRIPTION "Registration library of the Medical Image Registration ToolKit." | ||
COPYRIGHT "2013-2015 Imperial College London, Andreas Schuh" | ||
COPYRIGHT "2013-2016 Imperial College London, Andreas Schuh" | ||
LICENSE "Apache License Version 2.0" | ||
CONTACT "Andreas Schuh <[email protected]>" | ||
TEMPLATE "mirtk-module/1.0" | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
# have to be specified here such that the top-level IRTK project can analyze the | ||
# inter-module dependencies, as well as dependencies on third-party libraries. | ||
# | ||
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html | ||
# @sa https://cmake-basis.github.io/standard/modules.html | ||
# | ||
# @ingroup BasisSettings | ||
################################################################################ | ||
|
@@ -46,7 +46,7 @@ basis_project ( | |
PACKAGE "MIRTK" | ||
AUTHORS "Andreas Schuh" | ||
DESCRIPTION "Transformation library of the Medical Image Registration ToolKit." | ||
COPYRIGHT "2013-2015 Imperial College London, Andreas Schuh" | ||
COPYRIGHT "2013-2016 Imperial College London, Andreas Schuh" | ||
LICENSE "Apache License Version 2.0" | ||
CONTACT "Andreas Schuh <[email protected]>" | ||
TEMPLATE "mirtk-module/1.0" | ||
|
Submodule VolumetricMapping
updated
from 57002e to 850112
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