[med-svn] [odil] 02/06: Merge tag 'upstream/0.5.0'

Julien Lamy lamy-guest at moszumanska.debian.org
Wed Apr 13 16:12:55 UTC 2016


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

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

commit 26b770668b7bc4b775d36bababe79fd67768e8e0
Merge: f930ea8 a4169f1
Author: Julien Lamy <lamy at unistra.fr>
Date:   Fri Apr 8 18:25:31 2016 +0200

    Merge tag 'upstream/0.5.0'
    
    Upstream version 0.5.0

 .travis.yml                                   |  23 ++-
 CMakeLists.txt                                |  12 +-
 applications/CMakeLists.txt                   |   4 +
 applications/echo.py                          |  38 ++++
 applications/find.py                          |  85 +++++++++
 applications/odil                             |  41 +++++
 applications/print_.py                        |  92 ++++++++++
 applications/transcode.py                     |  59 +++++++
 appveyor.yml                                  |   4 +-
 examples/CMakeLists.txt                       |  14 +-
 examples/convert.py                           |  48 ++++++
 examples/dump.py                              |  69 ++++++++
 examples/find.cpp                             |   6 +-
 examples/find.py                              |  40 +++++
 examples/store.cpp                            |   6 +-
 src/CMakeLists.txt                            |   9 +-
 src/odil/AssociationParameters.cpp            |  56 ++++++
 src/odil/AssociationParameters.h              |   9 +
 src/odil/BasicDirectoryCreator.cpp            |   2 +-
 src/odil/{SCU.cpp => EchoSCU.cpp}             |  32 +---
 src/odil/EchoSCU.h                            |  35 ++++
 src/odil/ElementsDictionary.cpp               |  24 +++
 src/odil/ElementsDictionary.h                 |   7 +-
 src/odil/Reader.cpp                           | 122 +++++++++----
 src/odil/Reader.h                             |   2 +
 src/odil/SCU.cpp                              |  22 ---
 src/odil/SCU.h                                |   3 -
 src/odil/UIDsDictionary.h                     |   4 +-
 src/odil/VR.cpp                               |   2 +-
 src/odil/Value.h                              |   2 +-
 src/odil/Writer.cpp                           |  99 +++++++----
 src/odil/Writer.h                             |   2 +
 src/odil/dcmtk/conversion.cpp                 |  24 ++-
 src/odil/json_converter.cpp                   |  18 +-
 src/odil/xml_converter.cpp                    |  33 ++--
 tests/CMakeLists.txt                          |  17 +-
 tests/code/Association.cpp                    |  38 ----
 tests/code/DataSet.cpp                        |   5 +-
 tests/code/EchoSCU.cpp                        |  28 +++
 tests/code/Reader.cpp                         |   6 +-
 tests/code/SCU.cpp                            |   5 -
 tests/code/Writer.cpp                         |   6 +-
 tests/code/json_converter.cpp                 |   4 +-
 tests/code/xml_converter.cpp                  |  15 +-
 tests/peer_fixture_base.py                    |  18 ++
 tests/run                                     | 139 +++++++++++++++
 tests/run.sh                                  |  57 ------
 tests/tools/CMakeLists.txt                    |   5 +-
 tests/wrappers/test_association.py            |  48 ++++++
 tests/wrappers/test_association_parameters.py | 116 +++++++++++++
 tests/wrappers/test_data_set.py               | 166 ++++++++++++++++++
 tests/wrappers/test_echo_scu.py               |  26 +++
 tests/wrappers/test_element.py                |  55 ++++++
 tests/wrappers/test_elements_dictionary.py    |  48 ++++++
 tests/wrappers/test_find_scu.py               |  51 ++++++
 tests/wrappers/test_get_scu.py                |  54 ++++++
 tests/wrappers/test_move_scu.py               |  65 +++++++
 tests/wrappers/test_registry.py               |  29 ++++
 tests/wrappers/test_store_scu.py              |  52 ++++++
 tests/wrappers/test_tag.py                    |  87 ++++++++++
 tests/wrappers/test_uid.py                    |  14 ++
 tests/wrappers/test_uids_dictionary.py        |  21 +++
 tests/wrappers/test_value.py                  |  88 ++++++++++
 tests/wrappers/test_vr.py                     |  12 ++
 wrappers/Assocation.cpp                       |  62 +++++++
 wrappers/AssocationParameters.cpp             | 240 ++++++++++++++++++++++++++
 wrappers/CMakeLists.txt                       |  19 ++
 wrappers/DataSet.cpp                          | 225 ++++++++++++++++++++++++
 wrappers/EchoSCU.cpp                          |  33 ++++
 wrappers/Element.cpp                          |  63 +++++++
 wrappers/ElementsDictionary.cpp               |  96 +++++++++++
 wrappers/Exception.cpp                        |  25 +++
 wrappers/FindSCU.cpp                          |  50 ++++++
 wrappers/GetSCU.cpp                           |  50 ++++++
 wrappers/MoveSCU.cpp                          |  59 +++++++
 wrappers/StoreSCU.cpp                         |  33 ++++
 wrappers/Tag.cpp                              |  33 ++++
 wrappers/UIDsDictionary.cpp                   |  32 ++++
 wrappers/VR.cpp                               |  52 ++++++
 wrappers/Value.cpp                            | 110 ++++++++++++
 wrappers/json_converter.cpp                   |  44 +++++
 wrappers/odil.cpp                             |  58 +++++++
 wrappers/read.cpp                             |  48 ++++++
 wrappers/registry.cpp                         |  44 +++++
 wrappers/uid.cpp                              |  22 +++
 wrappers/write.cpp                            |  72 ++++++++
 wrappers/xml_converter.cpp                    |  45 +++++
 87 files changed, 3543 insertions(+), 295 deletions(-)

-- 
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