Skip to content

Releases: Goddard-Fortran-Ecosystem/gFTL

Minor bug fix

06 Apr 12:38
a8e72c4
Compare
Choose a tag to compare

Eliminated a stray in source code.

Workaround for PGI compiler

06 Jan 14:20
8da5afd
Compare
Choose a tag to compare
v1.2.3

Merge pull request #91 from Goddard-Fortran-Ecosystem/feature/pgi-wor…

Bugfix

17 Nov 00:28
33dbb04
Compare
Choose a tag to compare

Bugfix for workaround in v1.2.1; some use cases were not deallocating structure components prior to reallocation.

Workaround for Intel 18 memory leak

07 Nov 22:34
Compare
Choose a tag to compare
v1.2.1

Update for realease v1.2.1.

Update to use pFUnit 4.0

04 Sep 13:19
567b9b1
Compare
Choose a tag to compare
  • Exploited pFUnit 4.0 to allow tests that are known to break certain compilers to be "disable'd" without completely eliminating them
  • Updated Travis to include testing with gfortran-9
  • Various little cleanups to reduce extraneous warning messages during build

Support for external projects using Unix make

06 Apr 19:56
f0a6e6b
Compare
Choose a tag to compare
Merge pull request #73 from Goddard-Fortran-Ecosystem/develop

Develop

Recovered some important compiler workaround switches.

06 Mar 14:48
4002e0e
Compare
Choose a tag to compare

GFortran and Intel compilers both still require some variant implementations for upstream use cases.

Cleanup of some compiler checks

01 Mar 16:05
9b8ea8f
Compare
Choose a tag to compare

Some compiler ifdefs were determined to be obsolete.

Better support for inclusion in other projects

05 Feb 15:49
4e2e5cd
Compare
Choose a tag to compare

Probably not quite worthy of a minor version bump, but this release is now able to work being included in other projects without the cmake install step. Just add it as a subdirectory and set the appropriate include directories to include /.../gFTL/include.

update cmake to 3.0.0

01 Feb 15:51
57f765d
Compare
Choose a tag to compare
Merge pull request #38 from Goddard-Fortran-Ecosystem/develop

Develop