Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OESS-29 Update HD prefix mostly | Allen Byrne | 2019-08-24 | 1 | -3/+2 |
| | |||||
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 1 | -15/+15 |
| | |||||
* | Added the map (H5M) API | Dana Robinson | 2019-08-13 | 1 | -0/+3 |
| | |||||
* | Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds. | Vailin Choi | 2019-06-25 | 1 | -112/+112 |
| | |||||
* | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using ↵ | Vailin Choi | 2019-06-24 | 1 | -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. | ||||
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -0/+1 |
| | | | | clean up warnings. | ||||
* | Merge pull request #1729 in HDFFV/hdf5 from ↵ | Vailin Choi | 2019-06-17 | 1 | -0/+84 |
|\ | | | | | | | | | | | | | | | ~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 Choi | 2019-06-12 | 1 | -0/+84 |
| | | | | | | | | | | 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 Robinson | 2019-06-16 | 1 | -1/+1 |
| | | |||||
* | | Added H5Fdelete call and VOL support (but no VFD/native implementation). | Dana Robinson | 2019-06-11 | 1 | -0/+107 |
|/ | |||||
* | Fix for split VFD and file cleanup when testing H5Fis_hdf5 | Dana Robinson | 2019-04-26 | 1 | -0/+6 |
| | | | | and H5Fis_accessible in tfile.c. | ||||
* | Improvements to the H5Fis_accessible() and H5Fis_hdf5() tests | Dana Robinson | 2019-04-25 | 1 | -95/+152 |
| | | | | | | in tfile.c. * General code tidying. * Expanded tests to work with multi-file VFDs. | ||||
* | Add H5Fget_fileno() API routine. | Quincey Koziol | 2019-04-12 | 1 | -0/+24 |
| | |||||
* | Set V112 as the latest format and extend the arrays of version bounds. | Vailin Choi | 2019-04-04 | 1 | -27/+25 |
| | |||||
* | Used the H5_INC_ENUM macro to squash enum value increment warnings. | Dana Robinson | 2019-03-21 | 1 | -15/+15 |
| | |||||
* | Corrected comment in src/H5VLint.c, fixed pass-through info size in | Quincey Koziol | 2019-01-06 | 1 | -54/+74 |
| | | | | | | | src/H5VLpassthru.c, switched to stashing VOL connector ID & info in API context (in src/H5CX.c, src/H5CXprivate.h, src/H5F.c, src/H5Fint.c, and src/H5Fefc.c), patched up all sorts of issues in the tests, to make them work with 'check-vfd' (and 'check-vol' again). | ||||
* | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-18 | 1 | -1/+0 |
|\ | |||||
| * | Removed H5I_REFERENCE from the library. It has always been unused | Dana Robinson | 2018-12-08 | 1 | -1/+0 |
| | | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252. | ||||
* | | Re-format test/ohdr_mindset.c | Jacob Smith | 2018-12-14 | 1 | -4/+4 |
| | | | | | | | | Fix a few transcription errors in other test files. | ||||
* | | formatting adjustments | Jacob Smith | 2018-12-14 | 1 | -27/+61 |
| | | |||||
* | | Reformat to be more consistent with existing code. | Jacob Smith | 2018-12-13 | 1 | -75/+26 |
| | | | | | | | | Fix a few typos. | ||||
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -67/+159 |
|\ \ | |/ | |||||
| * | Refactor and standarize file object callbacks, including some fixes on the | Quincey Koziol | 2018-10-31 | 1 | -10/+26 |
| | | | | | | | | dataset callbacks. | ||||
| * | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -4/+1 |
| | | | | | | | | modified: test/dsets.c | ||||
| * | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -36/+122 |
| | | |||||
| * | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 1 | -22/+15 |
| | | |||||
* | | change test file name and apply 'h5_fixname' to it | Jacob Smith | 2018-12-11 | 1 | -3/+6 |
| | | |||||
* | | Stash work on object header reduction code and tests. | Jacob Smith | 2018-09-11 | 1 | -0/+139 |
|/ | | | | CMake stuff is not verified. | ||||
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵ | hdftest | 2018-06-24 | 1 | -1/+1 |
| | | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053. | ||||
* | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-06-04 | 1 | -8/+8 |
|\ | |||||
| * | Fix for HDFFV-10180 Performance issues with H5Oget_info. | Vailin Choi | 2018-04-24 | 1 | -8/+8 |
| | | |||||
* | | Merge branch 'develop' into hdf5_1_10.sync | M. Scot Breitenfeld | 2018-05-08 | 1 | -4/+2 |
|\ \ | |/ | |||||
| * | Minor warning cleanup while working on VOL issues. | Dana Robinson | 2018-04-06 | 1 | -4/+2 |
| | | |||||
* | | Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10 | Larry Knox | 2018-03-13 | 1 | -0/+128 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | * commit '9247388c3d14510341ea3f07847ce2cbb6e44a8e': Rework new tests into one macro Added a "won't fix" RELEASE.txt entry for HDFFV-10356. Fix CMake test names Fixed typo Add release note for HDFFFV-10397. Added a fix for HDFFV-10358. Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly) Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries. | ||||
| * | Enhancement to the tool h5clear (HDFFV-10360) | Vailin Choi | 2018-03-12 | 1 | -0/+128 |
| | | |||||
| * | Miscellaneous test fixes | Binh-Minh Ribler | 2018-03-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test) | ||||
| * | Fix for daily test failure | Vailin Choi | 2018-02-14 | 1 | -1/+6 |
| | | | | | | | | Fix for test/testhdf5.sh for configuration with --enable-using-memchecker. | ||||
| * | Merge pull request #895 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2018-02-14 | 1 | -414/+413 |
| |\ | | | | | | | | | | | | | | | | * commit 'e09ccc4a2168e79b9f7500b8ec68ed5f829c8604': More includes cleanup Cleanup overuse of include files | ||||
| | * | More includes cleanup | Allen Byrne | 2018-02-14 | 1 | -414/+413 |
| | | | |||||
| * | | Fix for daily test failure for configuration with --disable-deprecated-symbols | Vailin Choi | 2018-02-14 | 1 | -1/+1 |
| |/ | |||||
| * | Additional tests | Binh-Minh Ribler | 2018-02-13 | 1 | -0/+130 |
| | | | | | | | | | | | | | | | | | | | | Description: - Revised and add more variety to version bound tests per review - Revised gen_bounds.c per review Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test) | ||||
| * | Changes made based on code reviews. | Vailin Choi | 2018-01-12 | 1 | -980/+1180 |
| | | |||||
| * | Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-12-08 | 1 | -3/+3 |
| |\ | | | | | | | | | | Merge from develop. | ||||
| * \ | (1) Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-11-25 | 1 | -58/+69 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | (2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds. (3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check. (4) Add version bounds check for cache image feature. | ||||
| * | | | Initial checkin for library version bounds | Vailin Choi | 2017-10-03 | 1 | -2/+1532 |
| |/ / | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t. | ||||
* | | | Needs to sync with lib version and Sencode. | M. Scot Breitenfeld | 2018-03-07 | 1 | -354/+2230 |
| | | | |||||
* | | | HDFFV-10384 and includes cleanup merged from devlop | Allen Byrne | 2018-02-16 | 1 | -1/+0 |
| |/ |/| | |||||
* | | Fixed misc Warnings flagged by VS2017. | Dana Robinson | 2017-11-27 | 1 | -3/+3 |
|/ | |||||
* | Changes made based on RFC review comments | Vailin Choi | 2017-07-18 | 1 | -0/+17 |
| | | | | Test the changes in a branch via daily testing. | ||||
* | Merge branch 'develop' into windows_open | Dana Robinson | 2017-05-31 | 1 | -3/+3 |
|\ |