summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into openmpi_tweaksDana Robinson2018-12-31106-7911/+12221
|\
| * Merge pull request #1372 in HDFFV/hdf5 from ↵jake.smith2018-12-2926-1713/+3503
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~JAKE.SMITH/hdf5:dset_ohdr_minimize to develop Dataset object header minimization Jira TRILAB-45 * commit 'f54fb420d08ea0a7e7b026150c0ab559803e0acd': (34 commits) Specify variable type. Remove unnecessary whitespace. OHDR tests now accept h5_fileaccess() fapls. Formatting, informative comments, and minor renaming. Fix some CMake listings Add error checking to the minimized dset header size calculation. Update printf->HDprintf statements. Remove `#if 0` block of deprecated code. Fix mistake with H5E_BEGIN_TRY {...} H5E_END_TRY block containing ERROR-raising macros. Formatting tweaks. Add "compact" storage test to relative header size comparisons. Formatting adjustments. Formatting adjustments Move H5Fset_dset_no_attrs_hint VOL operations to native. Move minimzied object header tests from separate file to test/ohdr.c Some formatting changes. Re-format test/ohdr_mindset.c Fix a few transcription errors in other test files. formatting adjustments Reformat to be more consistent with existing code. Fix a few typos. add missing paramter - macro seemingly unused, but absence results in compiler complaint fix reference; move declaration in file Remove unused debugging print in '#if 0' block Fix typo. Fix CHECK of wrong ID (dset[2|3]_id). change test file name and apply 'h5_fixname' to it Sidestep and hide&flag minor issues causing test failures. Incorporate minimized dset ohdr tests into extant suite. ...
| | * Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-2831-2516/+3760
| | |\ | | |/ | |/|
| * | Merge pull request #1406 in HDFFV/hdf5 from ↵Dana Robinson2018-12-2827-2511/+3642
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:md_cache_logging_squash to develop * commit '1ff756a1047d58f71c70deb48c797cb860904292': Updated the log function names. Squash merge of MDC logging changes.
| | * | Updated the log function names.Dana Robinson2018-12-285-122/+123
| | | |
| | * | Merge branch 'develop' into md_cache_logging_squashDana Robinson2018-12-2819-146/+761
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1386 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2018-12-282-3/+104
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b4fe787bb9fe4bfc4709a124df59dd987c9a09d2': Add test for H5Arename NULL/empty attribute name fix align H5Arename behavior with H5Arename_by_name
| | * | | Add test for H5Arename NULL/empty attribute name fixJordan Henderson2018-12-172-5/+104
| | | | | | | | | | | | | | | | | | | | Split checking of NULL vs. empty string arguments
| | * | | align H5Arename behavior with H5Arename_by_nameJordan Henderson2018-12-171-2/+4
| | | | |
| * | | | Merge pull request #1412 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:yay_plugins ↵Dana Robinson2018-12-272-2/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '9cc406633c29d4167031dc85b950858f90163cbc': Fixed plugin loading so it actually checks the plugin type.
| | * | | | Fixed plugin loading so it actually checks the plugin type.Dana Robinson2018-12-272-2/+15
| |/ / / /
| | | * | Squash merge of MDC logging changes.Dana Robinson2018-12-2127-2506/+3636
| | | | |
| | | | * Specify variable type.Jacob Smith2018-12-282-2/+1
| | | | | | | | | | | | | | | | | | | | Remove unnecessary whitespace.
| | | | * Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-2764-3712/+5000
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge pull request #1410 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to ↵Dana Robinson2018-12-271-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '9152547b766919eefb7163e17f0c03052a2d73f2': H5VLregister_by_value() should not set _BY_NAME when searching for plugins.
| | * | | | H5VLregister_by_value() should not set _BY_NAME when searching forDana Robinson2018-12-271-1/+1
| |/ / / / | | | | | | | | | | | | | | | plugins.
| * | | | Merge pull request #1407 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-12-2114-140/+641
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '991996b25122ff010b9af1bbb6cc05be491ce038': Remove unused CMake files Update option text Add reference file to list HDFFV-10656 remove moved source HDFFV-10656 Add CHECK_VOL support to CMake
| | * | | Remove unused CMake filesAllen Byrne2018-12-217-126/+0
| | | | |
| | * | | Update option textAllen Byrne2018-12-212-3/+3
| | | | |
| | * | | Add reference file to listAllen Byrne2018-12-211-0/+1
| | | | |
| | * | | HDFFV-10656 remove moved sourceAllen Byrne2018-12-201-45/+0
| | | | |
| | * | | HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-2016-96/+767
| | | | |
| * | | | Merge pull request #1399 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ↵Dana Robinson2018-12-2123-3486/+3662
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '75a03ea0c36f24a6a3982b75a8c52325879bb569': Moved private native VOL connector functions to H5VLnative_private.h. Moved the remainder of the code into separate files. Split the native VOL connector code into multiple files and moved the attribute code over.
| | * \ \ \ Merge branch 'develop' into vol_tweaksDana Robinson2018-12-2015-57/+658
| | |\ \ \ \ | | | |/ / /
| | * | | | Moved private native VOL connector functions to H5VLnative_private.h.Dana Robinson2018-12-2022-76/+118
| | | | | |
| | * | | | Moved the remainder of the code into separate files.Dana Robinson2018-12-209-2896/+2906
| | | | | |
| | * | | | Split the native VOL connector code into multiple files andDana Robinson2018-12-2012-597/+721
| | | | | | | | | | | | | | | | | | | | | | | | moved the attribute code over.
| * | | | | Merge pull request #1402 in HDFFV/hdf5 from stackable_vol_fix_13 to developQuincey Koziol2018-12-2013-4/+1
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | * commit '9e8cacaa5531f418f5d9d447c1251eb705da785a': Remove core VFD-specific property list call and regenerate encoded property lists.
| | * | | | Remove core VFD-specific property list call and regenerate encoded propertyQuincey Koziol2018-12-2013-4/+1
| |/ / / / | | | | | | | | | | | | | | | lists.
| * | | | Merge pull request #1401 in HDFFV/hdf5 from stackable_vol_fix_12 to developQuincey Koziol2018-12-201-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ac5a65bb43dbb00808f4867d8f106143364742ad': Correct typo
| | * \ \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-12-2013-54/+655
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | develop
| * | | | | Merge pull request #1396 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-12-2013-54/+655
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'f9e9c1ad0eeabce09b2f8613427b83daebbf8cb0': HDFFV-10664 Add new functions and constants to java interface
| | * | | | | HDFFV-10664 Add new functions and constants to java interfaceAllen Byrne2018-12-1913-54/+655
| | | | | | |
| | | * | | | Correct typoQuincey Koziol2018-12-201-1/+1
| | | | | | |
| | | | | | * OHDR tests now accept h5_fileaccess() fapls.Jacob Smith2018-12-263-140/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Formatting, informative comments, and minor renaming.
| | | | | | * Fix some CMake listingsJacob Smith2018-12-212-1/+1
| | | | | | |
| | | | | | * Add error checking to the minimized dset header size calculation.Jacob Smith2018-12-212-31/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update printf->HDprintf statements.
| | | | | | * Remove `#if 0` block of deprecated code.Jacob Smith2018-12-201-4/+0
| | | | | | |
| | | | | | * Fix mistake with H5E_BEGIN_TRY {...} H5E_END_TRY block containing ↵Jacob Smith2018-12-202-16/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ERROR-raising macros. Formatting tweaks.
| | | | | | * Merge branch 'develop' of ↵Jacob Smith2018-12-1945-328/+324
| | | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize
| | | | | | * | Add "compact" storage test to relative header size comparisons.Jacob Smith2018-12-191-60/+80
| | | | | | | |
| | | | | | * | Formatting adjustments.Jacob Smith2018-12-183-233/+220
| | | | | | | |
| | | | | | * | Formatting adjustmentsJacob Smith2018-12-183-56/+56
| | | | | | | |
| | | | | | * | Move H5Fset_dset_no_attrs_hint VOL operations to native.Jacob Smith2018-12-1811-966/+906
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move minimzied object header tests from separate file to test/ohdr.c Some formatting changes.
| | | | | | * | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-1863-1193/+1166
| | | | | | |\ \
| | | | | | * | | Re-format test/ohdr_mindset.cJacob Smith2018-12-143-1060/+360
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few transcription errors in other test files.
| | | | | | * | | formatting adjustmentsJacob Smith2018-12-142-45/+65
| | | | | | | | |
| | | | | | * | | Reformat to be more consistent with existing code.Jacob Smith2018-12-1310-582/+204
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few typos.
| | | | | | * | | add missing paramter - macro seemingly unused, but absence results in ↵Jacob Smith2018-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiler complaint
| | | | | | * | | fix reference; move declaration in fileJacob Smith2018-12-131-2/+2
| | | | | | | | |