ismrmrd:hansenms/conan-build

Last commit made on 2024-02-14
Get this branch:
git clone -b hansenms/conan-build https://git.launchpad.net/ismrmrd

Branch merges

Branch information

Name:
hansenms/conan-build
Repository:
lp:ismrmrd

Recent commits

1b36e0b... by Michael Hansen <email address hidden>

Fixed some conan issues

06ca58f... by Michael Hansen <email address hidden>

Set boost version back

7ae29ff... by Michael Hansen <email address hidden>

Added conan profile detection

4847a79... by Michael Hansen <email address hidden>

Added conan build pipeline

040c243... by Michael Hansen <email address hidden>

Added conanfile.py

d364e03... by gabuzi <email address hidden>

Fix argument name in matlab AcquisitionHeader.append() (#243)

Appending to an an acquisition header fails in matlab due to
a typo.

Co-authored-by: David Christoffer Hansen <email address hidden>

14e5abd... by Michael Hansen <email address hidden>

C++98 compatibility (#242)

* Stashing changed to make ISMRMRD more backwards compatible

* Fixes to xml.cpp

* More compat changes

* Moved some funtions to ISMRMRD namepace

* New aproach to enum classes

* Replace enums with classes

* Fixing to_string

* Reverted some unnecessary changes

* Compiling with CXX 98

* Fixed unalgned problem on older compilers

* Attempts to fix some Windows compat

* More tweaks

* Building standard CXX1++but adding CX C++98 smoketest

* Removing setting CMAKE Standard

* Trying to debug Windows build

* Trying to make sure that MSVC does not erroneously include shim

* Windows debug infomation

* Trying more debug stuff

* Debugging

* Debug

* Attempting to print C++ version in visual studio

* Attempting t properly set cplusplus version

* Backing out some debugging code

* Hybrid enum classes for C++98

* fixed vcpkg instal step and bump version

* Fixed type confusion

* PR comments

b320375... by Joe Naegele <email address hidden>

Specify Boost runtime version in conda-build recipe (#245)

* Specify Boost runtime version in conda-build recipe
* Add libmamba solver to conda build environment
* Add readthedocs config file

595bd68... by Michael Hansen <email address hidden>

Rev pugixml version, switch to mamba in devcontainer (#238)

4dffeac... by Michael Hansen <email address hidden>

Bumping build number - PugiXML conda break (#237)

* Bumping build number
* PugiXML is a runtime dependency
* Pinning some docs versions