[med-svn] [ismrmrd] branch master updated (ea6033e -> dbb6707)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Sep 22 07:43:21 UTC 2015


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

ghisvail-guest pushed a change to branch master
in repository ismrmrd.

      from  ea6033e   Rebuild with g++ 5
       new  1e83341   Imported Upstream version 1.3.1
       new  1f3a81e   d/{control,install}: bump soname
       new  da4b030   d/rules: use stricter hardening
       new  d895457   d/rules: use explicit RelWithDebInfo build type
       new  ca9d1e3   d/control: add bdep on boost test
       new  28f3520   d/control: remove unused {shlibs:Depends} in -dev pkg
       new  cacd076   refresh documentation install settings
       new  8508f75   d/p: add patch fixing failing tests due to buggy ptr check
       new  c16009e   explicit selection of tools to install as part of ismrmrd-tools
       new  d954a27   d/changelog: update release info
       new  dbb6707   release to unstable

The 11 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                                        |  17 ++
 CMakeLists.txt                                     |  86 ++++-----
 README.md                                          |   9 +-
 cmake/FindJava.cmake                               | 212 ---------------------
 cmake/FindNumPy.cmake                              | 101 ----------
 cmake/cpack_options.cmake.in                       |  12 +-
 cmake/ismrmrd_cpack.cmake                          |  40 ++--
 debian/changelog                                   |   9 +
 debian/control                                     |  10 +-
 debian/ismrmrd-tools.install                       |   6 +-
 debian/ismrmrd-tools.lintian-overrides             |   1 -
 debian/libismrmrd-doc.doc-base                     |   4 +-
 debian/libismrmrd-doc.docs                         |   2 +-
 debian/libismrmrd-doc.links                        |   2 +-
 ...libismrmrd1.2.install => libismrmrd1.3.install} |   0
 .../fixing-check-after-free-in-unit-tests.patch    |  39 ++++
 debian/patches/series                              |   2 +-
 debian/rules                                       |  15 +-
 examples/c/CMakeLists.txt                          |  26 ++-
 examples/c/README.md                               |  13 ++
 examples/c/README.txt                              |  11 --
 examples/c/main.c                                  |  20 +-
 examples/data/.gitignore                           |   1 -
 examples/data/README.txt                           |  17 --
 examples/matlab/todo.txt                           |   1 -
 examples/python/ismrmrd_create_dataset.py          | 174 -----------------
 examples/python/ismrmrd_recon_dataset.py           | 132 -------------
 include/ismrmrd/ismrmrd.h                          |   4 +-
 include/ismrmrd/xml.h                              |  10 +-
 include/version.in                                 |   1 +
 libsrc/dataset.c                                   |  41 ++--
 libsrc/dataset.cpp                                 |  20 ++
 libsrc/ismrmrd.c                                   |   9 +-
 libsrc/ismrmrd.cpp                                 |  29 ++-
 libsrc/xml.cpp                                     |  68 +++++--
 matlab/+ismrmrd/+xml/deserialize.m                 |   5 +-
 matlab/+ismrmrd/+xml/serialize.m                   |   2 +
 schema/ismrmrd.xsd                                 |   6 +-
 tests/CMakeLists.txt                               |  21 ++
 tests/test_acquisitions.cpp                        | 172 +++++++++++++++++
 tests/test_channels.cpp                            |  76 ++++++++
 tests/test_flags.cpp                               |  65 +++++++
 tests/test_images.cpp                              | 169 ++++++++++++++++
 tests/test_ismrmrd.h                               |   4 +
 tests/test_main.cpp                                |  26 +++
 tests/test_ndarray.cpp                             |  71 +++++++
 tests/test_quaternions.cpp                         |  60 ++++++
 utilities/CMakeLists.txt                           | 106 ++++++-----
 utilities/ismrmrd_info.cpp                         |   6 +-
 utilities/recon_cartesian_2d.cpp                   |  95 +++++----
 50 files changed, 1131 insertions(+), 897 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 cmake/FindJava.cmake
 delete mode 100644 cmake/FindNumPy.cmake
 rename debian/{libismrmrd1.2.install => libismrmrd1.3.install} (100%)
 create mode 100644 debian/patches/fixing-check-after-free-in-unit-tests.patch
 create mode 100644 examples/c/README.md
 delete mode 100644 examples/c/README.txt
 delete mode 100644 examples/data/.gitignore
 delete mode 100644 examples/data/README.txt
 delete mode 100644 examples/matlab/todo.txt
 delete mode 100644 examples/python/ismrmrd_create_dataset.py
 delete mode 100644 examples/python/ismrmrd_recon_dataset.py
 create mode 100644 tests/CMakeLists.txt
 create mode 100644 tests/test_acquisitions.cpp
 create mode 100644 tests/test_channels.cpp
 create mode 100644 tests/test_flags.cpp
 create mode 100644 tests/test_images.cpp
 create mode 100644 tests/test_ismrmrd.h
 create mode 100644 tests/test_main.cpp
 create mode 100644 tests/test_ndarray.cpp
 create mode 100644 tests/test_quaternions.cpp

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



More information about the debian-med-commit mailing list