[pubgit-commits-list] cpPlugins branch v1 updated. 265b59bcf117e0fbd9cd6742bf53e14e70487c43

root root at tux.creatis.insa-lyon.fr
Thu Mar 9 22:17:27 CET 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  265b59bcf117e0fbd9cd6742bf53e14e70487c43 (commit)
      from  80440eea747f4577592193593bfae2233a3c9459 (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=265b59bcf117e0fbd9cd6742bf53e14e70487c43
commit 265b59bcf117e0fbd9cd6742bf53e14e70487c43
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Thu Mar 9 16:17:07 2017 -0500

    ...


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

Summary of changes:
 CMakeLists.txt                           |  12 +-
 applis/CMakeLists.txt                    |  22 ++
 applis/PipelineEditor/PipelineEditor.cxx |  25 ++
 applis/PipelineEditor/PipelineEditor.h   |  31 +++
 applis/PipelineEditor/PipelineEditor.ui  |  60 +++++
 cmake/Functions.cmake                    | 378 +++++++++----------------------
 cmake/Options.cmake                      |  20 --
 cmake/QtTools.cmake                      |  33 +--
 libs/CMakeLists.txt                      |  11 +
 libs/cpPipelineEditor/Canvas.cxx         |  20 ++
 libs/cpPipelineEditor/Canvas.h           |  33 +++
 libs/cpPipelineEditor/MainHelper.h       |  89 ++++++++
 12 files changed, 424 insertions(+), 310 deletions(-)
 create mode 100644 applis/CMakeLists.txt
 create mode 100644 applis/PipelineEditor/PipelineEditor.cxx
 create mode 100644 applis/PipelineEditor/PipelineEditor.h
 create mode 100644 applis/PipelineEditor/PipelineEditor.ui
 create mode 100644 libs/CMakeLists.txt
 create mode 100644 libs/cpPipelineEditor/Canvas.cxx
 create mode 100644 libs/cpPipelineEditor/Canvas.h
 create mode 100644 libs/cpPipelineEditor/MainHelper.h


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


More information about the Pubgit-commits-list mailing list