ismrmrd:hansenms/readthedocs

Last commit made on 2022-03-04
Get this branch:
git clone -b hansenms/readthedocs https://git.launchpad.net/ismrmrd

Branch merges

Branch information

Name:
hansenms/readthedocs
Repository:
lp:ismrmrd

Recent commits

d4cc642... by Michael Hansen <email address hidden>

Reordered documentation TOC

512d746... by Michael Hansen <email address hidden>

Merge branch 'master' into hansenms/readthedocs

0748704... by Michael Hansen <email address hidden>

Moved documentation from README to generated docs

9457c36... by Michael Hansen <email address hidden>

Added missing dependencies for doc building

7354a09... by Kris Thielemans <email address hidden>

CMake modernisation and fixes (#196)

* [CMake] config export fixes

The exported Config had some problems:
- HDF5 was found if not required (CMake 3.9) or found without REQUIRED
(CMake 3.8)
- ISMRMRD_LIBRARIES was set to ismrmrd, which was a non-existing target
Fixes #183

* [CMake] improve HDF5 diagnostic messages

- use message(STATUS ...)
- print HDF5_INCLUDE_DIRS, not HDF5_INCLUDE_DIR

Fixes #112

* [CMake] modernisation using target_include_directories etc

Modern CMake recommends use of target_include_directories etc such
that properties are exported on the ISMRMRD::ISMRMRD target.

Changes are backwards compatible. However, I require CMake 3.0 as
it probably needs this.

Fixes #184

* Bumped patch version

Co-authored-by: Michael Hansen <email address hidden>

f0e840e... by Michael Hansen <email address hidden>

adding apt update to pipeline to make sure we don't try to fetch stale cache (#195)

965e34e... by Michael Hansen <email address hidden>

Stashing dock changes

b26a804... by Michael Hansen <email address hidden>

Add issue templates (#191)

This PR adds issue templates to the ISMRMRD project.

31b3f1e... by Kelvin Chow <email address hidden>

Add enums for phase stabilization flags (#194)

* Add enums for RGB image types and flags for phase stabilization in raw data

* Bump minor version to 7

* Revert inclusion of ISMRMRD_IMTYPE_RGB

90eaba5... by Dimitri Papadopoulos Orfanos <email address hidden>

Fix more typos, including a function name (sensititivies → sensitivities) (#192)

Bumps version to 1.6.0