summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added the map (H5M) APIDana Robinson2019-08-1350-13/+1978
|
* Merge pull request #1856 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-122-2/+2
|\ | | | | | | | | | | * commit 'c476f020769d8f78581ef399c59e3d4e6e202b2f': HDFFV-10879 fix reference file HDFFV-10879 correct API version set command
| * HDFFV-10879 fix reference fileAllen Byrne2019-08-121-1/+1
| |
| * HDFFV-10879 correct API version set commandAllen Byrne2019-08-121-1/+1
|/
* Merge pull request #1853 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-124-24/+25
|\ | | | | | | | | | | * commit 'd172582ca9573d685a4c3a9a6399113014da4b21': Use a STRING option for API version Fix API version option
| * Use a STRING option for API versionAllen Byrne2019-08-124-27/+23
| |
| * Fix API version optionAllen Byrne2019-08-122-1/+6
|/
* Merge pull request #1844 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-091-0/+2
|\ | | | | | | | | * commit '07af403991ae8950d1f930f5a6db2c7124ae8f91': Add option to explicitly disable extra tests
| * Add option to explicitly disable extra testsAllen Byrne2019-08-071-0/+2
| |
* | Merge pull request #1847 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-08-091-0/+4
|\ \ | | | | | | | | | | | | * commit 'c56509b490d6834340dedcd3120893028ccb6e8c': Added gcc conditional for __attribute__((fallthrough)), removes 34 warnings on theta (10% of warnings).
| * | Added gcc conditional for __attribute__((fallthrough)), removes 34 warnings ↵M. Scot Breitenfeld2019-08-081-0/+4
| |/ | | | | | | on theta (10% of warnings).
* | Merge pull request #1848 in HDFFV/hdf5 from ↵Dana Robinson2019-08-091-2/+0
|\ \ | |/ |/| | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4900f8823497c63e9f9464dcb6459ebdcbfdac8d': Fixed an issue with older version of gfortran.
| * Fixed an issue with older version of gfortran.Dana Robinson2019-08-091-2/+0
| |
* | Merge pull request #1843 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-08-071-3/+3
|\ \ | | | | | | | | | | | | * commit 'c3c044cc003d6a4039635e638e1cd1c2487be177': Escape { and } in regex as required by sh in updated cori.nersc.gov. Tested change on jam, jelly, emu, ostrich and osx1011test.
| * | Escape { and } in regex as required by sh in updated cori.nersc.gov.Larry Knox2019-08-071-3/+3
| | | | | | | | | | | | Tested change on jam, jelly, emu, ostrich and osx1011test.
* | | Merge pull request #1839 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-0720-1244/+999
|\ \ \ | |/ / |/| | | | | | | | | | | | | | * commit '83b23a5a42c2124c1c5933d0565be1bbefd1c30d': Use prefix variable Cleanup HD prefix Merge reconciliation and VFD test fixes
| * | Use prefix variableAllen Byrne2019-08-061-4/+4
| | |
| * | Cleanup HD prefixAllen Byrne2019-08-053-909/+557
| | |
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-08-0518-1033/+1239
| |\ \ | |/ / |/| | | | | | | | | | | | | | * commit '5fe1216a4e6af8feef0551f7bece8a0e193310a9': Fix return type for H5Sselect_intersect_block(). Updated H5TRACE macro. Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along with tests and minor cleanups and refactorings.
* | | Merge pull request #1819 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2019-08-0418-1033/+1239
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '905d40aa6f6eb603c5507e7967130760e3a2e43c': Fix return type for H5Sselect_intersect_block(). Updated H5TRACE macro. Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along with tests and minor cleanups and refactorings.
| * | | Fix return type for H5Sselect_intersect_block().Quincey Koziol2019-07-311-1/+1
| | | |
| * | | Updated H5TRACE macro.Quincey Koziol2019-07-301-0/+1
| | | |
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 ↵Quincey Koziol2019-07-3079-301/+19336
| |\ \ \ | | | | | | | | | | | | | | | into develop
| * | | | Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, alongQuincey Koziol2019-07-3018-1033/+1238
| | | | | | | | | | | | | | | | | | | | with tests and minor cleanups and refactorings.
| | | * | Merge reconciliation and VFD test fixesAllen Byrne2019-08-0416-331/+438
| |_|/ / |/| | |
* | | | Merge pull request #1838 in HDFFV/hdf5 from ↵Dana Robinson2019-08-041-1/+1
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '4cd461168ef6dbd799792b1893c41dccebae59f9': Fixed warning typo
| * | | Fixed warning typoDana Robinson2019-08-041-1/+1
| | | |
* | | | Merge pull request #1837 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-08-045-109/+165
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * commit '0147a6c713c784f5df9189fc7334c65f54958434': Fix VFD tests and repack
| * | | Fix VFD tests and repackAllen Byrne2019-08-035-109/+165
|/ / /
* | | Merge pull request #1836 in HDFFV/hdf5 from ↵Dana Robinson2019-08-031-2/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '2b1231ddd89dd2f1b59ec9ca1e4e124d7e76f1b5': Moved -Wimplicit-procedure gfortran warning to version 4.5 warnings instead of default.
| * | | Moved -Wimplicit-procedure gfortran warning to version 4.5 warningsDana Robinson2019-08-031-2/+5
|/ / / | | | | | | | | | instead of default.
* | | Merge pull request #1831 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-08-021-3/+4
|\ \ \ | | | | | | | | | | | | | | | | * commit 'c234479258038be93e059a6964bf19332ef162f8': Update junit.sh.in to copy lib files to $prefix/lib. Correct checking for s3 and hdfs options.
| * | | Update junit.sh.in to copy lib files to $prefix/lib.Larry Knox2019-08-021-3/+4
|/ / / | | | | | | | | | Correct checking for s3 and hdfs options.
* | | Merge pull request #1829 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-08-011-4/+1
|\ \ \ | | | | | | | | | | | | | | | | * commit '4cb865fc5938a303c197aedf46f90021e2f4b3d6': enabled commented-out code
| * | | enabled commented-out codeM. Scot Breitenfeld2019-08-011-4/+1
| | | |
* | | | Merge pull request #1827 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developAllen Byrne2019-08-013-8/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'ff8d8a9edb3b8012fa02d2b9fa3c823fee7575fa': Fix conflicting types for reset_raw_data_files() parameter in external_common.c changed from int to hbool_t. Change 0 and 1 to FALSE and TRUE in calls to reset_raw_data_files().
| * \ \ \ Merge branch 'develop' of ↵Larry Knox2019-08-0111-10/+41
| |\ \ \ \ | |/ / / / |/| | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
* | | | | Merge pull request #1826 in HDFFV/hdf5 from ↵Dana Robinson2019-08-0111-10/+41
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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-019-8/+39
| | | | | | | | | | | | | | | | | | | | | | | | the changes to config/gnu-fflags.
| * | | | | Fixed a couple of typos.Dana Robinson2019-08-012-2/+2
| | | | | |
| | * | | | Fix conflicting types for reset_raw_data_files() parameter in ↵Larry Knox2019-08-013-8/+8
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | external_common.c changed from int to hbool_t. Change 0 and 1 to FALSE and TRUE in calls to reset_raw_data_files().
* | | | | Merge pull request #1824 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2019-08-011-2/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '8120ba8bc1fab68a999995677a3cd1af2bc1da67': Fix missing export tag
| * | | | | Fix missing export tagAllen Byrne2019-07-311-2/+10
|/ / / / /
* | | | | Merge pull request #1823 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-07-311-2413/+1407
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '519dfe549a4b8ffb4bd5d4c72a3f5fb61b80143f': Mostly whitespace cleanup and consistent test format
| * | | | | Mostly whitespace cleanup and consistent test formatAllen Byrne2019-07-311-2413/+1407
|/ / / / /
* | | | | Merge pull request #1821 in HDFFV/hdf5 from ↵Dana Robinson2019-07-311-4/+4
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:develop_minor_pr to develop * commit '0ee5526c2c95dd77ee61b917b16adfcacbd3a540': Fixed typo in optimization.
| * | | | Fixed typo in optimization.Dana Robinson2019-07-311-4/+4
| | | | |
* | | | | Merge pull request #1810 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-07-3156-3586/+1880
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '983daec12d7d17605ae660b0f1c5636d99f443f2': Merge cleanup mostly whitespace Update libvers usage Correct generator and add HD prefix HDFFV-10529 add note HDFFV-10529 Update CMake tests to use test fixtures
| * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-313-18/+18
| |\ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | * commit '363217073750d07e0eeb0aac2b404a799fda9f7a': Update COPYING file. Remove hdfs from list of vfds for check-vfd testing as it is read-only. Fixed the MANIFEST
* | | | | Merge pull request #1820 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-07-302-17/+17
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | * commit 'ab6679315c5027576c3a80d0ea3b67fd2fa58ff0': Update COPYING file. Remove hdfs from list of vfds for check-vfd testing as it is read-only.