summaryrefslogtreecommitdiffstats
path: root/fortran
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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-185-773/+435
|/ | | | | 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-134-25/+31
|\ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| * Merge branch 'develop' of ↵M. Scot Breitenfeld2019-06-132-8/+22
| |\ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| | * fixed invalid pointerM. Scot Breitenfeld2019-06-132-8/+22
| | |
| * | 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
|
* Merge pull request #1708 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:H10621 to developScot Breitenfeld2019-06-1213-27/+833
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0742c15fca95965ed4eb87c6d54f41bb07bd4526': makefile clean-up move the vol_info to an optional parameter added H5Pset_vol added vol connector added test for vol_connector removed H5VL constants removed VOLL NULL connector and replaced it with native VOL added connector_name test added missing files add tests added more tests added missing files Implemented VOL APIs and C constants, no tests Implemented VOL APIs and C constants, no tests initial API impl.
| * makefile clean-upM. Scot Breitenfeld2019-06-121-2/+0
| |
| * move the vol_info to an optional parameterM. Scot Breitenfeld2019-06-112-14/+19
| |
| * added H5Pset_volM. Scot Breitenfeld2019-05-223-0/+184
| |
| * 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-167-552/+3
| |
| * removed VOLL NULL connector and replaced it with native VOLM. Scot Breitenfeld2019-05-165-103/+33
| |
| * added connector_name testM. Scot Breitenfeld2019-04-242-3/+11
| |
| * added missing filesM. Scot Breitenfeld2019-04-244-0/+444
| |
| * Merge branch 'develop' into H10621M. Scot Breitenfeld2019-04-249-14/+149
| |\
| * | added more testsM. Scot Breitenfeld2019-03-115-78/+117
| | |
| * | Merge branch 'develop' into H10621M. Scot Breitenfeld2019-03-0720-636/+912
| |\ \
| * | | 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
| | | |
* | | | Add options to enable or disable building tools and tests. The defaultLarry Knox2019-06-061-2/+9
| |_|/ |/| | | | | | | | is enabled for each.
* | | Fix fortran omissionAllen Byrne2019-04-151-0/+1
| | |
* | | Add C++, Java, and FORTRAN wrappers and tests for H5Fget_filenoQuincey Koziol2019-04-144-0/+102
| | |
* | | HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-064-14/+40
| | | | | | | | | | | | This also addresses HDFFV-10255: H5Sencode/decode performance issue.
* | | Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-0/+6
| |/ |/| | | | | | | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-02-173-468/+0
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5ad3891d9b861593ebe25d540bed2d913eb83aba': Remove ' ' (typo). Code improvement Removed an extra "using" statement Adding documentation More changes to align with incoming selection improvements. Added C++ wrapper for H5Ovisit2 Adding a C++ wrapper
| * | More changes to align with incoming selection improvements.Quincey Koziol2019-02-143-468/+0
| | |
* | | HDFFV-10703 Update CMake commands to latest standardAllen Byrne2019-02-152-7/+7
|/ /
* | Refactor mpi test namesAllen Byrne2019-02-112-3/+3
| |
* | Rename parallel tests to start with PAR_Allen Byrne2019-02-112-3/+3
| |
* | Remove F2003 Option and referencesAllen Byrne2019-02-064-88/+66
| |
* | Fix for Fortran failures.Dana Robinson2019-01-111-4/+4
| |
* | 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-089-69/+588
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-089-69/+588
| |/
* | Fortran wrappers for dataset obj header minimization API calls.Dana Robinson2019-01-085-2/+239
|/
* fixed sp.M. Scot Breitenfeld2018-11-091-1/+1
|