Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added an H5MM_memcpy call that checks for buffer overlap. | Dana Robinson | 2019-03-16 | 1 | -7/+7 |
| | |||||
* | Fix issue with direct chunk write not updating the "last chunk" index | Neil Fortner | 2019-03-06 | 1 | -1/+2 |
| | | | | | cache. Fix issues involving datasets being "no allocated" when they contain cached raw data. | ||||
* | Move 'minimize dataset object header flag' into API context | Quincey Koziol | 2019-03-05 | 1 | -6/+6 |
| | |||||
* | OHDR tests now accept h5_fileaccess() fapls. | Jacob Smith | 2018-12-26 | 1 | -1/+2 |
| | | | | Formatting, informative comments, and minor renaming. | ||||
* | Add error checking to the minimized dset header size calculation. | Jacob Smith | 2018-12-21 | 1 | -15/+49 |
| | | | | Update printf->HDprintf statements. | ||||
* | Formatting adjustments. | Jacob Smith | 2018-12-18 | 1 | -2/+3 |
| | |||||
* | Formatting adjustments | Jacob Smith | 2018-12-18 | 1 | -19/+19 |
| | |||||
* | Reformat to be more consistent with existing code. | Jacob Smith | 2018-12-13 | 1 | -113/+37 |
| | | | | Fix a few typos. | ||||
* | Merge branch 'dset_ohdr_minimize' of ↵ | Jacob Smith | 2018-12-12 | 1 | -5/+0 |
|\ | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize Incorporate a few housekeeping changes and one fix. | ||||
| * | Remove unused debugging print in '#if 0' block | Jacob Smith | 2018-12-12 | 1 | -5/+0 |
| | | |||||
* | | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -206/+128 |
|\ \ | |/ |/| | |||||
| * | Switch switch remainder of API routines to use VOL callbacks. | Quincey Koziol | 2018-11-10 | 1 | -1/+1 |
| | | |||||
| * | Remove most debugging shims & scaffolding. | Quincey Koziol | 2018-11-04 | 1 | -8/+0 |
| | | |||||
| * | Convert dataset callbacks to standard form, for wrapping object IDs, etc. | Quincey Koziol | 2018-10-29 | 1 | -5/+2 |
| | | | | | | | | Also, fix a few attribute issues that I missed. | ||||
| * | Updates after merging changes from develop. | Quincey Koziol | 2018-10-26 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-10-25 | 1 | -1/+0 |
| |\ | | | | | | | | | | stackable_vol | ||||
| | * | Split H5VLnative.h into public and private files and updated | Dana Robinson | 2018-10-20 | 1 | -1/+1 |
| | | | |||||
| * | | Squashed commit of private branch changes to support stackable VOL plugins. | Quincey Koziol | 2018-10-25 | 1 | -18/+25 |
| |/ | | | | | | | modified: test/dsets.c | ||||
| * | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -19/+42 |
| | | |||||
| * | Remainder of vol_normalization changes (dataset, attribute, files, objects). | Dana Robinson | 2018-09-24 | 1 | -61/+73 |
| | | |||||
| * | Removed 'VOL' versions of FUNC_ENTER macros as well as empty functions | Dana Robinson | 2018-09-18 | 1 | -131/+22 |
| | | | | | | | | orginally intended to support the full SWMR feature. | ||||
* | | Remove unnecessary H5_now() call; remove ohdr v2 mtime addition. | Jacob Smith | 2018-10-02 | 1 | -5/+1 |
| | | |||||
* | | Modify MTIME size behavior to be closer to expectations (we hope). | Jacob Smith | 2018-09-20 | 1 | -26/+22 |
| | | | | | | | | Minor code cleanup. | ||||
* | | Continued progress in implementing tests. | Jacob Smith | 2018-09-20 | 1 | -1/+1 |
| | | |||||
* | | Change H5F internals access | Jacob Smith | 2018-09-14 | 1 | -7/+2 |
| | | |||||
* | | Change to use internal routines to get dcpl minimize setting. | Jacob Smith | 2018-09-14 | 1 | -31/+14 |
| | | | | | | | | | | Fix external file/link problem: Include H5Fpkg.h to access file private variables directly. | ||||
* | | Add additional tests (or placeholders for same). | Jacob Smith | 2018-09-12 | 1 | -2/+5 |
| | | | | | | | | | | Tests use h5_fixname(). Small changes. | ||||
* | | Stash work on object header reduction code and tests. | Jacob Smith | 2018-09-11 | 1 | -7/+299 |
|/ | | | | CMake stuff is not verified. | ||||
* | Combined macro lines as Dana commented | Binh-Minh Ribler | 2018-07-16 | 1 | -2/+1 |
| | | | | | Platforms tested: Linux/64 (jelly) (very minor) | ||||
* | Fixed division-by-zero issues | Binh-Minh Ribler | 2018-07-16 | 1 | -16/+21 |
| | | | | | | | | | | | Description: Fixed HDFFV-10481 and HDFFV-10477, division by 0. Fixed another occurrence beside what were reported. Also, changed a local variable to avoid an unnecessary cast. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test) | ||||
* | Fixed HDFFV-10404 | Binh-Minh Ribler | 2018-07-13 | 1 | -2/+2 |
| | | | | | | | | | Description: Applied the typo fixes from user's report. The previous pull request couldn't be merged because it was too old, and it was too complicated for me to resolve conflicts. Platform tested: Linux/64 (jelly) - very minor | ||||
* | 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-05-08 | 1 | -359/+361 |
|\ | |||||
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-04-29 | 1 | -963/+822 |
| |\ | | | | | | | | | | merge_hyperslab_updates | ||||
| | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Quincey Koziol | 2018-03-18 | 1 | -70/+92 |
| | |\ | | | | | | | | | | | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros | ||||
| | | * | Modifications made based on comments from pull request. | Vailin Choi | 2018-02-07 | 1 | -0/+1 |
| | | | | |||||
| | | * | Merge branch develop into bugfix/version_bounds | Vailin Choi | 2018-01-12 | 1 | -24/+54 |
| | | |\ | |||||
| | | * | | Changes made based on code reviews. | Vailin Choi | 2018-01-12 | 1 | -10/+15 |
| | | | | | |||||
| | | * | | (1) Merge branch 'develop' into bugfix/version_bounds | Vailin Choi | 2017-11-25 | 1 | -497/+325 |
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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 | -46/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t. | ||||
| | * | | | | Add API context interface and use it throughout the library. | Quincey Koziol | 2018-03-15 | 1 | -363/+364 |
| | | |/ / | | |/| | | |||||
| * | | | | Checkpoint normalization against incoming hyperslab / selection / dataspace | Quincey Koziol | 2017-03-28 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | improvements. | ||||
* | | | | | Needs to sync with lib version and Sencode. | M. Scot Breitenfeld | 2018-03-07 | 1 | -47/+38 |
| | | | | | |||||
* | | | | | synced with develop | M. Scot Breitenfeld | 2018-01-05 | 1 | -24/+54 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | HDFFV-9724 Corrected files and verified tests | Allen Byrne | 2017-12-28 | 1 | -24/+54 |
| | | | | | |||||
| * | | | | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵ | lrknox | 2017-12-22 | 1 | -54/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2. | ||||
| * | | | | HDFFV-9724 combine efc and vds into one function | Allen Byrne | 2017-12-13 | 1 | -101/+30 |
| | | | | | |||||
| * | | | | HDFFV-9724 Initial changes and test | Allen Byrne | 2017-12-11 | 1 | -0/+101 |
| | |/ / | |/| | | |||||
* | | | | Fix for daily test failures. | Vailin Choi | 2017-12-07 | 1 | -1/+1 |
|/ / / | |||||
* | | | Remove tabs | Allen Byrne | 2017-11-08 | 1 | -516/+344 |
| |/ |/| |