summaryrefslogtreecommitdiffstats
path: root/src
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.
* Remove `#if 0` block of deprecated code.Jacob Smith2018-12-201-4/+0
|
* Merge branch 'develop' of ↵Jacob Smith2018-12-1930-303/+281
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize
| * Merge pull request #1393 in HDFFV/hdf5 from ↵Dana Robinson2018-12-1917-117/+100
| |\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:vol_optional_enum_to_macros to develop * commit 'f60e8bb05e3203054e27bf41d0ebc657537736ed': Moved the optional enums to H5VLnative.h and converted to an int typedef and a set of #defines.
| | * Moved the optional enums to H5VLnative.h and converted to an intDana Robinson2018-12-1817-117/+100
| | | | | | | | | | | | typedef and a set of #defines.
| * | Clear driver properties before returning them to application.Quincey Koziol2018-12-197-135/+131
| |/ | | | | | | | | Move write_tracking and page_size properties to be inside the core VFD's driver properties.
| * Added missing H5O calls.Dana Robinson2018-12-182-3/+3
| |
| * Fixed a missing H5R call.Dana Robinson2018-12-182-2/+2
| |
| * Made hbool_t processing consistent in va_lists.Dana Robinson2018-12-182-2/+2
| |
| * Fixed an enums-in-va_list issue in the passthru VOL connector.Dana Robinson2018-12-181-2/+2
| |
| * Merge branch 'develop' into vol_optional_enum_to_macrosDana Robinson2018-12-186-84/+29
| |\
| | * Correct error from refactoring out H5VL_FILE_CACHE_VOL_CONN callback.Quincey Koziol2018-12-181-18/+15
| | |
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-12-1713-57/+6
| | |\ | | | | | | | | | | | | develop
| | * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-12-171-3/+5
| | |\ \ | | | | | | | | | | | | | | | develop
| * | | | Updated enums in VOL va_lists to be passed as ints.Dana Robinson2018-12-189-41/+41
| | |_|/ | |/| |
* | | | Formatting adjustments.Jacob Smith2018-12-182-7/+3
| | | |
* | | | Formatting adjustmentsJacob Smith2018-12-183-56/+56
| | | |
* | | | Move H5Fset_dset_no_attrs_hint VOL operations to native.Jacob Smith2018-12-187-20/+42
| | | | | | | | | | | | | | | | | | | | Move minimzied object header tests from separate file to test/ohdr.c Some formatting changes.
* | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-1842-1037/+998
|\ \ \ \
| * \ \ \ Merge pull request #1390 in HDFFV/hdf5 from stackable_vol_fix_06 to developQuincey Koziol2018-12-186-66/+14
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | * commit '3597bd469ff0073134b31765d9b87660cd3e0039': Revert change to MSC_VER, in favor of Dana's Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out not to be necessary.
| | * | | Revert change to MSC_VER, in favor of Dana'sQuincey Koziol2018-12-171-1/+1
| | |/ /
| | * | Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns outQuincey Koziol2018-12-177-67/+15
| | | | | | | | | | | | | | | | | | | | | | | | not to be necessary. Also, correct _MSC_VER #ifdef
| * | | Merge pull request #1364 in HDFFV/hdf5 from ↵Dana Robinson2018-12-1713-57/+6
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5i_reference_removal to develop * commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53': Removed H5I_REFERENCE from the library. It has always been unused and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
| | * | Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-0813-57/+6
| | | | | | | | | | | | | | | | and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
| * | | Updated with extra sanity check and improved comment.Dana Robinson2018-12-171-3/+5
| | | |
| * | | Fixed an issue in the passthru Windows va_copy hack.Dana Robinson2018-12-171-2/+2
| | |/ | |/|
| * | Merge pull request #1388 in HDFFV/hdf5 from ↵Dana Robinson2018-12-173-296/+301
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:vol_optional_enum_to_macros to develop * commit '9f175afce8c08bf6193e45ce391e05e4198dd61c': Updated va_arg-->HDva_arg in the native VOL connector. Added HD to va_* calls in a couple of library files.
| | * | Updated va_arg-->HDva_arg in the native VOL connector.Dana Robinson2018-12-171-179/+179
| | | |
| | * | Added HD to va_* calls in a couple of library files.Dana Robinson2018-12-172-117/+122
| | | |
| * | | Further va_list improvements.Dana Robinson2018-12-173-50/+57
| | | |
| * | | Added a helpful comment to the va_copy() Windows hack.Dana Robinson2018-12-171-0/+4
| | | |
| * | | Added a work-around for va_copy() on pre-2013 versions of Visual Studio.Dana Robinson2018-12-171-0/+3
| |/ /
| * | Merge pull request #1381 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to ↵Dana Robinson2018-12-1720-169/+201
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '9ae9b3ef513613bb2fca15f96461a156148c2627': Moved the native VOL connector's optional enums to the public headers and renamed to include native/NATIVE in the name.
| | * | Moved the native VOL connector's optional enums to theDana Robinson2018-12-1520-169/+201
| | | | | | | | | | | | | | | | | | | | public headers and renamed to include native/NATIVE in the name.
| * | | Merge pull request #1383 in HDFFV/hdf5 from ↵Dana Robinson2018-12-161-0/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:strtok_windows_fix to develop * commit '1b5190011bde5f2f47b01429cd97c11ade66f911': Added #define to use strtok_s instead of strtok_r on Windows.
| | * | | Added #define to use strtok_s instead of strtok_r on Windows.Dana Robinson2018-12-161-0/+1
| | |/ /
| * | | Updated the passthru VOL connector:Dana Robinson2018-12-161-334/+337
| |/ / | | | | | | | | | | | | | | | | | | * snprintf --> sprintf (for Windows compat) * tabs --> spaces * removed spurious parens from returns * Changed the logging macro to something less clash-prone
| * | Make sure to free copy of VOL connector's name when H5VL_register_connector ↵Jordan Henderson2018-12-141-3/+6
| | | | | | | | | | | | fails
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-12-132-0/+28
| |\ \ | | | | | | | | | | | | develop
| | * | Still need the stamp1 files if PREGENAllen Byrne2018-12-131-0/+20
| | | |
| | * | HDFFV-10660 Add new files to OUTPUT section of custom commandsAllen Byrne2018-12-131-0/+6
| | | |
| * | | Fix plugin code from referencing invalid key ID value, and also switch fromQuincey Koziol2018-12-135-8/+11
| | | | | | | | | | | | | | | | | | | | strtok() to strtok_r() to avoid possible interference with / to application use of strtok().
* | | | formatting adjustmentsJacob Smith2018-12-141-18/+4
| | | |
* | | | Reformat to be more consistent with existing code.Jacob Smith2018-12-135-276/+104
| | | | | | | | | | | | | | | | 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
| | | |
* | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-131-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | align H5Aget_info behavior with H5Gget_info when null attribute pointer is ↵Jordan Henderson2018-12-121-0/+2
| |/ / | | | | | | | | | supplied
* | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-121-2/+17
|\ \ \ | |/ /