summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1729 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-06-171-1/+1
|\
| * Fix for HDFFV-10800 H5Ocopy failure:Vailin Choi2019-06-121-1/+1
* | Merge branch 'develop' into vol_dev_headersDana Robinson2019-06-142-415/+1
|\ \
| * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk...Larry Knox2019-06-149-11/+86
| |\ \
| * | | Moved h5cc.in and h5redeploy.in from tools/misc to bin directory. TheyLarry Knox2019-06-142-415/+1
* | | | Added missing DELETE enum value.Dana Robinson2019-06-141-1/+2
* | | | Merge branch 'develop' into vol_dev_headersDana Robinson2019-06-1428-556/+1548
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #1727 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Fdelete_vol_...Dana Robinson2019-06-139-11/+86
| |\ \ \ | | |/ / | |/| |
| | * | Fixed an error string typoDana Robinson2019-06-111-1/+1
| | * | Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-119-11/+86
| | |/
| * | Merge pull request #1708 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:H10621 to developScot Breitenfeld2019-06-121-1/+1
| |\ \
| | * \ Merge branch 'develop' into H10621M. Scot Breitenfeld2019-04-24153-1347/+4541
| | |\ \
| | * \ \ Merge branch 'develop' into H10621M. Scot Breitenfeld2019-03-07144-12215/+13693
| | |\ \ \
| | * \ \ \ Merge branch 'develop' into H10621Scot Breitenfeld2018-12-071-1/+8
| | |\ \ \ \
| | * | | | | Implemented VOL APIs and C constants, no testsScot Breitenfeld2018-12-071-1/+1
| * | | | | | Merge pull request #1728 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:bugfix/HDFFV-997...Larry Knox2019-06-123-1/+418
| |\ \ \ \ \ \
| | * | | | | | Modified Makefile.ams for h5repack, h5watch and gif2h5 to allowLarry Knox2019-06-123-1/+418
| * | | | | | | H5A__free() was renamed to H5A__shared_free() and now requiresDana Robinson2019-06-114-18/+20
| * | | | | | | Fixed a memory issue where unfreed shared attribute dataspace memoryDana Robinson2019-06-114-25/+25
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Minor tweaks to the VOL function comments to bring them in line with theDana Robinson2019-06-061-6/+27
| * | | | | | Merge pull request #1719 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vipl to developDana Robinson2019-06-054-37/+95
| |\ \ \ \ \ \
| | * | | | | | Added a VOL initialization property list type.Dana Robinson2019-06-054-37/+95
| * | | | | | | 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-043-339/+732
| |\ \ \ \ \ \
| | * | | | | | 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-013-339/+730
| | |/ / / / /
| * | | | | | 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-0549-3282/+5700
| | |\ \ \ \ \
| | * | | | | | Code improvementBinh-Minh Ribler2019-05-053-5/+17
| * | | | | | | Added code that disallows unregistering the native VOL connector.Dana Robinson2019-05-241-34/+47
* | | | | | | | Split VOL connector routines into separate headers:Dana Robinson2019-05-246-481/+611
|/ / / / / / /
* | | | | | | 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
| | |/ / / / / | |/| | | | |
* | | | | | | 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
|/ / / / / /
* | | | | | Snapshot version 1.11 release 5.hdftest2019-05-021-2/+2
* | | | | | Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-2955-898/+1926
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #1676 in HDFFV/hdf5 from ~KOZIOL/hdf5:refactor_obj_create_...Quincey Koziol2019-04-2624-491/+181
| |\ \ \ \ \ \
| | * | | | | | Cast enum to int, for strict varargs handling.Quincey Koziol2019-04-251-1/+1
| | * | | | | | Refactor group creation parameters to take them out of the group creationQuincey Koziol2019-04-259-58/+27
| | * | | | | | Warning cleanupQuincey Koziol2019-04-254-2/+4
| | * | | | | | Refactor link creation parameters from being passing as properties in theQuincey Koziol2019-04-2511-208/+90
| | * | | | | | Minor cleanupsQuincey Koziol2019-04-251-7/+0
| | * | | | | | Refactor attribute creation parameters to move parameters out of creationQuincey Koziol2019-04-259-117/+31
| | * | | | | | A few minor cleanupsQuincey Koziol2019-04-252-8/+0
| | * | | | | | Refactor dataset creation parameters out of the dataset creation propertyQuincey Koziol2019-04-259-93/+31
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Improvements to the H5Fis_accessible() and H5Fis_hdf5() testsDana Robinson2019-04-253-29/+29
| |/ / / / /
| * | | | | Fix issue with H5Iiterate always stopping with an error after the first itera...Jordan Henderson2019-04-231-0/+2
| * | | | | Add an 'unwrap' VOL callback, so that connectors can unwrap an underlyingQuincey Koziol2019-04-218-60/+213
| |/ / / /
| * | | | Merge pull request #1654 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-04-181-0/+30
| |\ \ \ \