[pubgit-commits-list] cpPlugins branch master updated. c29448936abc15d110205b2da435035131398a87

root root at tux.creatis.insa-lyon.fr
Tue Dec 9 10:45:07 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)".

The branch, master has been updated
       via  c29448936abc15d110205b2da435035131398a87 (commit)
      from  cf8ebcdb1e31f332e74569b2be5dfb5f5100df07 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=c29448936abc15d110205b2da435035131398a87
commit c29448936abc15d110205b2da435035131398a87
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Tue Dec 9 10:44:49 2014 +0100

    Installation and configuration scripts added


-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt                               |  9 ++-
 README                                       |  2 +-
 cmake/CMakeLists.txt                         |  7 +++
 cmake/cpPluginsConfig.cmake.in               | 55 +++++++++++++++++
 lib/cpPlugins/Interface/CMakeLists.txt       |  7 +++
 lib/cpPlugins/Interface/DataObject.h         |  3 +-
 lib/cpPlugins/Interface/Image.h              |  3 +-
 lib/cpPlugins/Interface/Interface.h          |  3 +-
 lib/cpPlugins/Interface/Object.h             |  3 +-
 lib/cpPlugins/Interface/ProcessObject.h      |  3 +-
 lib/cpPlugins/Interface/SinkObject.h         |  3 +-
 lib/cpPlugins/Interface/SourceObject.h       |  3 +-
 lib/cpPlugins/Plugins/CMakeLists.txt         |  7 +++
 lib/cpPlugins/Plugins/ImageReader.cxx        |  5 +-
 lib/cpPlugins/Plugins/ImageReader.h          |  3 +-
 lib/cpPlugins/Plugins/ImageWriter.cxx        |  5 +-
 lib/cpPlugins/Plugins/ImageWriter.h          |  3 +-
 lib/cpPlugins/Plugins/Instances_itkImage.cxx | 90 ++++++++++++++++++++++++++++
 lib/third_party/Pluma/CMakeLists.txt         |  7 +++
 19 files changed, 205 insertions(+), 16 deletions(-)
 create mode 100644 cmake/CMakeLists.txt
 create mode 100644 cmake/cpPluginsConfig.cmake.in
 create mode 100644 lib/cpPlugins/Plugins/Instances_itkImage.cxx


hooks/post-receive
-- 
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)


More information about the Pubgit-commits-list mailing list