summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| |_|_|/ |/| | |
* | | | 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
|\ \ \
| * | | Fix for HDFFV-10271 hyperslab encoding incorrect length.Vailin Choi2019-04-051-0/+1
* | | | Merge pull request #1642 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/separ...Vailin Choi2019-04-066-117/+194
|\ \ \ \ | |/ / / |/| | |
| * | | Move dataspace selection-specific coding to the callbacks as preparation for ...Vailin Choi2019-04-056-117/+194
| | |/ | |/|
* | | Merge pull request #1639 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/add_v...Vailin Choi2019-04-0511-4/+17
|\ \ \
| * | | Set V112 as the latest format and extend the arrays of version bounds.Vailin Choi2019-04-0411-4/+17
| |/ /
* | | Setting API context for fapl and libver_bounnds in preparation for the H5Senc...Vailin Choi2019-04-042-0/+123
|/ /
* | Merge remote-tracking branch 'origin/develop' into env_vol_loadQuincey Koziol2019-04-03124-541/+870
|\ \
| * | Snapshot version 1.11 release 4.hdftest2019-04-011-2/+2
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_b...Binh-Minh Ribler2019-03-20162-5284/+5424
| |\ \
| | * | Commented out memcpy overlap check while we investigateDana Robinson2019-03-191-0/+5
| | * | Yanked check for memcpy n > 0Dana Robinson2019-03-171-1/+0
| | * | - Added H5MMprivate.h #includes where neededDana Robinson2019-03-1644-10/+48
| | * | Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-16115-513/+546
| | * | Merge pull request #1602 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:wopen_squash t...Dana Robinson2019-03-152-6/+134
| | |\ \
| | | * | Adds _wopen support on Windows so that files with UTF-8 namesDana Robinson2019-03-152-6/+134