[pubgit-commits-list] cpPlugins branch master updated. 1f38b7be288143c8983aacf337e539b082f1f463

root root at tux.creatis.insa-lyon.fr
Sat Nov 5 00:22:51 CET 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  1f38b7be288143c8983aacf337e539b082f1f463 (commit)
      from  560b80db4e0253bef4a1b7ff3afb63fd04591551 (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=1f38b7be288143c8983aacf337e539b082f1f463
commit 1f38b7be288143c8983aacf337e539b082f1f463
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date:   Fri Nov 4 18:22:40 2016 -0500

    ...


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

Summary of changes:
 lib/CMakeLists.txt                     |  27 +-
 lib/cpPlugins/Interface/Dirent.h       | 849 ---------------------------------
 lib/cpPlugins/Interface/Plugins.cxx    |  98 +---
 lib/cpPlugins/OS/DirContents.cxx       | 145 ++++++
 lib/cpPlugins/OS/DirContents.h         |  42 ++
 lib/cpPlugins/OS/tinydir.h             | 804 +++++++++++++++++++++++++++++++
 lib/cpPlugins/OS/tinydir_COPYING.txt   |  26 +
 lib/cpPlugins/OS/tinydir_README.md.txt |  78 +++
 8 files changed, 1135 insertions(+), 934 deletions(-)
 delete mode 100644 lib/cpPlugins/Interface/Dirent.h
 create mode 100644 lib/cpPlugins/OS/DirContents.cxx
 create mode 100644 lib/cpPlugins/OS/DirContents.h
 create mode 100644 lib/cpPlugins/OS/tinydir.h
 create mode 100644 lib/cpPlugins/OS/tinydir_COPYING.txt
 create mode 100644 lib/cpPlugins/OS/tinydir_README.md.txt


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


More information about the Pubgit-commits-list mailing list