summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moved h5cc.in and h5redeploy.in from tools/misc to bin directory. TheyLarry Knox2019-06-148-30/+278
| | | | | | | should always be built and installed whether tools are enabled or disabled. Also added Makefile.am to bin to build h5redeploy and to install and uninstall them. h5cc is created from h5cc.in by configure.
* Merge pull request #1733 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-06-134-27/+70
|\ | | | | | | | | | | | | | | | | | | * commit 'd754a86c2412747be587633fb7e7180570b3f82a': updated static vol_connector build updated static vol_connector build fixed dependencies fixed invalid pointer removed unregistering native vol fix for cycle dependency
| * updated static vol_connector buildM. Scot Breitenfeld2019-06-131-1/+1
| |
| * Merge branch 'develop' of ↵M. Scot Breitenfeld2019-06-134-25/+31
| |\ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| | * Merge branch 'develop' of ↵M. Scot Breitenfeld2019-06-132-8/+22
| | |\ | | | | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| | | * fixed invalid pointerM. Scot Breitenfeld2019-06-132-8/+22
| | | |
| | * | fixed dependenciesM. Scot Breitenfeld2019-06-132-5/+9
| | |/
| | * removed unregistering native volM. Scot Breitenfeld2019-06-131-12/+0
| | |
| * | updated static vol_connector buildM. Scot Breitenfeld2019-06-131-2/+18
| |/
| * fix for cycle dependencyM. Scot Breitenfeld2019-06-131-0/+21
|/
* Merge pull request #1708 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:H10621 to developScot Breitenfeld2019-06-1215-29/+836
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0742c15fca95965ed4eb87c6d54f41bb07bd4526': makefile clean-up move the vol_info to an optional parameter added H5Pset_vol added vol connector added test for vol_connector removed H5VL constants removed VOLL NULL connector and replaced it with native VOL added connector_name test added missing files add tests added more tests added missing files Implemented VOL APIs and C constants, no tests Implemented VOL APIs and C constants, no tests initial API impl.
| * makefile clean-upM. Scot Breitenfeld2019-06-121-2/+0
| |
| * move the vol_info to an optional parameterM. Scot Breitenfeld2019-06-112-14/+19
| |
| * added H5Pset_volM. Scot Breitenfeld2019-05-223-0/+184
| |
| * added vol connectorM. Scot Breitenfeld2019-05-161-0/+8
| |
| * added test for vol_connectorM. Scot Breitenfeld2019-05-161-0/+61
| |
| * removed H5VL constantsM. Scot Breitenfeld2019-05-169-566/+3
| |
| * removed VOLL NULL connector and replaced it with native VOLM. Scot Breitenfeld2019-05-167-104/+39
| |
| * added connector_name testM. Scot Breitenfeld2019-04-243-3/+19
| |
| * added missing filesM. Scot Breitenfeld2019-04-244-0/+444
| |
| * Merge branch 'develop' into H10621M. Scot Breitenfeld2019-04-24272-3324/+8504
| |\
| * | add testsM. Scot Breitenfeld2019-03-111-0/+1
| | |
| * | added more testsM. Scot Breitenfeld2019-03-115-78/+117
| | |
| * | Merge branch 'develop' into H10621M. Scot Breitenfeld2019-03-07527-34833/+46938
| |\ \
| * \ \ Merge branch 'develop' into H10621Scot Breitenfeld2018-12-073-52/+111
| |\ \ \
| * | | | added missing filesScot Breitenfeld2018-12-071-0/+340
| | | | |
| * | | | Implemented VOL APIs and C constants, no testsScot Breitenfeld2018-12-071-3/+7
| | | | |
| * | | | Implemented VOL APIs and C constants, no testsScot Breitenfeld2018-12-077-27/+355
| | | | |
| * | | | initial API impl.Scot Breitenfeld2018-12-073-1/+8
| | | | |
* | | | | Merge pull request #1728 in HDFFV/hdf5 from ↵Larry Knox2019-06-1218-54/+181
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~LRKNOX/hdf5_lrk:bugfix/HDFFV-9976-add-configuration-or-make-options to develop * commit '6e1dc507240fba447c79827897b099e91b9dd5c1': Add release note for enable-tools and enable-tests options. Modified Makefile.ams for h5repack, h5watch and gif2h5 to allow disabling tests. Moved h5cc.in from tools/src/misc to src directory to always create h5cc whether or not tools are enabled. Added configuration status of tools and tests to libhdf5.settings. Add options to enable or disable building tools and tests. The default is enabled for each.
| * | | | | Add release note for enable-tools and enable-tests options.Larry Knox2019-06-121-0/+12
| | | | | |
| * | | | | Modified Makefile.ams for h5repack, h5watch and gif2h5 to allowLarry Knox2019-06-129-35/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disabling tests. Moved h5cc.in from tools/src/misc to src directory to always create h5cc whether or not tools are enabled. Added configuration status of tools and tests to libhdf5.settings.
| * | | | | Add options to enable or disable building tools and tests. The defaultLarry Knox2019-06-069-19/+124
| | | | | | | | | | | | | | | | | | | | | | | | is enabled for each.
* | | | | | Merge pull request #1725 in HDFFV/hdf5 from ↵Dana Robinson2019-06-115-35/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5dump_memory_bug to develop * commit '0cf52525d5b45cc7cf6f89267da76b46ffa75f90': H5A__free() was renamed to H5A__shared_free() and now requires attr->shared to not be NULL. Fixed a memory issue where unfreed shared attribute dataspace memory tripped an assert in our memory sanity checks. Fixed a memory issue where unfreed shared attribute dataspace memory tripped an assert in our memory sanity checks.
| * | | | | | H5A__free() was renamed to H5A__shared_free() and now requiresDana Robinson2019-06-114-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | attr->shared to not be NULL.
| * | | | | | Merge branch 'h5dump_memory_bug' of ↵Dana Robinson2019-06-110-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into h5dump_memory_bug
| | * | | | | | Fixed a memory issue where unfreed shared attribute dataspace memoryDana Robinson2019-06-111-1/+3
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tripped an assert in our memory sanity checks. Fixes HDFFV-10774.
| * | | | | | Fixed a memory issue where unfreed shared attribute dataspace memoryDana Robinson2019-06-114-25/+25
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tripped an assert in our memory sanity checks. Fixes HDFFV-10774.
* | | | | | Merge pull request #1721 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:release_fixes ↵Dana Robinson2019-06-061-6/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'a668acfc6cb541cc6afa63f964af3d808d058883': Minor tweaks to the VOL function comments to bring them in line with the RM.
| * | | | | | Minor tweaks to the VOL function comments to bring them in line with theDana Robinson2019-06-061-6/+27
|/ / / / / / | | | | | | | | | | | | | | | | | | RM.
* | | | | | Merge pull request #1720 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-06-055-54/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '931abe94244c94e106835250e2f723f634a61c8c': Move set (MAX_PROC_COUNT 8) back to HPC options files. Move check for MPI defined to enable parallel from options scripts in HPC to config/cmake/HDF5options.cmake.
| * | | | | | Move set (MAX_PROC_COUNT 8) back to HPC options files.Larry Knox2019-06-055-6/+16
| | | | | | |
| * | | | | | Move check for MPI defined to enable parallel from options scripts in HPC to ↵Larry Knox2019-06-055-54/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | config/cmake/HDF5options.cmake.
* | | | | | Merge pull request #1715 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-0512-89/+103
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1ecce0e9bbc07cb3eb6f6bc1fca9d42c9e9c8176': Fix minor issues Update macro Java formatting of args
| * | | | | | Fix minor issuesAllen Byrne2019-06-032-2/+2
| | | | | | |
| * | | | | | Update macroAllen Byrne2019-05-311-5/+19
| | | | | | |
| * | | | | | Java formatting of argsAllen Byrne2019-05-309-82/+82
| |/ / / / /
* | | | | | Merge pull request #1719 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vipl to developDana Robinson2019-06-057-51/+142
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a18727bc77c90a9925cabbde8d8ec46c757c6254': Added a VOL initialization property list type.
| * | | | | | Added a VOL initialization property list type.Dana Robinson2019-06-057-51/+142
| | | | | | |
* | | | | | | Merge pull request #1718 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:release_fixes ↵Dana Robinson2019-06-052-1/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '9557087c0ed7811301610155654bf58d6583e38c': Minor warning fixes: * Fixed an error return value in H5Aint.c (NULL --> FAIL) * Added H5VL_FILE_GET_FILENO to H5trace.c