[pubgit-commits-list] cpPlugins branch master updated. a99c26946ea3a858847b76368bbf312019de9c2a
root
root at tux.creatis.insa-lyon.fr
Tue Jun 28 00:40:46 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 a99c26946ea3a858847b76368bbf312019de9c2a (commit)
via 8ada00da37d8c4dc70b9387c1147566c62dbd41f (commit)
from 71baf2b188d74d9fe51f67783e567b6b9f1e3ce2 (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=a99c26946ea3a858847b76368bbf312019de9c2a
commit a99c26946ea3a858847b76368bbf312019de9c2a
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Jun 27 17:40:33 2016 -0500
...
http://git.creatis.insa-lyon.fr/pubgit/?p=cpPlugins.git;a=commitdiff;h=8ada00da37d8c4dc70b9387c1147566c62dbd41f
commit 8ada00da37d8c4dc70b9387c1147566c62dbd41f
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date: Mon Jun 27 16:15:38 2016 -0500
Build procedure simplified
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 23 +-
appli/PipelineEditor/CMakeLists.txt | 8 +-
appli/plugins/CMakeLists.txt | 1 +
cmake/cpPluginsConfig.cmake.in | 137 +++--
cmake/cpPlugins_Functions.cmake | 560 ++++++++++++---------
lib/CMakeLists.txt | 51 +-
lib/Instances/CMakeLists.txt | 83 ++-
lib/cpBaseQtApplication/ActorProperties.h | 2 +-
lib/cpBaseQtApplication/Block.h | 2 +-
lib/cpBaseQtApplication/Canvas.h | 2 +-
lib/cpBaseQtApplication/Connection.h | 2 +-
lib/cpBaseQtApplication/Editor.h | 2 +-
lib/cpBaseQtApplication/MainWindow.h | 2 +-
lib/cpBaseQtApplication/Port.h | 2 +-
lib/cpExtensions/Algorithms/KalmanFilter.h | 4 +-
lib/cpExtensions/Config.h.in | 2 +-
lib/cpPlugins/Config.h.in | 2 +-
lib/tinyxml2/tinyxml2.h | 2 +-
plugins/CMakeLists.txt | 7 +-
plugins/GenericFilters/JoinBoundingBoxes.h | 2 +-
plugins/IO/DataReproducer.h | 2 +-
plugins/IO/ImageReader.h | 2 +-
plugins/IO/ImageWriter.h | 2 +-
plugins/ImageFilters/AndImageFilter.h | 2 +-
plugins/ImageFilters/BinaryContourImageFilter.h | 2 +-
plugins/ImageFilters/BinaryDilateParaImageFilter.h | 2 +-
plugins/ImageFilters/BinaryErodeParaImageFilter.h | 2 +-
plugins/ImageFilters/BinaryThresholdImageFilter.h | 2 +-
plugins/ImageFilters/CastImageFilter.h | 2 +-
plugins/ImageFilters/GaussianDensityImageFilter.h | 2 +-
.../ImageFilters/MultiScaleGaussianImageFilter.h | 2 +-
plugins/ImageFilters/OrImageFilter.h | 2 +-
plugins/ImageFilters/RegionOfInterestImageFilter.h | 2 +-
plugins/ImageFilters/ResampleImageFilter.h | 2 +-
.../SignedMaurerDistanceMapImageFilter.h | 2 +-
plugins/ImageFilters/UnaryThresholdImageFilter.h | 2 +-
plugins/ImageMeshFilters/MarchingCubes.h | 2 +-
.../TriangleMeshToBinaryImageFilter.h | 2 +-
plugins/MedialnessFilters/GulsunTekMedialness.h | 2 +-
plugins/MeshFilters/AppendMeshesFilter.h | 2 +-
plugins/MeshSources/CylinderSource.h | 2 +-
plugins/MeshSources/SphereSource.h | 2 +-
plugins/Widgets/SeedWidget.h | 2 +-
43 files changed, 531 insertions(+), 411 deletions(-)
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list