[pubgit-commits-list] cpPlugins branch v1 updated. ce8c3f6cf22d89f696c0cb0030abf7d9c9e56375

root root at tux.creatis.insa-lyon.fr
Fri Apr 7 04:11:17 CEST 2017


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, v1 has been updated
       via  ce8c3f6cf22d89f696c0cb0030abf7d9c9e56375 (commit)
      from  33a60875fc809468442cad68b96f59cb541e878f (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=ce8c3f6cf22d89f696c0cb0030abf7d9c9e56375
commit ce8c3f6cf22d89f696c0cb0030abf7d9c9e56375
Author: Leonardo Flórez-Valencia <leonardo.florez at gmail.com>
Date:   Thu Apr 6 21:11:07 2017 -0500

    ...


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

Summary of changes:
 CMakeLists.txt                         |  9 ++----
 cmake/BaseConfig.cmake                 |  5 +++-
 cmake/KitwareTools.cmake               |  4 +--
 cmake/Options.cmake                    |  5 ----
 cmake/QtTools.cmake                    | 26 +++++++---------
 libs/cpPipelineEditor/Block.cxx        | 10 ++++++-
 libs/cpPipelineEditor/Block.h          |  2 +-
 libs/cpPipelineEditor/Canvas.cxx       | 54 +++++++++++++++++++++++++---------
 libs/cpPipelineEditor/Canvas.h         |  4 +++
 libs/cpPipelineEditor/FilterBlock.cxx  | 19 ++++++++++++
 libs/cpPipelineEditor/FilterBlock.h    | 28 ++++++++++++++++++
 libs/cpPipelineEditor/FunctorBlock.cxx | 19 ++++++++++++
 libs/cpPipelineEditor/FunctorBlock.h   | 28 ++++++++++++++++++
 libs/cpPipelineEditor/WidgetBlock.cxx  | 19 ++++++++++++
 libs/cpPipelineEditor/WidgetBlock.h    | 28 ++++++++++++++++++
 15 files changed, 213 insertions(+), 47 deletions(-)
 delete mode 100644 cmake/Options.cmake
 create mode 100644 libs/cpPipelineEditor/FilterBlock.cxx
 create mode 100644 libs/cpPipelineEditor/FilterBlock.h
 create mode 100644 libs/cpPipelineEditor/FunctorBlock.cxx
 create mode 100644 libs/cpPipelineEditor/FunctorBlock.h
 create mode 100644 libs/cpPipelineEditor/WidgetBlock.cxx
 create mode 100644 libs/cpPipelineEditor/WidgetBlock.h


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


More information about the Pubgit-commits-list mailing list