summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | | | Minor warning fixes:Dana Robinson2019-06-052-1/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed an error return value in H5Aint.c (NULL --> FAIL) * Added H5VL_FILE_GET_FILENO to H5trace.c
* | | | | | | Merge pull request #1717 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to ↵Neil Fortner2019-06-045-340/+1459
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop Complete rework of H5S__hyper_project_intersection. Addresses VDS performance issues raised in HDFFV-10693. * commit 'd3e242eba1ba98726ed64b14e75f6adee724bea7': Minor fixes/improvements for VDS performance improvement (HDFFV-10693). Refactor H5S__hyper_project_intersection to operate directly on span trees, improving performance and removing the conditionn that the extents be equal. Refactor H5S__hyper_project_intersection to operate directly on span trees, improving performance and removing the conditionn that the extents be equal.
| * \ \ \ \ \ \ Merge branch 'develop' of ↵Neil Fortner2019-06-030-0/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_naf into develop
| | * | | | | | | Refactor H5S__hyper_project_intersection to operate directly on span trees, ↵Neil Fortner2019-06-015-340/+1457
| | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | improving performance and removing the conditionn that the extents be equal.
| * | | | | | | Minor fixes/improvements for VDS performance improvement (HDFFV-10693).Neil Fortner2019-06-031-15/+17
| | | | | | | |
| * | | | | | | Refactor H5S__hyper_project_intersection to operate directly on spanNeil Fortner2019-06-015-340/+1457
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | trees, improving performance and removing the conditionn that the extents be equal.
* | | | | | | Merge pull request #1693 in HDFFV/hdf5 from ~BMRIBLER/hdf5-bmr:develop to ↵Binh-Minh Ribler2019-06-033-5/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '8a57a683391eed79aca80a7325ef152bb76ad0a6': Code improvement Description: Fixed potential division by zero occurrences and changed an assert to if statement. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
| * | | | | | Merge branch 'develop' of ↵Binh-Minh Ribler2019-05-0577-3753/+7608
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-bmr into develop
| * | | | | | | Code improvementBinh-Minh Ribler2019-05-053-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: Fixed potential division by zero occurrences and changed an assert to if statement. Platforms tested: Linux/64 (jelly) Linux/64 (platypus) Darwin (osx1011test)
* | | | | | | | Merge pull request #1714 in HDFFV/hdf5 from ↵Dana Robinson2019-05-242-40/+65
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:H5VLunregister_native to develop * commit '0afb76228e16e63d72a7dbacdbb894d34fe29722': Added code that disallows unregistering the native VOL connector.
| * | | | | | | | Added code that disallows unregistering the native VOL connector.Dana Robinson2019-05-242-40/+65
|/ / / / / / / /
| | | | | | | * Split VOL connector routines into separate headers:Dana Robinson2019-05-248-481/+620
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * H5VLconnector.h for terminal connector things * H5VLconnector_passthru.h for passthrough connector things Note that these headers are arranged such that they are included in hdf5.h so VOL connectors only need to include that. The separation into multiple headers is mainly for readability.
* | | | | | | Merge pull request #1706 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_getloc to ↵Jerome Soumagne2019-05-234-9/+24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '982ed75720d7dece10623868cda22c46908baebe': Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAME
| * | | | | | | Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAMEJerome Soumagne2019-05-234-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement native H5VL_OBJECT_GET_NAME by addr
* | | | | | | | Merge pull request #1709 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-05-212-4/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '802b2927254b1de163589b1e4eaced47ee81ad07': Assign NULL to func_name/file_name/desc error entry pointers when clearing error stack Avoid clearing error stack when calling H5Eget_msg()
| * | | | | | | | Assign NULL to func_name/file_name/desc error entry pointers when clearing ↵Jordan Henderson2019-05-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error stack
| * | | | | | | | Avoid clearing error stack when calling H5Eget_msg()Jordan Henderson2019-05-171-1/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #1710 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-05-1912-30/+34
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0b086c3db2c6cd376b7bffb3236df1ef158ae80d': Correct message command syntax Add note about CMake and spaces in paths
| * | | | | | | Correct message command syntaxAllen Byrne2019-05-1711-30/+30
| | | | | | | |
| * | | | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-05-1414-79/+93
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6eaef5ebd61b8019f66f51d3fe74ec3c1b1d4f0f': Reorder lines in HDF5config.cmake so that additions to end of $HPC-HDF5options scripts will take precedence. updated -E option remove -M option added -M HPC to ctest command fixed missing paralle test Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.
* | | | | | | | Merge pull request #1705 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developAllen Byrne2019-05-141-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9406278103a7b72d3eacea9fbeaadbf34bf7e43a': Reorder lines in HDF5config.cmake so that additions to end of $HPC-HDF5options scripts will take precedence.
| * | | | | | | | Reorder lines in HDF5config.cmake so that additions to end of ↵Larry Knox2019-05-141-1/+3
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | $HPC-HDF5options scripts will take precedence.
* | | | | | | | Merge pull request #1703 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-109-10/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6546c764d3d39028d2ec61da236cc69b44414127': updated -E option remove -M option
| * | | | | | | | updated -E optionM. Scot Breitenfeld2019-05-102-2/+2
| | | | | | | | |