summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-181-0/+748
|\
| * Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, toQuincey Koziol2019-06-171-171/+182
| * Merge branch 'develop' into merge_hyperslab_04Quincey Koziol2019-06-174-5/+91
| |\
| * | New hyperslab selection routines and new public selection iterator routines.Quincey Koziol2019-06-161-0/+737
* | | HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-184-827/+169
| |/ |/|
* | Merge pull request #1729 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-06-174-4/+90
|\ \
| * | Fix for HDFFV-10800 H5Ocopy failure:Vailin Choi2019-06-124-4/+90
* | | Fixed problem with H5Fdelete "test" and split VFD.Dana Robinson2019-06-161-1/+1
| |/ |/|
* | Added the creation and use of an attribute access property list toDana Robinson2019-06-151-49/+60
* | Merge branch 'develop' into vol_dev_headersDana Robinson2019-06-143-20/+880
|\ \
| * | Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-111-0/+107
| |/
| * Added a VOL initialization property list type.Dana Robinson2019-06-051-14/+37
| * Refactor H5S__hyper_project_intersection to operate directly on spanNeil Fortner2019-06-011-1/+719
| * Added code that disallows unregistering the native VOL connector.Dana Robinson2019-05-241-6/+18
* | Split VOL connector routines into separate headers:Dana Robinson2019-05-241-0/+7
|/
* Correct message command syntaxAllen Byrne2019-05-171-2/+2
* Merge pull request #1605 in HDFFV/hdf5 from merge_hyperslab_update_01 to developQuincey Koziol2019-04-301-89/+1309
|\
| * Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-2923-1111/+2848
| |\
| * \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-061-0/+79
| |\ \
| * \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-056-165/+192
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-048-178/+99
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-237-39/+43
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-201-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-172-21/+107
| |\ \ \ \ \ \ \
| * | | | | | | | Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-161-89/+1309
* | | | | | | | | Missed an env check before strcmp.Dana Robinson2019-04-291-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge pull request #1677 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:is_accessible_...Dana Robinson2019-04-263-106/+226
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix for split VFD and file cleanup when testing H5Fis_hdf5Dana Robinson2019-04-262-4/+32
| * | | | | | | | Improvements to the H5Fis_accessible() and H5Fis_hdf5() testsDana Robinson2019-04-253-106/+198
* | | | | | | | | Merge pull request #1678 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-04-262-2/+38
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ESE-97 add vol_plugin test to CMake buildsAllen Byrne2019-04-252-2/+38
| |/ / / / / / / /
* | | | | | | | | HDFFV-10760 Skipping external_env.c and vds_env.c for CMake to do VOL check a...Songyu Lu2019-04-252-0/+4
|/ / / / / / / /
* | | | | | | | Changing file names and directory names to avoid possible conflict during par...Songyu Lu2019-04-232-3/+8
* | | | | | | | Merge pull request #1666 in HDFFV/hdf5 from ~KOZIOL/hdf5:unwrap_vol_callback ...Quincey Koziol2019-04-232-10/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-212-10/+16
* | | | | | | | | Changing file names to avoid possible conflicts during parallel test.Songyu Lu2019-04-224-23/+27
|/ / / / / / / /
* | | | | | | | Changing output file names to avoid possible conflict during parallel build a...Songyu Lu2019-04-191-6/+4
* | | | | | | | Minor fix: marking an internal function of the test for export.Songyu Lu2019-04-181-1/+1
* | | | | | | | Merge pull request #1654 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-04-181-46/+63
|\ \ \ \ \ \ \ \
| * | | | | | | | Change the checking to H5I_INVALID_HID in test_attr_dense_rename().Vailin Choi2019-04-161-10/+10
| * | | | | | | | Fix for HDFFV-10579 H5Arename fails when creation order of attributes is trac...Vailin Choi2019-04-121-38/+55
* | | | | | | | | Fix CMake errorsAllen Byrne2019-04-182-21/+33
* | | | | | | | | Merge pull request #1600 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:HDFFV-10658-pe...Ray Lu2019-04-1811-441/+992
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Adding back links_env.out which I accidentally removed in my previous commit.Songyu Lu2019-04-151-0/+3
| * | | | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-151-0/+24
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'HDFFV-10658-performance-drop-from-1-8' of https://bitbucket.hdf...Songyu Lu2019-04-111-8/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Taking out two unnecessary diff output files.songyulu2019-04-113-131/+1
| * | | | | | | | | | | Taking out unnecessary diff files for output.Songyu Lu2019-04-113-126/+1
| |/ / / / / / / / / /
| * | | | | | | | | | Some coding style changes.Songyu Lu2019-04-115-13/+10
| * | | | | | | | | | Adding the standard output files for the external_env.c and vds_env.c tests.Songyu Lu2019-04-113-2/+154