summaryrefslogtreecommitdiffstats
path: root/fortran/test
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
|
* Minor updates and fix settings for fortran flagsAllen Byrne2020-04-061-3/+1
|
* Flag construction must be after compiler detectionAllen Byrne2020-04-051-133/+62
|
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-051-77/+40
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-1/+1
|
* HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitionsM. Scot Breitenfeld2020-02-101-2/+40
| | | | | | | | | | | | | | | | | | | Added ------ New Definitions: INTEGER :: H5F_LIBVER_ERROR_F INTEGER :: H5F_LIBVER_NBOUNDS_F INTEGER :: H5F_LIBVER_V18_F INTEGER :: H5F_LIBVER_V110_F INTEGER :: H5F_LIBVER_V112_F INTEGER :: H5F_LIBVER_V114_F New API: h5pget_libver_bounds_f(fapl_id, low, high, hdferr) Removed: call to C wrapper h5pset_libver_bounds_c in h5pset_libver_bounds_f
* HDFFV-11012 - add correct fortran include path propertiesAllen Byrne2020-02-041-2/+2
|
* Introduce new H5VL _by_value routinesJordan Henderson2020-01-291-22/+22
|
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-163-159/+61
|
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
|
* HDFFV-11001 Add fine control over testingAllen Byrne2020-01-151-1/+3
|
* Small changes from the token_refactoring branch, to reduce the delta to developQuincey Koziol2020-01-042-9/+9
|
* Merge pull request #1826 in HDFFV/hdf5 from ↵Dana Robinson2019-08-011-1/+1
|\ | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4227b8948d7091205b4f8dc1271d7dcae01bb0fb': Reverts the removal of config/conclude_fc.am while keeping the changes to config/gnu-fflags. Fixed a couple of typos.
| * Reverts the removal of config/conclude_fc.am while keepingDana Robinson2019-08-011-1/+1
| | | | | | | | the changes to config/gnu-fflags.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-291-1/+1
|\ \ | |/ | | | | | | | | | | | | * commit 'd169391529f253a9903b8e6cacf38c59ceefab07': 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.
| * Merge pull request #1808 in HDFFV/hdf5 from ↵Dana Robinson2019-07-291-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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/+1
| | | | | | | | | | | | | | | | | | | | | | | | * 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-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-15/+32
|/ /
* | HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-171-6/+10
| |
* | HDFFV-10845 add_custom_command requires emulatorAllen Byrne2019-07-171-2/+2
|/
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-1/+0
| | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* Fix fortran test and test library linkingAllen Byrne2019-06-231-6/+6
|
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-211-2/+0
| | | | clean up warnings.
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-191-26/+28
|\ | | | | | | | | * commit 'b9ec6a6400a556b1250c249e158c4fffafccd550': fixed pass_through vol
| * Merge pull request #1746 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-06-191-26/+28
| |\ | | | | | | | | | | | | * commit 'a67c578e4b9275fa12b427b6e13021536838a448': fixed pass_through vol
| | * fixed pass_through volM. Scot Breitenfeld2019-06-181-26/+28
| | |
* | | Cleanup possible CMake target conflictsAllen Byrne2019-06-191-5/+4
|/ /
* | HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-182-487/+238
|/ | | | | 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
* fixed linked library for testingM. Scot Breitenfeld2019-06-141-1/+1
|
* added missing MOD dependencyM. Scot Breitenfeld2019-06-143-7/+5
|
* added missing MOD dependencyM. Scot Breitenfeld2019-06-141-2/+0
|
* updated static vol_connector buildM. Scot Breitenfeld2019-06-131-1/+1
|
* Merge branch 'develop' of ↵M. Scot Breitenfeld2019-06-133-24/+29
|\ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| * Merge branch 'develop' of ↵M. Scot Breitenfeld2019-06-131-7/+20
| |\ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| | * fixed invalid pointerM. Scot Breitenfeld2019-06-131-7/+20
| | |
| * | fixed dependenciesM. Scot Breitenfeld2019-06-132-5/+9
| |/
| * removed unregistering native volM. Scot Breitenfeld2019-06-131-12/+0
| |
* | updated static vol_connector buildM. Scot Breitenfeld2019-06-131-2/+18
|/
* fix for cycle dependencyM. Scot Breitenfeld2019-06-131-0/+21
|
* makefile clean-upM. Scot Breitenfeld2019-06-121-2/+0
|
* move the vol_info to an optional parameterM. Scot Breitenfeld2019-06-111-7/+5
|
* added H5Pset_volM. Scot Breitenfeld2019-05-221-0/+97
|
* added vol connectorM. Scot Breitenfeld2019-05-161-0/+8
|
* added test for vol_connectorM. Scot Breitenfeld2019-05-161-0/+61
|
* removed H5VL constantsM. Scot Breitenfeld2019-05-163-259/+0
|
* removed VOLL NULL connector and replaced it with native VOLM. Scot Breitenfeld2019-05-163-51/+23
|
* added connector_name testM. Scot Breitenfeld2019-04-241-2/+10
|
* added missing filesM. Scot Breitenfeld2019-04-244-0/+444
|
* Merge branch 'develop' into H10621M. Scot Breitenfeld2019-04-242-7/+55
|\
| * Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-141-0/+29
| |