summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5-b...Binh-Minh Ribler2019-05-0549-3282/+5700
|\
| * 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 remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-066-117/+195
| |\ \
| * \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-0513-4/+140
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-0416-288/+847
| |\ \ \ \
| * | | | | Clean up if-else chain.Quincey Koziol2019-03-201-26/+24
| * | | | | Remove thread-local copy of hyperslab operation generation value.Quincey Koziol2019-03-193-98/+4
| * | | | | Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-191-1/+5
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-03-17121-558/+878
| |\ \ \ \ \ \
| * | | | | | | Core changes to selection code from the hyperslab_updates branch.Quincey Koziol2019-03-1619-2610/+5301
* | | | | | | | Code improvementBinh-Minh Ribler2019-05-053-5/+17
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
| |_|_|/ / / / |/| | | | | |
* | | | | | | Modifications based on PR feedback:Vailin Choi2019-04-081-0/+1
* | | | | | | Modification for num_elem based on PR feedback.Vailin Choi2019-04-081-1/+1
* | | | | | | HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change.Vailin Choi2019-04-0616-273/+1215
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #1644 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-04-061-0/+1
|\ \ \ \ \ \