[pubgit-commits-list] cpPlugins branch master updated. adb38e2972e7c2e287e73c7b03db344807729219
root
root at tux.creatis.insa-lyon.fr
Tue Jun 7 15:05:02 CEST 2016
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 adb38e2972e7c2e287e73c7b03db344807729219 (commit)
from f47059eb39b5c9eef5cd2ee1b6c013cd75eff97f (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=adb38e2972e7c2e287e73c7b03db344807729219
commit adb38e2972e7c2e287e73c7b03db344807729219
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Jun 6 19:05:05 2016 -0500
Bug smashed like a boss
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 14 +++
appli/examples/plugins/CMakeLists.txt | 3 +-
.../CMakeLists.txt | 9 +-
.../example_ActorProperties.cxx | 104 +++++++++++++++++++++
.../example_ActorProperties.h} | 22 +++--
.../example_ActorProperties.ui} | 10 +-
.../plugins/QT/example_ActorProperties}/main.cxx | 4 +-
appli/examples/plugins/example_LoadPlugins.cxx | 14 ++-
.../plugins/example_LoadPluginsDirectory.cxx | 22 +++--
appli/examples/plugins/example_LoadPluginsFile.cxx | 14 ++-
appli/examples/plugins/example_ShowSphere.cxx | 84 +++++++++++++++++
lib/cpPlugins/CMakeLists.txt | 10 +-
lib/cpPlugins/Interface.cxx | 71 +++++++++++++-
lib/cpPlugins/Interface.h | 6 +-
lib/cpPlugins/cpPlugins_DynLibs.h.in | 6 ++
lib/cpPlugins_Instances/CMakeLists.txt | 8 +-
plugins/CMakeLists.txt | 1 +
plugins/cpPluginsGenericFilters/CMakeLists.txt | 1 -
plugins/cpPluginsIO/CMakeLists.txt | 1 -
plugins/cpPluginsImageFilters/CMakeLists.txt | 1 -
plugins/cpPluginsImageMeshFilters/CMakeLists.txt | 1 -
plugins/cpPluginsMeshFilters/CMakeLists.txt | 1 -
.../CMakeLists.txt | 3 +-
plugins/cpPluginsMeshSources/CylinderSource.cxx | 37 ++++++++
plugins/cpPluginsMeshSources/CylinderSource.h | 41 ++++++++
plugins/cpPluginsMeshSources/SphereSource.cxx | 38 ++++++++
plugins/cpPluginsMeshSources/SphereSource.h | 41 ++++++++
plugins/cpPluginsWidgets/CMakeLists.txt | 1 -
28 files changed, 513 insertions(+), 55 deletions(-)
copy appli/examples/plugins/QT/{example_MPRViewer => example_ActorProperties}/CMakeLists.txt (80%)
create mode 100644 appli/examples/plugins/QT/example_ActorProperties/example_ActorProperties.cxx
copy appli/examples/plugins/QT/{example_MPRViewer/example_MPRViewer.h => example_ActorProperties/example_ActorProperties.h} (51%)
copy appli/examples/plugins/QT/{example_MPRViewer/example_MPRViewer.ui => example_ActorProperties/example_ActorProperties.ui} (74%)
copy appli/{PipelineEditor => examples/plugins/QT/example_ActorProperties}/main.cxx (95%)
create mode 100644 appli/examples/plugins/example_ShowSphere.cxx
create mode 100644 lib/cpPlugins/cpPlugins_DynLibs.h.in
copy plugins/{cpPluginsIO => cpPluginsMeshSources}/CMakeLists.txt (90%)
create mode 100644 plugins/cpPluginsMeshSources/CylinderSource.cxx
create mode 100644 plugins/cpPluginsMeshSources/CylinderSource.h
create mode 100644 plugins/cpPluginsMeshSources/SphereSource.cxx
create mode 100644 plugins/cpPluginsMeshSources/SphereSource.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list