summaryrefslogtreecommitdiffstats
path: root/hl/fortran/src
Commit message (Collapse)AuthorAgeFilesLines
* OESS-98 merge with clang-format changesAllen Byrne2020-09-251-3/+3
|
* CMake and script changes for clang-formatAllen Byrne2020-09-041-2/+13
|
* Removes staff email addresses from the repositoryDana Robinson2020-08-077-80/+80
| | | | Removes redundant C library headers from hl library
* HDFFV-11116 Add option for install location of Fortran MOD filesAllen Byrne2020-07-091-1/+20
|
* Removed trailing space from Fortran files.Dana Robinson2020-05-265-219/+219
|
* Trim trailing whitespaceQuincey Koziol2020-04-204-48/+48
|
* Remove overzealous additionsAllen Byrne2020-04-051-1/+0
|
* Flag construction must be after compiler detectionAllen Byrne2020-04-051-21/+9
|
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-23/+14
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* HDFFV-11012 - add correct fortran include path propertiesAllen Byrne2020-02-041-2/+2
|
* Reverts the removal of config/conclude_fc.am while keepingDana Robinson2019-08-011-2/+1
| | | | the changes to config/gnu-fflags.
* Merge pull request #1808 in HDFFV/hdf5 from ↵Dana Robinson2019-07-291-1/+2
|\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:gnu-flags-work to develop * commit '7d291d059da6287f769951c4854c566da0b93ce8': Parallel Fortran tests now use the MPI module instead of including mpif.h. First stab at gfortran versions. Tested on gfortran 7-9 so far. Moved the -std=f2008 option to gfortran 9 for now. Updated gfortran options. * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
| * Updated gfortran options.Dana Robinson2019-07-171-1/+2
| | | | | | | | | | | | | | | | * Removed conclude_fc.am, which was causing verbose builds. Need to investigate more, though. * Added gfortran 9 warnings and flags. This will need to be separated into other version blocks based on when the options first appeared. * The standard is now explicitly set at 2008.
* | HDFFV-10845 add_custom_command requires emulatorAllen Byrne2019-07-171-2/+2
|/
* HDFFV-10581 fix locations for static pdb filesAllen Byrne2019-07-081-2/+2
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-2/+2
| | | | clean up warnings.
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-97/+107
| | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules
* HDFFV-10738 Wrong INTENT for H5LTread_dataset_double_fM. Scot Breitenfeld2019-03-254-31/+31
| | | | | | Fixed. Also fixed INTENT issues for H5DS, H5IM and H5TB when reading or getting.
* Remove install-exec-hook from hl/fortran/Makefile.am.Larry Knox2019-01-071-2/+4
| | | | Add check for existing links in hl/fortran/src/Makefile.am.
* Uninstall should remove the libhdf5_hl_fortran links.Larry Knox2019-01-041-0/+1
|
* Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran inLarry Knox2019-01-041-0/+13
| | | | | | | Makefile.am to match cmake install and the name pattern for other hl lib files. Add missing ';' to test/dsets.c line 13075.
* Add mpi include folders for fortran C objectsAllen Byrne2018-06-061-2/+2
|
* Remove link flag from compile commandAllen Byrne2018-05-221-1/+0
|
* Correct command usageAllen Byrne2018-05-071-2/+2
|
* Remove APPENDAllen Byrne2018-05-031-3/+3
|
* add missing folder to pathAllen Byrne2018-05-031-2/+2
|
* Revert to old style for LINK_FLAGS gen expr not workingAllen Byrne2018-05-031-21/+30
|
* LINK_FLAGS must be separate property setsAllen Byrne2018-05-031-10/+21
|
* Fix link flags syntaxAllen Byrne2018-05-031-9/+10
|
* Revert refactor link flagsAllen Byrne2018-05-021-8/+8
|
* refactor link flags to interfaceAllen Byrne2018-05-021-7/+7
|
* Fix defs and additional MSVC itemsAllen Byrne2018-05-021-3/+3
|
* TRILABS-19 fix syntax for windowsAllen Byrne2018-05-021-1/+1
|
* TRILABS-19 Link flags need - characterAllen Byrne2018-05-021-3/+3
|
* TRILABS-19 fix fortran link flagsAllen Byrne2018-04-301-2/+2
|
* TRILABS-19 Refactor fortran propertiesAllen Byrne2018-04-301-19/+38
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-54/+41
|
* TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-201-1/+1
|
* TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-171-17/+9
|
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-101-4/+4
|
* HDFFV-10418 adjust build commands to match main library buildAllen Byrne2018-03-121-17/+27
|
* Change CMake min to 3.10Allen Byrne2018-03-091-1/+1
|
* Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-271-1/+1
|
* HDFFV-10345 spelling errorsAllen Byrne2018-02-052-5/+5
|
* HDFFV-10398 use the target name for custom commandsAllen Byrne2018-01-301-4/+2
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-2/+2
|
* Fix fortran cmake variable usageAllen Byrne2018-01-111-2/+3
|
* HDFFV-10385 multi-config builders need folder setAllen Byrne2018-01-101-2/+2
|
* HDFFV-10385 fix packagingAllen Byrne2018-01-101-2/+2
|