summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Checkin for new shutting down free-space manager.Vailin Choi2019-06-204-105/+63
| | | | |
* | | | | Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-2814-199/+217
| |_|_|/ |/| | | | | | | | | | | | | | | changes to warnhist script (and some extra improvements for condensing C++ and Java warnings), and fixed a bunch of warnings.
* | | | Fixed missing return value checks in VDS tests.Dana Robinson2019-06-272-12/+24
| |_|/ |/| |
* | | Merge pull request #1772 in HDFFV/hdf5 from ↵Vailin Choi2019-06-261-232/+272
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds to develop * commit '3768566139df18928aa29ece0eff3010b224633b': Add release notes. Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds. Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_libver_bounds v18,v18. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110.
| * | | Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds.Vailin Choi2019-06-251-112/+112
| | | |
| * | | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using ↵Vailin Choi2019-06-241-123/+163
| | |/ | |/| | | | | | | | | | | | | | | | H5Pset_libver_bounds v18,v18. Fails file creation when non-default free-space info is set in fcpl and the library version high bound is less than v110 because free-space info message is introduced in library release v110.
* | | Banish enum increment warningsDana Robinson2019-06-263-6/+6
| | |
* | | Fixed a memory issue in trefer.c.Dana Robinson2019-06-251-4/+4
|/ /
* | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-2119-44/+49
| | | | | | | | clean up warnings.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-201-1/+27
|\ \ | |/ | | | | | | | | * commit '2e973f7e12301975f9d8dfdd5534682525554e77': Fix minor typo in H5S_select_iter_release Fix memory leak in objcopy test after H5Aread of vlen data
| * Fix memory leak in objcopy test after H5Aread of vlen dataJerome Soumagne2019-06-191-1/+27
| |
* | HDFFV-10805 Fix test of library libinfoAllen Byrne2019-06-191-6/+13
|/
* Merge pull request #1750 in HDFFV/hdf5 from ↵Dana Robinson2019-06-191-202/+150
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:ohdr_test_memory_issue to develop * commit '6a1e9a1fbe9606d0dd3452092cab17794e131e64': Fixed a problem in the ohdr test where hard-coded strings passed to H5Awrite() triggered -fsanitize failures.
| * Fixed a problem in the ohdr test where hard-coded strings passedDana Robinson2019-06-191-202/+150
| | | | | | | | to H5Awrite() triggered -fsanitize failures.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-181-0/+748
|\ \ | |/ | | | | | | | | | | | | * 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.
| * Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, toQuincey Koziol2019-06-171-171/+182
| | | | | | | | | | share dataspace's selection with iterator (and with caution about not modifying or closing the dataspace while the iterator is open).
| * 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
| |/ |/| | | | | | | 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
* | Merge pull request #1729 in HDFFV/hdf5 from ↵Vailin Choi2019-06-174-4/+90
|\ \ | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10800-h5ocopy-failure to develop * commit 'dfdc27b04b2e8bcd1985ba90ce6553d8b3805fda': Fix release notes based on feedback from pull request. Fix for HDFFV-10800 H5Ocopy failure: The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format version bounds array for fill value message, should be version 3 not 2.
| * | Fix for HDFFV-10800 H5Ocopy failure:Vailin Choi2019-06-124-4/+90
| | | | | | | | | | | | | | | The value for the H5F_LIBVER_V18 index in H5O_fill_ver_bounds[], the format version bounds array for fill value message, should be version 3 not 2.
* | | 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
| | | | | | | | testhdf5.
* | Merge branch 'develop' into vol_dev_headersDana Robinson2019-06-143-20/+880
|\ \ | | | | | | | | | | | | Also moved the wrapper functions from the H5VLconnector.h to H5VLconnector_passthru.h
| * | 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
| | | | | | | | | | trees, improving performance and removing the conditionn that the extents be equal.
| * 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
|/ | | | | | | | | * 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.
* 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
|\ | | | | | | | | | | | | * 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-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 ↵Dana Robinson2019-04-263-106/+226
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:is_accessible_test_love to develop * commit 'e66bf948a7acba0ddc76239f6d02f17c8b10eb0f': Fix for split VFD and file cleanup when testing H5Fis_hdf5 and H5Fis_accessible in tfile.c. Improvements to the H5Fis_accessible() and H5Fis_hdf5() tests in tfile.c. * General code tidying. * Expanded tests to work with multi-file VFDs.
| * | | | | | | | Fix for split VFD and file cleanup when testing H5Fis_hdf5Dana Robinson2019-04-262-4/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and H5Fis_accessible in tfile.c.
| * | | | | | | | Improvements to the H5Fis_accessible() and H5Fis_hdf5() testsDana Robinson2019-04-253-106/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in tfile.c. * General code tidying. * Expanded tests to work with multi-file VFDs.
* | | | | | | | | Merge pull request #1678 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-04-262-2/+38
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e2eaac93386feadef194962cb258e660038d39f1': ESE-97 add vol_plugin test to CMake builds
| * | | | | | | | | 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 ↵Songyu Lu2019-04-252-0/+4
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | and VFD check. Temporarily skipping external_env.c and vds_env.c for VFD check and VOL check in CMake following the example of links_env. Leave them for future work.
* | | | | | | | Changing file names and directory names to avoid possible conflict during ↵Songyu Lu2019-04-232-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parallel 'make check'.
* | | | | | | | Merge pull request #1666 in HDFFV/hdf5 from ~KOZIOL/hdf5:unwrap_vol_callback ↵Quincey Koziol2019-04-232-10/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '62198c2436ac3787afb49fa990d1ba8204264dba': Add an 'unwrap' VOL callback, so that connectors can unwrap an underlying object without closing it. (Especially needed for pass-through connectors)
| * | | | | | | | Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-212-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | object without closing it. (Especially needed for pass-through connectors)
* | | | | | | | | Changing file names to avoid possible conflicts during parallel test.Songyu Lu2019-04-224-23/+27
|/ / / / / / / /