[med-svn] [ismrmrd] branch upstream updated (766b60a -> 5d43b53)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri Sep 18 08:36:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to branch upstream
in repository ismrmrd.
from 766b60a Imported Upstream version 1.2.3
new 5d43b53 Imported Upstream version 1.3.1
The 1 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 +++---
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 +++++++------
39 files changed, 1056 insertions(+), 882 deletions(-)
create mode 100644 .travis.yml
delete mode 100644 cmake/FindJava.cmake
delete mode 100644 cmake/FindNumPy.cmake
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