[pubgit-commits-list] bbtk branch master updated. 12f2166f201f4e5a99c9c7876dadd09da81bfb51
root
root at tux.creatis.insa-lyon.fr
Tue Oct 6 11:09:57 CEST 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 "Black Box Tool Kit".
The branch, master has been updated
via 12f2166f201f4e5a99c9c7876dadd09da81bfb51 (commit)
via ad458230343cabfb02926d50ac0f8e17de477085 (commit)
via 3dcc408acd2264664ca6431a501378ea64233dd6 (commit)
via 3ec456cb51680d04227363f9d50dfaf67ee072bb (commit)
via 72e1281cc66954975acc2414264239dcf055c15f (commit)
via 4dfdd2ae16994fcbda1f323d5bdc5f02b4e26f48 (commit)
via 87efce51877a540d943b1aa26307994b38bba55b (commit)
via 0b640e26a37a0d20f6e6c75856a49d956f10f53e (commit)
via 59a1da6c8c2d9108d4cf84595c7841c6371b9e52 (commit)
via 5d1ed845326cc292279254b1e8667cdf3c4311fc (commit)
via c707b7a431df27af2590fcf837190ee4e5070107 (commit)
via 1b7876d34a9cfbb96464c860fb671ccf375e343a (commit)
via 85be7d05390ee84a66308c17c740565456ce15d2 (commit)
via 75cedb45ce5353caf2b8cdd6c6f7fcff3b3a6555 (commit)
from 6b76f60671eed79e17d8f602878dac4d1928659f (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=12f2166f201f4e5a99c9c7876dadd09da81bfb51
commit 12f2166f201f4e5a99c9c7876dadd09da81bfb51
Merge: 6b76f60 ad45823
Author: Eduardo DAVILA <eduardo.davila at creatis.insa-lyon.fr>
Date: Tue Oct 6 11:08:44 2015 +0200
Merge branch 'wt-version'
-----------------------------------------------------------------------
Summary of changes:
CMakeLists.txt | 5 +
kernel/appli/bbi/CMakeLists.txt | 12 +
kernel/appli/bbi/bbi.cxx | 26 +-
kernel/appli/bbi/bbiWeb.cxx | 81 ++++
kernel/cmake/BBTKConfigurePackage_src.cmake | 2 +-
kernel/src/CMakeLists.txt | 12 +-
kernel/src/bbtkBlackBox.cxx | 32 +-
kernel/src/bbtkBlackBoxDescriptor.cxx | 5 +-
kernel/src/bbtkBlackBoxOutputConnector.cxx | 2 -
kernel/src/bbtkConfigurationFile.cxx | 10 +-
kernel/src/bbtkConnection.cxx | 12 +-
kernel/src/bbtkExecuter.cxx | 1 +
kernel/src/bbtkFactory.cxx | 94 +++-
kernel/src/bbtkFactory.h | 6 +-
kernel/src/bbtkInterpreter.cxx | 13 +
kernel/src/bbtkInterpreterVirtual.cxx | 10 +-
kernel/src/bbtkPackage.cxx | 2 +
kernel/src/bbtkUtilities.cxx | 34 +-
kernel/src/bbtkUtilities.h | 3 +-
kernel/src/{bbtkWx.cxx => bbtkWt.cxx} | 160 ++++---
kernel/src/{bbtkWx.h => bbtkWt.h} | 196 ++++++---
kernel/src/bbtkWtBlackBox.cxx | 473 +++++++++++++++++++++
kernel/src/{bbtkWxBlackBox.h => bbtkWtBlackBox.h} | 62 ++-
kernel/src/bbtkWx.cxx | 5 +-
kernel/src/bbtkWxBlackBox.cxx | 21 +-
packages/CMakeLists.txt | 7 +
packages/itk/src/bbitkImageWriter.cxx | 4 +
.../{bbstdDoubleToInt.cxx => bbstdGetBBTKinfo.cxx} | 24 +-
.../src/{bbstdDoubleToInt.h => bbstdGetBBTKinfo.h} | 30 +-
...{bbstdDoubleToInt.cxx => bbstdRandomString.cxx} | 45 +-
.../{bbstdDoubleToInt.h => bbstdRandomString.h} | 30 +-
packages/vtk/src/bbvtkPolyDataWriter.xml | 3 +
packages/vtk/src/bbvtkPolyDataWriterPlus.cxx | 1 -
packages/wx/src/bbwxCheckBox.cxx | 1 +
packages/wx/src/bbwxCheckBox.h | 2 +-
packages/wx/src/bbwxComboBox.cxx | 33 +-
packages/wx/src/bbwxStaticBox.cxx | 2 -
37 files changed, 1190 insertions(+), 271 deletions(-)
create mode 100644 kernel/appli/bbi/bbiWeb.cxx
copy kernel/src/{bbtkWx.cxx => bbtkWt.cxx} (67%)
copy kernel/src/{bbtkWx.h => bbtkWt.h} (57%)
create mode 100644 kernel/src/bbtkWtBlackBox.cxx
copy kernel/src/{bbtkWxBlackBox.h => bbtkWtBlackBox.h} (72%)
copy packages/std/src/{bbstdDoubleToInt.cxx => bbstdGetBBTKinfo.cxx} (78%)
copy packages/std/src/{bbstdDoubleToInt.h => bbstdGetBBTKinfo.h} (58%)
copy packages/std/src/{bbstdDoubleToInt.cxx => bbstdRandomString.cxx} (68%)
copy packages/std/src/{bbstdDoubleToInt.h => bbstdRandomString.h} (57%)
hooks/post-receive
--
Black Box Tool Kit
More information about the Pubgit-commits-list
mailing list