summaryrefslogtreecommitdiffstats
path: root/fortran/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | Introduce new H5VL _by_value routinesJordan Henderson2020-01-292-9/+93
|/
* Squashed commit of the token_refactoring branch:Dana Robinson2020-01-1615-327/+462
|
* Make wrappers, tests and tools use H5Treclaim() instead of H5Dvlen_reclaim()Jerome Soumagne2019-10-081-8/+8
|
* Reverts the removal of config/conclude_fc.am while keepingDana Robinson2019-08-011-1/+1
| | | | the changes to config/gnu-fflags.
* 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-10845 add_custom_command requires emulatorAllen Byrne2019-07-171-4/+4
| |
* | Correct install syntaxAllen Byrne2019-07-171-7/+21
| |
* | HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-171-1/+1
|/
* Fix packaging issueAllen Byrne2019-07-111-2/+7
|
* HDFFV-10581 fix locations for static pdb filesAllen Byrne2019-07-081-2/+2
|
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-282-8/+7
| | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-212-2/+0
| | | | clean up warnings.
* Add missing fortran modsAllen Byrne2019-06-191-0/+2
|
* HDFFV-10616 add h5fc scriptAllen Byrne2019-06-191-0/+50
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-183-0/+466
|\ | | | | | | | | | | | | | | * commit '712a2a13d8add828d053135a172abb2e819d59ad': Fixed a warning in H5CX.c concerning incorrect use of freeing VOL connector info. Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, to share dataspace's selection with iterator (and with caution about not modifying or closing the dataspace while the iterator is open). Fix misc. typos, etc. from code review New hyperslab selection routines and new public selection iterator routines.
| * New hyperslab selection routines and new public selection iterator routines.Quincey Koziol2019-06-163-0/+466
| |
* | HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-116/+132
|/ | | | | 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 invalid pointerM. Scot Breitenfeld2019-06-131-1/+2
|
* move the vol_info to an optional parameterM. Scot Breitenfeld2019-06-111-7/+14
|
* added H5Pset_volM. Scot Breitenfeld2019-05-222-0/+87
|
* removed H5VL constantsM. Scot Breitenfeld2019-05-164-293/+3
|
* removed VOLL NULL connector and replaced it with native VOLM. Scot Breitenfeld2019-05-162-52/+10
|
* added connector_name testM. Scot Breitenfeld2019-04-241-1/+1
|
* Merge branch 'develop' into H10621M. Scot Breitenfeld2019-04-246-7/+88
|\
| * Fix fortran omissionAllen Byrne2019-04-151-0/+1
| |
| * Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-143-0/+73
| |
| * HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-063-7/+14
| | | | | | | | This also addresses HDFFV-10255: H5Sencode/decode performance issue.
* | added more testsM. Scot Breitenfeld2019-03-114-78/+93
| |
* | Merge branch 'develop' into H10621M. Scot Breitenfeld2019-03-0713-521/+418
|\ \ | |/
| * More changes to align with incoming selection improvements.Quincey Koziol2019-02-143-468/+0
| |
| * Remove F2003 Option and referencesAllen Byrne2019-02-061-5/+1
| |
| * fixed 8 byte integer issueM. Scot Breitenfeld2019-01-091-1/+10
| |
| * fix for xlf compilerM. Scot Breitenfeld2019-01-091-1/+2
| |
| * replaced uintScot Breitenfeld2019-01-091-5/+5
| |
| * Merge pull request #1409 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:J10443 to developScot Breitenfeld2019-01-088-47/+220
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b4d4d371a03158c39f120b1bde6c4bd51f1b2eb6': HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs. Added chunked dataset, H5S_ALL test typo typo updated defined constants Documented HDFFV-10652 HDFFV-10652 Implemented a process-0 read and then broadcast for collective read of full datasets (H5S_ALL) by all the processes in the file communicator. Removed reason for breaking read-proc0-and-bcast switched to using CX instead of a global var. HDFFV-10652 Implemented a process-0 read and then broadcast for collective read of full datasets (H5S_ALL) by all the processes in the file communicator.
| | * HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs.Scot Breitenfeld2019-01-088-47/+220
| | |
| * | Fortran wrappers for dataset obj header minimization API calls.Dana Robinson2019-01-083-1/+187
| |/
* | added missing filesScot Breitenfeld2018-12-071-0/+340
| |
* | Implemented VOL APIs and C constants, no testsScot Breitenfeld2018-12-071-3/+7
| |
* | Implemented VOL APIs and C constants, no testsScot Breitenfeld2018-12-075-26/+353
| |
* | initial API impl.Scot Breitenfeld2018-12-073-1/+8
|/
* fixed sp.M. Scot Breitenfeld2018-11-091-1/+1
|
* HDFFV-10511 -- Make fortran specific subroutines names PRIVATEM. Scot Breitenfeld2018-11-096-44/+178
| | | | Made non-public APIs private.
* TRILABS-34 add batch option. Also fix cmakedefine01 usageAllen Byrne2018-10-111-1/+1
|
* VOL FEATUREDana Robinson2018-10-104-61/+87
|
* Fix defines for XL compilerAllen Byrne2018-10-031-17/+19
|
* HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does ↵M. Scot Breitenfeld2018-06-082-6/+6
| | | | | | not work properly misc. clean-up
* HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F ↵M. Scot Breitenfeld2018-06-081-1/+1
| | | | | | does not work properly added dependency on H5ff.F90 for H5_ff.F90
* HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does ↵M. Scot Breitenfeld2018-06-082-1/+15
| | | | | | not work properly h5fget_obj_count_f with H5F_OBJ_ALL_F counted objects created in h5open_f, which should not be included in the count. The function now returns the correct number of objects (i.e., objects created in h5open are not included in the total).