Releases: jchristopherson/ferror
v1.4.4
v1.4.3
This release cleans up the CMake scripts and transitions the documentation to FORD.
v.1.4.2: Add FPM support
Add FPM support
v1.4.1 - Bug Fix
This release fixed an issue related to the use of ifort not properly recognizing the submodule implementation of a few routines.
v.1.4.0: C API & build clean-up.
This release cleaned up build scripts, reorganized source code into submodules, and cleaned up the C API.
Add meson support
Added meson support. Thanks Átila Saraiva!
Documentation Improvement
Improved and included HTML documentation.
Added Functionality
This update adds a cleaner build script, more functionality, more tests, and installation instructions.
Build Script Fix
This is a minor release where the build script was slightly reconfigured.
Build Script Fix
This release fixes an oddity with the gfortran compiler on Windows. For some reason, the release builds using -O3 resulting in a segmentation fault; however, downgrading the aggressiveness of the optimization to a -O1 resulted in properly executing code. However, -O3 works as expected on Linux systems. Not exactly sure if this is a compiler bug, but a conditional statement has been placed in the build script checking to see if the code is being compiled on Windows, or anything else.