summaryrefslogtreecommitdiffstats
Commit message (Expand)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 ~LRKNOX/hdf5_lrk:bugfix/HDFFV-997...Larry Knox2019-06-1218-54/+181
|\ \ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | Add options to enable or disable building tools and tests. The defaultLarry Knox2019-06-069-19/+124
* | | | | | | | Merge pull request #1725 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5dump_memory_...Dana Robinson2019-06-115-35/+37
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | H5A__free() was renamed to H5A__shared_free() and now requiresDana Robinson2019-06-114-18/+20
| * | | | | | | Merge branch 'h5dump_memory_bug' of https://bitbucket.hdfgroup.org/scm/~derob...Dana Robinson2019-06-110-0/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed a memory issue where unfreed shared attribute dataspace memoryDana Robinson2019-06-111-1/+3
| |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixed a memory issue where unfreed shared attribute dataspace memoryDana Robinson2019-06-114-25/+25
|/ / / / / / /
* | | | | | | Merge pull request #1721 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:release_fixes ...Dana Robinson2019-06-061-6/+27
|\ \ \ \ \ \ \
| * | | | | | | Minor tweaks to the VOL function comments to bring them in line with theDana Robinson2019-06-061-6/+27
|/ / / / / / /
* | | | | | | Merge pull request #1720 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2019-06-055-54/+18
|\ \ \ \ \ \ \
| * | | | | | | 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
|/ / / / / / /
* | | | | | | Merge pull request #1715 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-0512-89/+103
|\ \ \ \ \ \ \
| * | | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | 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
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Minor warning fixes:Dana Robinson2019-06-052-1/+4
|/ / / / / / /
* | | | | | | Merge pull request #1717 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to dev...Neil Fortner2019-06-045-340/+1459
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_na...Neil Fortner2019-06-030-0/+0
| |\ \ \ \ \ \ \
| | * | | | | | | Refactor H5S__hyper_project_intersection to operate directly on span trees, i...Neil Fortner2019-06-015-340/+1457
| | |/ / / / / /
| * | | | | | | 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
| |/ / / / / /
* | | | | | | Merge pull request #1693 in HDFFV/hdf5 from ~BMRIBLER/hdf5-bmr:develop to dev...Binh-Minh Ribler2019-06-033-5/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-b...Binh-Minh Ribler2019-05-0577-3753/+7608
| |\ \ \ \ \ \
| * | | | | | | Code improvementBinh-Minh Ribler2019-05-053-5/+17
* | | | | | | | Merge pull request #1714 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5VLunregister...Dana Robinson2019-05-242-40/+65
|\ \ \ \ \ \ \ \
| * | | | | | | | 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #1706 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_getloc to d...Jerome Soumagne2019-05-234-9/+24
|\ \ \ \ \ \ \
| * | | | | | | Rename H5VL_ID_GET_NAME to H5VL_OBJECT_GET_NAMEJerome Soumagne2019-05-234-9/+24
* | | | | | | | Merge pull request #1709 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-05-212-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Assign NULL to func_name/file_name/desc error entry pointers when clearing er...Jordan Henderson2019-05-171-3/+3
| * | | | | | | | 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
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | 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
| |\ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #1705 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developAllen Byrne2019-05-141-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Reorder lines in HDF5config.cmake so that additions to end of $HPC-HDF5option...Larry Knox2019-05-141-1/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #1703 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-05-109-10/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | updated -E optionM. Scot Breitenfeld2019-05-102-2/+2