summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Split VOL connector routines into separate headers:Dana Robinson2019-05-248-481/+620
| | | | | | | | | * H5VLconnector.h for terminal connector things * H5VLconnector_passthru.h for passthrough connector things Note that these headers are arranged such that they are included in hdf5.h so VOL connectors only need to include that. The separation into multiple headers is mainly for readability.
* Merge pull request #1706 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_getloc to ↵Jerome Soumagne2019-05-234-9/+24
|\ | | | | | | | | | | | | develop * commit '982ed75720d7dece10623868cda22c46908baebe': Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAME
| * Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAMEJerome Soumagne2019-05-234-9/+24
| | | | | | | | Implement native H5VL_OBJECT_GET_NAME by addr
* | Merge pull request #1709 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-05-212-4/+4
|\ \ | | | | | | | | | | | | | | | * commit '802b2927254b1de163589b1e4eaced47ee81ad07': Assign NULL to func_name/file_name/desc error entry pointers when clearing error stack Avoid clearing error stack when calling H5Eget_msg()
| * | Assign NULL to func_name/file_name/desc error entry pointers when clearing ↵Jordan Henderson2019-05-171-3/+3
| | | | | | | | | | | | error stack
| * | Avoid clearing error stack when calling H5Eget_msg()Jordan Henderson2019-05-171-1/+1
| |/
* | Merge pull request #1710 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-05-1912-30/+34
|\ \ | |/ |/| | | | | | | * commit '0b086c3db2c6cd376b7bffb3236df1ef158ae80d': Correct message command syntax Add note about CMake and spaces in paths
| * Correct message command syntaxAllen Byrne2019-05-1711-30/+30
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-05-1414-79/+93
| |\ | |/ |/| | | | | | | | | | | | | | | * commit '6eaef5ebd61b8019f66f51d3fe74ec3c1b1d4f0f': Reorder lines in HDF5config.cmake so that additions to end of $HPC-HDF5options scripts will take precedence. updated -E option remove -M option added -M HPC to ctest command fixed missing paralle test Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.
* | Merge pull request #1705 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developAllen Byrne2019-05-141-1/+3
|\ \ | | | | | | | | | | | | * commit '9406278103a7b72d3eacea9fbeaadbf34bf7e43a': Reorder lines in HDF5config.cmake so that additions to end of $HPC-HDF5options scripts will take precedence.
| * | Reorder lines in HDF5config.cmake so that additions to end of ↵Larry Knox2019-05-141-1/+3
|/ / | | | | | | $HPC-HDF5options scripts will take precedence.
* | Merge pull request #1703 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-109-10/+10
|\ \ | | | | | | | | | | | | | | | * commit '6546c764d3d39028d2ec61da236cc69b44414127': updated -E option remove -M option
| * | updated -E optionM. Scot Breitenfeld2019-05-102-2/+2
| | |
| * | Merge branch 'develop' of ↵M. Scot Breitenfeld2019-05-100-0/+0
| |\ \ | |/ / |/| | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
* | | Merge pull request #1701 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-1014-80/+10
|\ \ \ | | | | | | | | | | | | | | | | * commit '19d2cea9aec648eb3c609dee4d2dc9baa101c967': added -M HPC to ctest command
| | * | remove -M optionM. Scot Breitenfeld2019-05-109-10/+10
| |/ /
| * | added -M HPC to ctest commandM. Scot Breitenfeld2019-05-1014-80/+10
|/ /
* | Merge pull request #1700 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-101-0/+2
|\ \ | | | | | | | | | | | | * commit 'd786bedd18e6d521e240aa78bb633b66f8f975c8': fixed missing paralle test
| * \ Merge branch 'develop' of ↵M. Scot Breitenfeld2019-05-100-0/+0
| |\ \ | |/ / |/| | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
* | | Merge pull request #1699 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-105-3/+83
|\ \ \ | | | | | | | | | | | | | | | | * commit 'cf6f2f039d8e1c98bdd9690357e2b4670f23ae4e': Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.
| | * | fixed missing paralle testM. Scot Breitenfeld2019-05-101-0/+2
| |/ /
| * | Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.M. Scot Breitenfeld2019-05-095-3/+83
|/ /
| * Add note about CMake and spaces in pathsAllen Byrne2019-05-071-0/+4
|/
* Merge pull request #1695 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-05-062-8/+4
|\ | | | | | | | | * commit 'df35529e3d0529e9df11806d267ef8c4779b79e3': Putting ctest command in variable CMD did not work for skipping failing tests.
| * Putting ctest command in variable CMD did not work for skipping failingLarry Knox2019-05-062-8/+4
|/ | | | tests.
* Merge pull request #1692 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developScot Breitenfeld2019-05-034-6/+13
|\ | | | | | | | | * commit '8a4f679fda20577c4528977d0ee9a7e4c5bee055': Combine "collective group and dataset write" and "independent group and dataset read" tests into one test. The second test is dependent on the file created by the first test, and will not pass when run by itself.
| * Combine "collective group and dataset write" and "independent group andLarry Knox2019-05-034-6/+13
|/ | | | | dataset read" tests into one test. The second test is dependent on the file created by the first test, and will not pass when run by itself.
* Merge pull request #1691 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developScot Breitenfeld2019-05-022-208/+218
|\ | | | | | | | | * commit '813d8fd597b030a248db6316dd98f738c0c61ea8': Add final list of single testphdf5 tests
| * Add final list of single testphdf5 testsAllen Byrne2019-05-022-208/+218
|/
* Merge pull request #1689 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:develop to develophdftest2019-05-029-18/+18
|\ | | | | | | | | * commit 'ff596e9d356713a35dc35d9b5ba0439ed5ca29ac': Snapshot version 1.11 release 5. Update version to 1.11.6.
| * Merge branch 'develop' of ↵hdftest2019-05-021-0/+1
| |\ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into develop
| * | Snapshot version 1.11 release 5.hdftest2019-05-029-18/+18
| | | | | | | | | | | | Update version to 1.11.6.
* | | Merge pull request #1690 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developScot Breitenfeld2019-05-021-0/+1
|\ \ \ | |_|/ |/| | | | | | | | * commit 'b6bebb245b043fae546390c00288a069da785868': Pull a test from default testphdf5
| * | Pull a test from default testphdf5Allen Byrne2019-05-021-0/+1
|/ /
* | Merge pull request #1688 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developScot Breitenfeld2019-05-021-0/+1
|\ \ | |/ |/| | | | | * commit 'c643cc05316e11471c4bef30cd09b9d4437f85fd': Pull out another failing test
| * Pull out another failing testAllen Byrne2019-05-021-0/+1
|/
* Merge pull request #1687 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-05-012-3/+3
|\ | | | | | | | | | | * commit 'ee35fb8a7fe3804e4146c54020b6e2272ab251e3': Change default for HPC Correct var usage syntax
| * Change default for HPCAllen Byrne2019-05-011-1/+1
| |
| * Correct var usage syntaxAllen Byrne2019-05-011-2/+2
|/
* Merge pull request #1686 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developScot Breitenfeld2019-05-012-3/+22
|\ | | | | | | | | | | | | * commit '854223e3fcf5e90ad5fae25ff05deb4276ce001b': Add missing default Correct varname Separate out MPI tests that fail on MPI version
| * Add missing defaultAllen Byrne2019-05-011-0/+1
| |
| * Correct varnameAllen Byrne2019-05-011-3/+3
| |
| * Separate out MPI tests that fail on MPI versionAllen Byrne2019-05-011-3/+21
|/
* Merge pull request #1685 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-05-011-9/+9
|\ | | | | | | | | * commit '87e491da88d49134e20418733f64a3307b5cd74c': HDFFV-10776 missing compiler flags
| * HDFFV-10776 missing compiler flagsAllen Byrne2019-04-301-9/+9
|/
* Merge pull request #1683 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developAllen Byrne2019-04-302-1/+5
|\ | | | | | | | | * commit '0a73ce19a4e7f57fe1bb06ca5be8d4697fe079aa': Fix Java JUnit-TestH5P failure on 32-bit arch
| * Fix Java JUnit-TestH5P failure on 32-bit archJordan Henderson2019-04-302-1/+5
|/
* Merge pull request #1605 in HDFFV/hdf5 from merge_hyperslab_update_01 to developQuincey Koziol2019-04-3018-2791/+6584
|\ | | | | | | | | | | | | * commit '08b009cc4ab2a8d8d289697d6d4688c0e5c53c6e': Clean up if-else chain. Remove thread-local copy of hyperslab operation generation value. Core changes to selection code from the hyperslab_updates branch.
| * Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-29121-2409/+5668
| |\
| * \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-0625-302/+370
| |\ \