[pubgit-commits-list] bbtk branch master updated. 03cc68dd6b831aa98e1e0fad20a977ffa074be39

root root at tux.creatis.insa-lyon.fr
Mon Feb 1 14:59:38 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 "Black Box Tool Kit".

The branch, master has been updated
       via  03cc68dd6b831aa98e1e0fad20a977ffa074be39 (commit)
      from  e42cfb393de2b9a0a1b8823e631c1f3094231c11 (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=bbtk.git;a=commitdiff;h=03cc68dd6b831aa98e1e0fad20a977ffa074be39
commit 03cc68dd6b831aa98e1e0fad20a977ffa074be39
Author: Eduardo DAVILA <eduardo.davila at creatis.insa-lyon.fr>
Date:   Mon Feb 1 14:59:19 2016 +0100

    #2808, #2807, #2806, #2805, #2804 BBTK Feature New Normal Add new functionality MathOperation ReadComlumns StringWrite Transfor UpdateRender TransposeVectors SplitFilePath RepalceString MathOperationVector


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

Summary of changes:
 kernel/src/bbtkWtBlackBox.h                        |   1 +
 packages/std/src/bbstdMathOperation.cxx            |  23 +-
 packages/std/src/bbstdMathOperation.h              |   4 +-
 packages/std/src/bbstdMathOperationVector.cxx      | 457 +++++++++++++++++++++
 packages/std/src/bbstdMathOperationVector.h        |  78 ++++
 packages/std/src/bbstdReadColumnsInt.cxx           |   2 +-
 ...bbstdGetBBTKinfo.cxx => bbstdReplaceString.cxx} |  33 +-
 .../{bbstdRandomString.h => bbstdReplaceString.h}  |  28 +-
 ...ndomString.cxx => bbstdSplitFilePathVector.cxx} |  75 ++--
 packages/std/src/bbstdSplitFilePathVector.h        |  56 +++
 packages/std/src/bbstdStringWriter.cxx             |  20 +-
 packages/std/src/bbstdTransposeVectors.cxx         |  21 +
 packages/std/src/bbstdTransposeVectors.h           | 196 +++++++++
 packages/vtk/src/bbvtkTransform.cxx                |  13 +-
 packages/vtk/src/bbvtkTransform.h                  |   7 +-
 packages/vtk/src/bbvtkUpdateRender.cxx             |   3 +
 16 files changed, 930 insertions(+), 87 deletions(-)
 create mode 100644 packages/std/src/bbstdMathOperationVector.cxx
 create mode 100644 packages/std/src/bbstdMathOperationVector.h
 copy packages/std/src/{bbstdGetBBTKinfo.cxx => bbstdReplaceString.cxx} (74%)
 copy packages/std/src/{bbstdRandomString.h => bbstdReplaceString.h} (56%)
 copy packages/std/src/{bbstdRandomString.cxx => bbstdSplitFilePathVector.cxx} (61%)
 create mode 100644 packages/std/src/bbstdSplitFilePathVector.h
 create mode 100644 packages/std/src/bbstdTransposeVectors.cxx
 create mode 100644 packages/std/src/bbstdTransposeVectors.h


hooks/post-receive
-- 
Black Box Tool Kit


More information about the Pubgit-commits-list mailing list