Recent Releases of fortran-submodule
fortran-submodule - Print when Make+Cmake disabled
- Fortran
Published by scivision over 4 years ago
fortran-submodule - cleanup examples
- put same name submodule, module into src/same.f90
- removed unneeded compiler options for clarity
- general cleanup of cruft
- Fortran
Published by scivision about 5 years ago
fortran-submodule - implicit none, setup.cmake
- use setup.cmake for simpler build and test
- put
implicit noneeverywhere to reflect better how submodules are actually used.
- Fortran
Published by scivision almost 6 years ago
fortran-submodule - correct CMake build options
the cmake generators didn't work for this type of applications
- Fortran
Published by scivision over 6 years ago
fortran-submodule - cmake cleanup, external module name change
- Update CMake to allow non-Make generators to fully build project
- modernize CMake to use target properties rather than throwing everything in CMAKEBINARYDIR
- cleanup Meson
- rename external module to constants for better example usage
- Fortran
Published by scivision over 6 years ago
fortran-submodule - more stuff cmake can't build that meson can
cmake: disabled examples that it can't build due to bugs in Cmake submodule syntax. Meson is fine with all examples.
- Fortran
Published by scivision over 6 years ago
fortran-submodule - correctness
Thanks to @zbeekman correct module naming to avoid module namespace clashes.
Noted that even CMake 3.16.2 cannot handle module pure function foo() but Meson can.
- Fortran
Published by scivision over 6 years ago