summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|/ / /
* | | 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
| | | | |
| * | | | Merge branch 'develop' of ↵M. Scot Breitenfeld2019-05-100-0/+0
| |\ \ \ \ | |/ / / / |/| | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
* | | | | Merge pull request #1701 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-1014-80/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '19d2cea9aec648eb3c609dee4d2dc9baa101c967': added -M HPC to ctest command
| | * | | | remove -M optionM. Scot Breitenfeld2019-05-109-10/+10
| |/ / / /
| * | | | added -M HPC to ctest commandM. Scot Breitenfeld2019-05-1014-80/+10
|/ / / /
* | | | Merge pull request #1700 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-101-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * commit 'd786bedd18e6d521e240aa78bb633b66f8f975c8': fixed missing paralle test
| * \ \ \ Merge branch 'develop' of ↵M. Scot Breitenfeld2019-05-100-0/+0
| |\ \ \ \ | |/ / / / |/| | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
* | | | | Merge pull request #1699 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-105-3/+83
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'cf6f2f039d8e1c98bdd9690357e2b4670f23ae4e': Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.
| | * | | | fixed missing paralle testM. Scot Breitenfeld2019-05-101-0/+2
| |/ / / /
| * | | | Adding cross-compilation for theta (ANL) and qsub (COBALT) batch controls.M. Scot Breitenfeld2019-05-095-3/+83
|/ / / /
| * | | Add note about CMake and spaces in pathsAllen Byrne2019-05-071-0/+4
|/ / /
* | | Merge pull request #1695 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-05-062-8/+4
|\ \ \ | |_|/ |/| | | | | | | | * commit 'df35529e3d0529e9df11806d267ef8c4779b79e3': Putting ctest command in variable CMD did not work for skipping failing tests.