Releases: jchristopherson/ferror
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.
Minor Update - Build Script
Work around an issue compiling a release build on Windows when using gfortran.
Notice, attached binaries were compiled with gfortran. The module (*.mod) files are also included.
Bug Fix
This release incorporates the following bug fixes:
- Fix a memory leak in the C interface code
- The error logging will now append to an existing file, not overwrite.