Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update RELEASE.txt, HISTORY-1_10.txt and INSTALL files with changes from | lrknox | 2018-04-03 | 1 | -688/+47 |
| | | | | HDF5-1.10.2 release. | ||||
* | Add test and release info for the fix to HDFFV-10425 test failure with ↵ | Vailin Choi | 2018-03-21 | 1 | -0/+16 |
| | | | | H5DOwrite_chunk. | ||||
* | Fix date. | lrknox | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Correct the date in RELEASE.txt for H5DOread_chunk. | Vailin Choi | 2018-03-19 | 1 | -1/+1 |
| | |||||
* | Add release info for H5DOread_chunk. | Vailin Choi | 2018-03-19 | 1 | -0/+10 |
| | |||||
* | Updated RELEASE.txt | Binh-Minh Ribler | 2018-03-17 | 1 | -6/+27 |
| | | | | | | Description: Wrappers for H5Tencode and H5Tdecode No code change. | ||||
* | Fixed HDFFV-10151 | Binh-Minh Ribler | 2018-03-16 | 1 | -0/+6 |
| | | | | | | Description: Added a document to the HDF5 C++ API Reference Manual to show the mapping from a C API to C++ wrappers. | ||||
* | HDFFV-10412 add note for new H5error_on Java API | Allen Byrne | 2018-03-14 | 1 | -7/+15 |
| | |||||
* | Add info to release notes for: | Vailin Choi | 2018-03-14 | 1 | -0/+38 |
| | | | | | | (1) library version bounds (2) HDFFV-10360 (h5clear) (3) HDFFV-10209 (VDS SWMR test failure) | ||||
* | Added a "won't fix" RELEASE.txt entry for HDFFV-10356. | Dana Robinson | 2018-03-13 | 1 | -0/+20 |
| | |||||
* | Merge pull request #945 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdffv_10358 to ↵ | Dana Robinson | 2018-03-13 | 1 | -0/+17 |
|\ | | | | | | | | | | | | | develop * commit 'b877534a330a201e3b5c51d97daa8e01a5c1cd3a': Added a fix for HDFFV-10358. | ||||
| * | Added a fix for HDFFV-10358. | Dana Robinson | 2018-03-13 | 1 | -0/+17 |
| | | |||||
* | | Merge pull request #947 in HDFFV/hdf5 from ↵ | Larry Knox | 2018-03-13 | 1 | -1/+5 |
|\ \ | | | | | | | | | | | | | | | | | | | ~LRKNOX/hdf5_lrk:HDFFV-10397-testphdf5-has-some-memory-leaks to develop * commit '86890ac84ba74a437f87d98e7d7931dccc0fe856': Add release note for HDFFFV-10397. | ||||
| * | | Add release note for HDFFFV-10397. | lrknox | 2018-03-13 | 1 | -1/+5 |
| | | | |||||
* | | | Fixed typo | Binh-Minh Ribler | 2018-03-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'develop' of ↵ | Binh-Minh Ribler | 2018-03-13 | 1 | -0/+10 |
|\ \ \ | |/ / | | | | | | | https://bitbucket.hdfgroup.org/scm/~bmribler/hdf5_bmr_cpp3 into develop | ||||
| * | | Merge pull request #936 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr_cpp3:develop ↵ | Binh-Minh Ribler | 2018-03-12 | 1 | -1/+57 |
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop Modified 43158f3bb352f374c31556a5d0dc463a09e0b32e and additional wrappers. * commit 'b638bbd74b79f935a43aa6a804492e035ec315f6': Code improvement Description: - Removed memory leaks caused by accidentally invoking p_get_member_type - Added the call to test_lcpl, missed previously Platforms tested: Linux/64 (jelly) Linux/ppc64 (ostrich) Darwin (osx1010test) Updated RELEASE.txt Description: - Wrappers for H5Lcreate_soft, H5Lcreate_hard, H5Lcopy, H5Lmove, H5Ldelete, and H5Lget_info - Class LinkCreatPropList - Fixed typo in source file Platforms tested: Linux/64 (jelly) Updated for H5LcreatProp.[h,cpp] Updated MANIFEST for H5LcreatProp.[h,cpp] HDFFV-10149 continued Description: - Moved the new wrappers committed on Mar 9: 43158f3bb352f374c31556a5d0dc463a09e0b32e to H5Location and renamed some of them for overloading. This is because the loc_id in the C APIs can be file, group, dataset, named datatype, and attribute. Previous implementation was wrong following some inaccurate C API reference manual. | ||||
| * | | Add release note | Allen Byrne | 2018-03-09 | 1 | -0/+10 |
| | | | |||||
* | | | Fixed documentation | Binh-Minh Ribler | 2018-03-13 | 1 | -1/+6 |
| |/ |/| | | | | | | | | | | | | | Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly) | ||||
* | | Updated RELEASE.txt | Binh-Minh Ribler | 2018-03-12 | 1 | -1/+57 |
|/ | | | | | | | | | | Description: - Wrappers for H5Lcreate_soft, H5Lcreate_hard, H5Lcopy, H5Lmove, H5Ldelete, and H5Lget_info - Class LinkCreatPropList - Fixed typo in source file Platforms tested: Linux/64 (jelly) | ||||
* | HDFFV-4359 Add HL C++ and fix install parameters | Allen Byrne | 2018-03-08 | 1 | -0/+10 |
| | |||||
* | Add missing note | Allen Byrne | 2018-03-07 | 1 | -0/+6 |
| | |||||
* | HDFFV-10414 fix note | Allen Byrne | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | HDDFV-10414 correct location of error change | Allen Byrne | 2018-03-07 | 1 | -0/+6 |
| | |||||
* | Merge branch 'develop' into hdffv_10355 | Dana Robinson | 2018-03-06 | 1 | -0/+38 |
|\ | |||||
| * | Merge branch 'develop' into hdffv_10354 | Dana Robinson | 2018-03-05 | 1 | -0/+15 |
| |\ | |||||
| | * | Fix for HDFFV-10357 (CVE-2017-17508). | Dana Robinson | 2018-02-27 | 1 | -0/+15 |
| | | | |||||
| * | | Fix for HDFFV-10354 (CVE-2017-17505). | Dana Robinson | 2018-02-26 | 1 | -0/+23 |
| |/ | |||||
* | | Fix for HDFFV-10355 (CVE-2017-17506). | Dana Robinson | 2018-02-27 | 1 | -0/+19 |
|/ | |||||
* | HDFFV-10412 moved check back into normal path | Allen Byrne | 2018-02-21 | 1 | -0/+12 |
| | |||||
* | HDFFV-10384 Add opt arg to help | Allen Byrne | 2018-02-15 | 1 | -0/+12 |
| | |||||
* | JHDFFV-10398 add note | Allen Byrne | 2018-02-01 | 1 | -1/+11 |
| | |||||
* | HDFFV-10396 typo fix | Allen Byrne | 2018-01-25 | 1 | -1/+1 |
| | |||||
* | HDFFV-10396 Add note | Allen Byrne | 2018-01-25 | 1 | -0/+10 |
| | |||||
* | HDFFV-10385 rename vars and macros | Allen Byrne | 2018-01-19 | 1 | -2/+2 |
| | |||||
* | HDFFV-10393 fix incorrect search for name in h5repack object table | Allen Byrne | 2018-01-18 | 1 | -0/+26 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-01-10 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | * commit '88574bf85618adc96142bebf865ac2caf82c8f09': HDFFV-10361 Correct signatures HDFFV-10361 Update release note for vds prefix HDDFV-10361 combine duplicated prefix utility functions | ||||
| * | Merge pull request #852 in HDFFV/hdf5 from ↵ | Allen Byrne | 2018-01-10 | 1 | -1/+3 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | ~BYRN/hdf5_adb:bugfix/HDFFV-10361-hdffv-9724-fix-has-duplicated to develop * commit '9c2a9cec1f708039dbc625bcc6827ab64282e065': HDFFV-10361 Correct signatures HDFFV-10361 Update release note for vds prefix HDDFV-10361 combine duplicated prefix utility functions | ||||
| | * | HDFFV-10361 Update release note for vds prefix | Allen Byrne | 2018-01-05 | 1 | -1/+3 |
| | | | |||||
* | | | HDFFV-10385 - add release note | Allen Byrne | 2018-01-10 | 1 | -0/+13 |
| | | | |||||
* | | | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -4/+21 |
|/ / | |||||
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-01-08 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | * commit '92324bacae5ac697dbdf8e6cf8b3d709f189849a': Snapshot version 1.11 release 2 | ||||
| * | | Snapshot version 1.11 release 2 | hdftest | 2018-01-05 | 1 | -1/+1 |
| | | | |||||
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-01-05 | 1 | -1/+1 |
|\ \ \ | |/ / | | / | |/ |/| | * commit '994611a2d4320358dc5a1c0c721633670ad4833c': Snapshot version 1.11 release 1 | ||||
| * | Snapshot version 1.11 release 1 | hdftest | 2018-01-05 | 1 | -1/+1 |
| | | |||||
* | | HDFFV-8745 fix typos | Allen Byrne | 2018-01-04 | 1 | -2/+2 |
| | | |||||
* | | HDFFV-8745 update release note | Allen Byrne | 2018-01-04 | 1 | -0/+15 |
|/ | |||||
* | HDFFV-9724 Corrected files and verified tests | Allen Byrne | 2017-12-28 | 1 | -2/+30 |
| | |||||
* | Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to ↵ | lrknox | 2017-12-22 | 1 | -28/+2 |
| | | | | | | | develop" This reverts commit b1223dd653e65e076af92b2dfe236f3704da81c8, reversing changes made to b25f123f5f5e25c1447a6a02861cb7c7265c12f2. | ||||
* | HDFFV-9724 Remove VDS file cache functionality | Allen Byrne | 2017-12-20 | 1 | -4/+0 |
| |