Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #1748 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:links_iterate_... | Dana Robinson | 2019-06-18 | 2 | -5/+26 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Yanked qsort assert | Dana Robinson | 2019-06-18 | 1 | -1/+1 | |
| * | | | | | | Switched to HGOTO_DONE() in the links code. | Dana Robinson | 2019-06-18 | 1 | -1/+4 | |
| * | | | | | | Updated the HDqsort() macro to ensure we don't pass NULL buffers to | Dana Robinson | 2019-06-18 | 1 | -1/+1 | |
| * | | | | | | Fixed a bug in the links code where iterating over an empty group would | Dana Robinson | 2019-06-18 | 2 | -5/+23 | |
| |/ / / / / | ||||||
| | | * | | | Correct CMake issues | Allen Byrne | 2019-06-18 | 4 | -8/+7 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #1745 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d... | Allen Byrne | 2019-06-18 | 84 | -3720/+2530 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-06-18 | 1 | -6/+10 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #1747 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vds_memory_bug... | Dana Robinson | 2019-06-18 | 1 | -6/+10 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Reset the other convenience pointer because why no | Dana Robinson | 2019-06-18 | 1 | -6/+7 | |
| * | | | | Fixed a memory bug where a pointer is used after it's been freed. | Dana Robinson | 2019-06-18 | 1 | -6/+9 | |
| | * | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2019-06-18 | 13 | -21/+1829 | |
| | |\ \ \ | |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #1744 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5CX_warning t... | Dana Robinson | 2019-06-18 | 1 | -11/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixed a warning in H5CX.c concerning incorrect use of freeing | Dana Robinson | 2019-06-18 | 1 | -11/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #1740 in HDFFV/hdf5 from merge_hyperslab_04 to develop | Quincey Koziol | 2019-06-18 | 12 | -10/+1827 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Merge branch 'develop' into merge_hyperslab_04 | Quincey Koziol | 2019-06-18 | 2 | -0/+485 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, to | Quincey Koziol | 2019-06-17 | 5 | -178/+217 | |
| * | | | | Fix misc. typos, etc. from code review | Quincey Koziol | 2019-06-17 | 2 | -20/+20 | |
| * | | | | Merge branch 'develop' into merge_hyperslab_04 | Quincey Koziol | 2019-06-17 | 7 | -6/+106 | |
| |\ \ \ \ | ||||||
| * | | | | | New hyperslab selection routines and new public selection iterator routines. | Quincey Koziol | 2019-06-16 | 12 | -10/+1788 | |
| | | * | | | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 84 | -3720/+2530 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge pull request #1743 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warnhist to de... | Dana Robinson | 2019-06-17 | 2 | -0/+485 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Added a warning summary script for gcc to bin | Dana Robinson | 2019-06-17 | 2 | -0/+485 | |
|/ / / / | ||||||
* | | | | Merge pull request #1729 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV... | Vailin Choi | 2019-06-17 | 7 | -5/+105 | |
|\ \ \ \ | ||||||
| * | | | | Fix release notes based on feedback from pull request. | Vailin Choi | 2019-06-14 | 1 | -7/+9 | |
| * | | | | Fix for HDFFV-10800 H5Ocopy failure: | Vailin Choi | 2019-06-12 | 7 | -5/+103 | |
* | | | | | Merge pull request #1741 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev... | Dana Robinson | 2019-06-16 | 1 | -1/+1 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Fixed problem with H5Fdelete "test" and split VFD. | Dana Robinson | 2019-06-16 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #1739 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:aapl_test to d... | Dana Robinson | 2019-06-15 | 1 | -49/+60 | |
|\ \ \ \ | ||||||
| * | | | | Added the creation and use of an attribute access property list to | Dana Robinson | 2019-06-15 | 1 | -49/+60 | |
* | | | | | Merge pull request #1738 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2019-06-15 | 2 | -218/+4 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Update MANIFEST for move of h5cc.in and h5redeploy.in to bin directory. | Larry Knox | 2019-06-15 | 2 | -218/+4 | |
* | | | | | Merge pull request #1713 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_dev_header... | Dana Robinson | 2019-06-15 | 8 | -482/+620 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Merge branch 'develop' into vol_dev_headers | Dana Robinson | 2019-06-14 | 8 | -30/+278 | |
| |\ \ \ \ | |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #1736 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop | Larry Knox | 2019-06-14 | 8 | -30/+278 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk... | Larry Knox | 2019-06-14 | 13 | -12/+202 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Moved h5cc.in and h5redeploy.in from tools/misc to bin directory. They | Larry Knox | 2019-06-14 | 8 | -30/+278 | |
| | | * | | | | Added missing DELETE enum value. | Dana Robinson | 2019-06-14 | 1 | -1/+2 | |
| | | * | | | | Merge branch 'develop' into vol_dev_headers | Dana Robinson | 2019-06-14 | 1 | -1/+1 | |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #1737 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop | Scot Breitenfeld | 2019-06-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fixed linked library for testing | M. Scot Breitenfeld | 2019-06-14 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
| | | * | | | | Merge branch 'develop' into vol_dev_headers | Dana Robinson | 2019-06-14 | 79 | -801/+3213 | |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #1734 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop | Scot Breitenfeld | 2019-06-14 | 3 | -9/+5 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | added missing MOD dependency | M. Scot Breitenfeld | 2019-06-14 | 3 | -7/+5 | |
| * | | | | | | Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb... | M. Scot Breitenfeld | 2019-06-14 | 13 | -12/+202 | |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #1727 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Fdelete_vol_... | Dana Robinson | 2019-06-13 | 13 | -12/+202 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fixed an error string typo | Dana Robinson | 2019-06-11 | 1 | -1/+1 | |
| * | | | | | | Added H5Fdelete call and VOL support (but no VFD/native implementation). | Dana Robinson | 2019-06-11 | 13 | -12/+202 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #1733 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop | Scot Breitenfeld | 2019-06-13 | 4 | -27/+70 | |
|\ \ \ \ \ \ | ||||||
| | | * | | | | added missing MOD dependency | M. Scot Breitenfeld | 2019-06-14 | 1 | -2/+0 | |
| | |/ / / / | |/| | | | |