Skip to content
Snippets Groups Projects
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGELOG.md 5.40 KiB

FSL base project changelog

2111.5 (Thursday 18th November 2021)

  • Set -std=c++14 for nvcc-compiled code. CUDA 11.0 is the first version to support -std=c++17.

2111.4 (Wednesday 17th November 2021)

  • The default C++ language standard is now -std=c++17.

2111.3 (Wednesday 17th November 2021)

  • The $FSLDEVDIR/lib directory is now added to the rpath entry for shared libraries and executables, if $FSLDEVDIR is different from $FSLDIR.

2111.2 (Monday 15th November 2021)

  • Added the FSL_GE_606 Makefile flag for use by projects which need to retain support for compiling against older versions of FSL.

2111.1 (Friday 12th November 2021)

  • Tweak to how the -install_name option is set.

2111.0 (Thursday 11th November 2021)

  • The -rpath is explicitly set on executables and shared libraries, and the -install_name set on shared libraries under macOS. This is to support local development, and execution of commands from their $FSLDIR/src/ directory.

2109.1 (Wednesday 22nd September 2021)

  • Updated the supportedGencodes.sh script for CUDA 11.2, 11.3, and 11.4.

2109.0 (Monday 13th September 2021)

  • Added an extra unit test.

2108.3 (Friday 13th August 2021)

  • Fix to the Makefile, as $FSLDIR/doc/fsl.css was not being installed.

2108.2 (Wednesday 11th August 2021)