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

root root at tux.creatis.insa-lyon.fr
Sat Nov 28 00:02:25 CET 2015


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  f654620df52b811be7bd263a1775c93d29c69a65 (commit)
      from  bb150e6feb32e18f7752fa2309b1698b561df773 (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=f654620df52b811be7bd263a1775c93d29c69a65
commit f654620df52b811be7bd263a1775c93d29c69a65
Author: Leonardo Florez-Valencia <florez-l at javeriana.edu.co>
Date:   Fri Nov 27 18:01:59 2015 -0500

    XML IO added. Workspace singleton added to simplify pipeline definition and execution.


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

Summary of changes:
 appli/examples/CMakeLists.txt               |    1 +
 appli/examples/example_WorkspaceSandBox.cxx |   35 +
 data/workspace_00.xml                       |   17 +
 lib/cpPlugins/Interface/CMakeLists.txt      |    1 +
 lib/cpPlugins/Interface/ProcessObject.cxx   |   13 +-
 lib/cpPlugins/Interface/Workspace.cxx       |  262 ++++
 lib/cpPlugins/Interface/Workspace.h         |   93 ++
 lib/cpPlugins/Interface/WorkspaceIO.cxx     |  239 ++++
 lib/third_party/CMakeLists.txt              |    1 +
 lib/third_party/tinyxml/CMakeLists.txt      |   26 +
 lib/third_party/tinyxml/changes.txt         |  290 +++++
 lib/third_party/tinyxml/readme.txt          |  530 ++++++++
 lib/third_party/tinyxml/tinystr.cpp         |  116 ++
 lib/third_party/tinyxml/tinystr.h           |  320 +++++
 lib/third_party/tinyxml/tinyxml.cpp         | 1838 +++++++++++++++++++++++++++
 lib/third_party/tinyxml/tinyxml.h           | 1800 ++++++++++++++++++++++++++
 lib/third_party/tinyxml/tinyxmlerror.cpp    |   52 +
 lib/third_party/tinyxml/tinyxmlparser.cpp   | 1634 ++++++++++++++++++++++++
 18 files changed, 7264 insertions(+), 4 deletions(-)
 create mode 100644 appli/examples/example_WorkspaceSandBox.cxx
 create mode 100644 data/workspace_00.xml
 create mode 100644 lib/cpPlugins/Interface/Workspace.cxx
 create mode 100644 lib/cpPlugins/Interface/Workspace.h
 create mode 100644 lib/cpPlugins/Interface/WorkspaceIO.cxx
 create mode 100644 lib/third_party/tinyxml/CMakeLists.txt
 create mode 100644 lib/third_party/tinyxml/changes.txt
 create mode 100644 lib/third_party/tinyxml/readme.txt
 create mode 100644 lib/third_party/tinyxml/tinystr.cpp
 create mode 100644 lib/third_party/tinyxml/tinystr.h
 create mode 100644 lib/third_party/tinyxml/tinyxml.cpp
 create mode 100644 lib/third_party/tinyxml/tinyxml.h
 create mode 100644 lib/third_party/tinyxml/tinyxmlerror.cpp
 create mode 100644 lib/third_party/tinyxml/tinyxmlparser.cpp


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


More information about the Pubgit-commits-list mailing list