summaryrefslogtreecommitdiffstats
path: root/src/H5Dint.c
Commit message (Collapse)AuthorAgeFilesLines
...
* OHDR tests now accept h5_fileaccess() fapls.Jacob Smith2018-12-261-1/+2
| | | | Formatting, informative comments, and minor renaming.
* Add error checking to the minimized dset header size calculation.Jacob Smith2018-12-211-15/+49
| | | | Update printf->HDprintf statements.
* Formatting adjustments.Jacob Smith2018-12-181-2/+3
|
* Formatting adjustmentsJacob Smith2018-12-181-19/+19
|
* Reformat to be more consistent with existing code.Jacob Smith2018-12-131-113/+37
| | | | Fix a few typos.
* Merge branch 'dset_ohdr_minimize' of ↵Jacob Smith2018-12-121-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' blockJacob Smith2018-12-121-5/+0
| |
* | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-206/+128
|\ \ | |/ |/|
| * Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-101-1/+1
| |
| * Remove most debugging shims & scaffolding.Quincey Koziol2018-11-041-8/+0
| |
| * Convert dataset callbacks to standard form, for wrapping object IDs, etc.Quincey Koziol2018-10-291-5/+2
| | | | | | | | Also, fix a few attribute issues that I missed.
| * Updates after merging changes from develop.Quincey Koziol2018-10-261-1/+1
| |
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-10-251-1/+0
| |\ | | | | | | | | | stackable_vol
| | * Split H5VLnative.h into public and private files and updatedDana Robinson2018-10-201-1/+1
| | |
| * | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-18/+25
| |/ | | | | | | modified: test/dsets.c
| * VOL FEATUREDana Robinson2018-10-101-19/+42
| |
| * Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-241-61/+73
| |
| * Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-181-131/+22
| | | | | | | | orginally intended to support the full SWMR feature.
* | Remove unnecessary H5_now() call; remove ohdr v2 mtime addition.Jacob Smith2018-10-021-5/+1
| |
* | Modify MTIME size behavior to be closer to expectations (we hope).Jacob Smith2018-09-201-26/+22
| | | | | | | | Minor code cleanup.
* | Continued progress in implementing tests.Jacob Smith2018-09-201-1/+1
| |
* | Change H5F internals accessJacob Smith2018-09-141-7/+2
| |
* | Change to use internal routines to get dcpl minimize setting.Jacob Smith2018-09-141-31/+14
| | | | | | | | | | Fix external file/link problem: Include H5Fpkg.h to access file private variables directly.
* | Add additional tests (or placeholders for same).Jacob Smith2018-09-121-2/+5
| | | | | | | | | | Tests use h5_fixname(). Small changes.
* | Stash work on object header reduction code and tests.Jacob Smith2018-09-111-7/+299
|/ | | | CMake stuff is not verified.
* Combined macro lines as Dana commentedBinh-Minh Ribler2018-07-161-2/+1
| | | | | Platforms tested: Linux/64 (jelly) (very minor)
* Fixed division-by-zero issuesBinh-Minh Ribler2018-07-161-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-10404Binh-Minh Ribler2018-07-131-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 ↵hdftest2018-06-241-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.syncM. Scot Breitenfeld2018-05-081-359/+361
|\
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-04-291-963/+822
| |\ | | | | | | | | | merge_hyperslab_updates
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-181-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 Choi2018-02-071-0/+1
| | | |
| | | * Merge branch develop into bugfix/version_boundsVailin Choi2018-01-121-24/+54
| | | |\
| | | * | Changes made based on code reviews.Vailin Choi2018-01-121-10/+15
| | | | |
| | | * | (1) Merge branch 'develop' into bugfix/version_boundsVailin Choi2017-11-251-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 boundsVailin Choi2017-10-031-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 Koziol2018-03-151-363/+364
| | | |/ / | | |/| |
| * | | | Checkpoint normalization against incoming hyperslab / selection / dataspaceQuincey Koziol2017-03-281-5/+5
| | | | | | | | | | | | | | | | | | | | improvements.
* | | | | Needs to sync with lib version and Sencode.M. Scot Breitenfeld2018-03-071-47/+38
| | | | |
* | | | | synced with developM. Scot Breitenfeld2018-01-051-24/+54
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | HDFFV-9724 Corrected files and verified testsAllen Byrne2017-12-281-24/+54
| | | | |
| * | | | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵lrknox2017-12-221-54/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2.
| * | | | HDFFV-9724 combine efc and vds into one functionAllen Byrne2017-12-131-101/+30
| | | | |
| * | | | HDFFV-9724 Initial changes and testAllen Byrne2017-12-111-0/+101
| | |/ / | |/| |
* | | | Fix for daily test failures.Vailin Choi2017-12-071-1/+1
|/ / /
* | | Remove tabsAllen Byrne2017-11-081-516/+344
| |/ |/|
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Jordan Henderson2017-08-111-3/+11
|\ \ | | | | | | | | | develop
| * | Fix for HDFFV-10217 infinite loop in H5VM_power2up().Vailin Choi2017-07-101-3/+11
| | | | | | | | | | | | | | | | | | The function H5VM_power2up() returns the next power of 2 for n. When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping. The fix ensures that the function checks for n >= 2^63 and returns 0.
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Jordan Henderson2017-07-051-103/+107
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6428a637752753cc8a9007c0c3c38b9ea9cc97fd': (165 commits) Skip HDFFV-10160 filenotclosed test for split/multi driver Temporary skip this test for split/multi driver. Further investigation to resolve the failure is needed. Please enter the commit message for your changes. Lines starting More minor whitespace cleanup Fixed a minor comment typo in H5R.c * Reverted removal of H5I_REFERENCE to avoid breaking binary compatibility. * Added a quick H5I_REFERENCE smoke check to test_misc19() in tmisc.c. Added missing free() call to test_misc19(). Purged the unused H5I_REFERENCE from the library. Added a test for VFD IDs to testhdf5. Revert "Partial removal of NDEBUG ifdefs from the library." Partial removal of NDEBUG ifdefs from the library. Removed compiler flag cleanup since Solaris chokes on it. Fix for HDFFV-10160 Modifications to fix the assertion/abort failure when the application does not close the file. Fixed a bug in autotools Fortran processing where a test for the presence of a C long double type always returned true. Updated the --enable-debug/production handling in configure.ac so that it more reliably indicates that the configure option can no longer be used. Previously, using --enable-debug="", etc. would not trigger an error (even though such usage is unlikely). Added awk processing to remove extraneous whitespace from H5_ flags in configure. Fixed a comment in configure.ac HDFFV-10219 another mode change HDFFV-10219 change subset to use BINARY mode for h5dump HDFFV-10219 default input binary to NATIVE Set default of var to NATIVE HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixed ...