[pubgit-commits-list] cpPlugins branch sandbox updated. 63dc6ccded0b3391d1acc6980212bcf6723276a8
root
root at tux.creatis.insa-lyon.fr
Wed Oct 11 00:06:35 CEST 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, sandbox has been updated
via 63dc6ccded0b3391d1acc6980212bcf6723276a8 (commit)
from 55c03ede0ab3a461e8c8d860f84a53ef628ec087 (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=63dc6ccded0b3391d1acc6980212bcf6723276a8
commit 63dc6ccded0b3391d1acc6980212bcf6723276a8
Author: Leonardo Flórez-Valencia <florez-l at javeriana.edu.co>
Date: Tue Oct 10 17:06:27 2017 -0500
...
-----------------------------------------------------------------------
Summary of changes:
appli/CMakeLists.txt | 4 +
appli/bash/ConvertImage.cxx | 32 +-
cmake/cpPlgFunctions.cmake | 62 ++--
lib/CMakeLists.txt | 2 +-
lib/tclap/Arg.h | 692 +++++++++++++++++++++++++++++++++++
lib/tclap/ArgException.h | 200 ++++++++++
lib/tclap/ArgTraits.h | 121 ++++++
{cmake => lib/tclap}/CMakeLists.txt | 21 +-
lib/tclap/COPYING | 27 ++
lib/tclap/CmdLine.h | 651 ++++++++++++++++++++++++++++++++
lib/tclap/CmdLineInterface.h | 150 ++++++++
lib/tclap/CmdLineOutput.h | 74 ++++
lib/tclap/Constraint.h | 75 ++++
lib/tclap/DocBookOutput.h | 300 +++++++++++++++
lib/tclap/HelpVisitor.h | 76 ++++
lib/tclap/IgnoreRestVisitor.h | 52 +++
lib/tclap/MultiArg.h | 430 ++++++++++++++++++++++
lib/tclap/MultiSwitchArg.h | 214 +++++++++++
lib/tclap/OptionalUnlabeledTracker.h | 62 ++++
lib/tclap/README | 16 +
lib/tclap/StandardTraits.h | 62 ++++
lib/tclap/StdOutput.h | 299 +++++++++++++++
lib/tclap/SwitchArg.h | 270 ++++++++++++++
lib/tclap/UnlabeledMultiArg.h | 301 +++++++++++++++
lib/tclap/UnlabeledValueArg.h | 340 +++++++++++++++++
lib/tclap/ValueArg.h | 427 +++++++++++++++++++++
lib/tclap/ValuesConstraint.h | 148 ++++++++
lib/tclap/VersionVisitor.h | 81 ++++
lib/tclap/Visitor.h | 54 +++
lib/tclap/XorHandler.h | 166 +++++++++
lib/tclap/ZshCompletionOutput.h | 329 +++++++++++++++++
31 files changed, 5692 insertions(+), 46 deletions(-)
create mode 100644 lib/tclap/Arg.h
create mode 100644 lib/tclap/ArgException.h
create mode 100644 lib/tclap/ArgTraits.h
copy {cmake => lib/tclap}/CMakeLists.txt (53%)
create mode 100644 lib/tclap/COPYING
create mode 100644 lib/tclap/CmdLine.h
create mode 100644 lib/tclap/CmdLineInterface.h
create mode 100644 lib/tclap/CmdLineOutput.h
create mode 100644 lib/tclap/Constraint.h
create mode 100644 lib/tclap/DocBookOutput.h
create mode 100644 lib/tclap/HelpVisitor.h
create mode 100644 lib/tclap/IgnoreRestVisitor.h
create mode 100644 lib/tclap/MultiArg.h
create mode 100644 lib/tclap/MultiSwitchArg.h
create mode 100644 lib/tclap/OptionalUnlabeledTracker.h
create mode 100644 lib/tclap/README
create mode 100644 lib/tclap/StandardTraits.h
create mode 100644 lib/tclap/StdOutput.h
create mode 100644 lib/tclap/SwitchArg.h
create mode 100644 lib/tclap/UnlabeledMultiArg.h
create mode 100644 lib/tclap/UnlabeledValueArg.h
create mode 100644 lib/tclap/ValueArg.h
create mode 100644 lib/tclap/ValuesConstraint.h
create mode 100644 lib/tclap/VersionVisitor.h
create mode 100644 lib/tclap/Visitor.h
create mode 100644 lib/tclap/XorHandler.h
create mode 100644 lib/tclap/ZshCompletionOutput.h
hooks/post-receive
--
Plugin system to encapsulate pipeline objects (data, filters, sources and sinks)
More information about the Pubgit-commits-list
mailing list