summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
| |\
| | * Fix for HDFFV-10579 H5Arename fails when creation order of attributes is trac...Vailin Choi2019-04-121-0/+30
| * | Merge pull request #1600 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:HDFFV-10658-pe...Ray Lu2019-04-188-39/+220
| |\ \
| | * | Moving the handling of null prefix into H5_combine_path.Songyu Lu2019-04-172-17/+7
| | * | Changing the prefix of external file and VDS from empty string to null for pe...Songyu Lu2019-04-172-25/+30
| | * | Improving the condition checking of empty string.Songyu Lu2019-04-171-8/+8
| | * | Replacing string operation strdup with assignment for empty string.Songyu Lu2019-04-171-11/+18
| | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-154-0/+51
| | |\ \
| | * | | Adding some comments.Songyu Lu2019-04-111-6/+6
| | * | | Minor fix: removal of unnecessary enum values.Songyu Lu2019-04-101-3/+1
| | * | | Minor fixes: updating the test vds_env.c according to the set up of vds.c.Songyu Lu2019-04-101-1/+1
| | * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-0917-273/+1216
| | |\ \ \ | | | | |/ | | | |/|
| | * | | HDFFV-10658 - setting and getting properties in API context:Songyu Lu2019-04-093-16/+14
| | * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-0819-122/+334
| | |\ \ \
| | * \ \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~songyulu/hdf5_r...Songyu Lu2019-04-04131-827/+1710
| | |\ \ \ \
| | * | | | | This commit basically has the following changes:Songyu Lu2019-04-042-8/+54
| | * | | | | HDFFV-10658: I left out this file in my previous commit.Songyu Lu2019-03-221-5/+6
| | * | | | | HDFFV-10658: 1. moving HDgetenv to dataset initialization stage to reduce the...Songyu Lu2019-03-225-253/+42
| | * | | | | HDFFV-10658: setting and getting properties in API context:Songyu Lu2019-03-136-42/+391
| * | | | | | Correct set extent operation on VDS to iterate over # of used sub-datasetsQuincey Koziol2019-04-161-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Add trace macro.Quincey Koziol2019-04-121-0/+1
| * | | | | Add H5Fget_fileno() API routine.Quincey Koziol2019-04-124-0/+50
| | |_|_|/ | |/| | |