[med-svn] [odil] branch master updated (8fd94b1 -> 0a50681)

Julien Lamy lamy-guest at moszumanska.debian.org
Tue Jun 14 14:28:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamy-guest pushed a change to branch master
in repository odil.

      from  8fd94b1   Upload to unstable
       new  63a8725   Imported Upstream version 0.7.0
       new  25423a0   Merge tag 'upstream/0.7.0'
       new  0a50681   New upstream release

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                 |   5 +-
 CMakeLists.txt                              |   5 +-
 FindLog4Cpp.cmake                           |  24 ++++
 applications/find.py                        |   2 +-
 applications/print_.py                      |   2 +-
 debian/changelog                            |   6 +
 debian/control                              |   3 +-
 debian/patches/sort-cmake-filelists.patch   |   6 +-
 registry.h.tmpl                             |   7 +-
 src/CMakeLists.txt                          |  17 ++-
 src/odil/Association.cpp                    |  58 ++++++--
 src/odil/AssociationAcceptor.cpp            |   4 +-
 src/odil/DataSet.cpp                        | 109 ++++++++-------
 src/odil/DataSet.h                          |  55 +++++---
 src/odil/MoveSCP.cpp                        |   5 +-
 src/odil/Reader.cpp                         |   8 +-
 src/odil/Reader.h                           |   3 +-
 src/odil/StoreSCU.cpp                       |   9 +-
 src/odil/StoreSCU.h                         |   7 +-
 src/odil/VRFinder.cpp                       |  42 +++---
 src/odil/Writer.cpp                         |  41 +++++-
 src/odil/dul/StateMachine.cpp               |  11 +-
 src/odil/logging.cpp                        |  37 +++++
 wrappers/VRFinder.cpp => src/odil/logging.h |  18 +--
 src/odil/message/CStoreRequest.cpp          |   9 +-
 src/odil/message/CStoreRequest.h            |   4 +-
 src/odil/pdu/Item.cpp                       |   9 +-
 src/odil/pdu/UserInformation.cpp            |  38 ++++-
 src/odil/registry.cpp                       |  26 +++-
 src/odil/registry.h                         |   6 +
 src/odil/uid.cpp                            |   4 +-
 src/odil/uid.h                              |   6 +-
 src/odil/write_ds.cpp                       | 210 ++++++++++++++++++++++++++++
 src/odil/{Exception.cpp => write_ds.h}      |  30 ++--
 tests/CMakeLists.txt                        |  18 ++-
 tests/code/DataSet.cpp                      |  16 +++
 tests/code/VRFinder.cpp                     |  35 ++---
 tests/code/Writer.cpp                       |   2 +-
 tests/code/unicode.cpp                      |   1 -
 tests/run                                   |   2 +-
 tests/wrappers/test_data_set.py             |  14 ++
 wrappers/DataSet.cpp                        |   8 +-
 wrappers/StoreSCU.cpp                       |   7 +-
 wrappers/read.cpp                           |  29 +++-
 44 files changed, 747 insertions(+), 211 deletions(-)
 create mode 100644 FindLog4Cpp.cmake
 create mode 100644 src/odil/logging.cpp
 copy wrappers/VRFinder.cpp => src/odil/logging.h (58%)
 create mode 100644 src/odil/write_ds.cpp
 copy src/odil/{Exception.cpp => write_ds.h} (57%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/odil.git



More information about the debian-med-commit mailing list