Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added missing MOD dependency | M. Scot Breitenfeld | 2019-06-14 | 1 | -2/+0 | |
* | updated static vol_connector build | M. Scot Breitenfeld | 2019-06-13 | 1 | -1/+1 | |
* | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb... | M. Scot Breitenfeld | 2019-06-13 | 4 | -25/+31 | |
|\ | ||||||
| * | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb... | M. Scot Breitenfeld | 2019-06-13 | 2 | -8/+22 | |
| |\ | ||||||
| | * | fixed invalid pointer | M. Scot Breitenfeld | 2019-06-13 | 2 | -8/+22 | |
| * | | fixed dependencies | M. Scot Breitenfeld | 2019-06-13 | 2 | -5/+9 | |
| |/ | ||||||
| * | removed unregistering native vol | M. Scot Breitenfeld | 2019-06-13 | 1 | -12/+0 | |
* | | updated static vol_connector build | M. Scot Breitenfeld | 2019-06-13 | 1 | -2/+18 | |
|/ | ||||||
* | fix for cycle dependency | M. Scot Breitenfeld | 2019-06-13 | 1 | -0/+21 | |
* | Merge pull request #1708 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:H10621 to develop | Scot Breitenfeld | 2019-06-12 | 13 | -27/+833 | |
|\ | ||||||
| * | makefile clean-up | M. Scot Breitenfeld | 2019-06-12 | 1 | -2/+0 | |
| * | move the vol_info to an optional parameter | M. Scot Breitenfeld | 2019-06-11 | 2 | -14/+19 | |
| * | added H5Pset_vol | M. Scot Breitenfeld | 2019-05-22 | 3 | -0/+184 | |
| * | added vol connector | M. Scot Breitenfeld | 2019-05-16 | 1 | -0/+8 | |
| * | added test for vol_connector | M. Scot Breitenfeld | 2019-05-16 | 1 | -0/+61 | |
| * | removed H5VL constants | M. Scot Breitenfeld | 2019-05-16 | 7 | -552/+3 | |
| * | removed VOLL NULL connector and replaced it with native VOL | M. Scot Breitenfeld | 2019-05-16 | 5 | -103/+33 | |
| * | added connector_name test | M. Scot Breitenfeld | 2019-04-24 | 2 | -3/+11 | |
| * | added missing files | M. Scot Breitenfeld | 2019-04-24 | 4 | -0/+444 | |
| * | Merge branch 'develop' into H10621 | M. Scot Breitenfeld | 2019-04-24 | 9 | -14/+149 | |
| |\ | ||||||
| * | | added more tests | M. Scot Breitenfeld | 2019-03-11 | 5 | -78/+117 | |
| * | | Merge branch 'develop' into H10621 | M. Scot Breitenfeld | 2019-03-07 | 20 | -636/+912 | |
| |\ \ | ||||||
| * | | | added missing files | Scot Breitenfeld | 2018-12-07 | 1 | -0/+340 | |
| * | | | Implemented VOL APIs and C constants, no tests | Scot Breitenfeld | 2018-12-07 | 1 | -3/+7 | |
| * | | | Implemented VOL APIs and C constants, no tests | Scot Breitenfeld | 2018-12-07 | 5 | -26/+353 | |
| * | | | initial API impl. | Scot Breitenfeld | 2018-12-07 | 3 | -1/+8 | |
* | | | | Add options to enable or disable building tools and tests. The default | Larry Knox | 2019-06-06 | 1 | -2/+9 | |
| |_|/ |/| | | ||||||
* | | | Fix fortran omission | Allen Byrne | 2019-04-15 | 1 | -0/+1 | |
* | | | Add C++, Java, and FORTRAN wrappers and tests for H5Fget_fileno | Quincey Koziol | 2019-04-14 | 4 | -0/+102 | |
* | | | HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. | Vailin Choi | 2019-04-06 | 4 | -14/+40 | |
* | | | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -0/+6 | |
| |/ |/| | ||||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-02-17 | 3 | -468/+0 | |
|\ \ | ||||||
| * | | More changes to align with incoming selection improvements. | Quincey Koziol | 2019-02-14 | 3 | -468/+0 | |
* | | | HDFFV-10703 Update CMake commands to latest standard | Allen Byrne | 2019-02-15 | 2 | -7/+7 | |
|/ / | ||||||
* | | Refactor mpi test names | Allen Byrne | 2019-02-11 | 2 | -3/+3 | |
* | | Rename parallel tests to start with PAR_ | Allen Byrne | 2019-02-11 | 2 | -3/+3 | |
* | | Remove F2003 Option and references | Allen Byrne | 2019-02-06 | 4 | -88/+66 | |
* | | Fix for Fortran failures. | Dana Robinson | 2019-01-11 | 1 | -4/+4 | |
* | | fixed 8 byte integer issue | M. Scot Breitenfeld | 2019-01-09 | 1 | -1/+10 | |
* | | fix for xlf compiler | M. Scot Breitenfeld | 2019-01-09 | 1 | -1/+2 | |
* | | replaced uint | Scot Breitenfeld | 2019-01-09 | 1 | -5/+5 | |
* | | Merge pull request #1409 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:J10443 to develop | Scot Breitenfeld | 2019-01-08 | 9 | -69/+588 | |
|\ \ | ||||||
| * | | HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs. | Scot Breitenfeld | 2019-01-08 | 9 | -69/+588 | |
| |/ | ||||||
* | | Fortran wrappers for dataset obj header minimization API calls. | Dana Robinson | 2019-01-08 | 5 | -2/+239 | |
|/ | ||||||
* | fixed sp. | M. Scot Breitenfeld | 2018-11-09 | 1 | -1/+1 | |
* | HDFFV-10511 -- Make fortran specific subroutines names PRIVATE | M. Scot Breitenfeld | 2018-11-09 | 6 | -44/+178 | |
* | TRILABS-34 add batch option. Also fix cmakedefine01 usage | Allen Byrne | 2018-10-11 | 1 | -1/+1 | |
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 5 | -62/+105 | |
* | Fix defines for XL compiler | Allen Byrne | 2018-10-03 | 1 | -17/+19 | |
* | Develop normalization with vol_integration. | Dana Robinson | 2018-09-19 | 1 | -2/+0 | |