Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Snapshot version 1.10 release 2 (snap4) | hdftest | 2017-12-11 | 1 | -2/+2 |
| | |||||
* | Fix for daily test failures. | Vailin Choi | 2017-12-07 | 5 | -16/+16 |
| | |||||
* | Resolve conflicts from previous merge. | Vailin Choi | 2017-12-05 | 1 | -2/+2 |
| | |||||
* | Merge branch changes from hdf5_1_10. | Vailin Choi | 2017-12-05 | 37 | -3934/+4147 |
|\ | |||||
| * | Merge branch 'develop' into hdf5_1_10 | M. Scot Breitenfeld | 2017-11-28 | 37 | -3933/+4147 |
| |\ | |||||
| | * | Fixed misc Warnings flagged by VS2017. | Dana Robinson | 2017-11-27 | 4 | -120/+118 |
| | | | |||||
| | * | Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning. | Dana Robinson | 2017-11-21 | 1 | -12/+19 |
| | | | |||||
| | * | Fixed an uninitialized filter callback struct in H5Dchunk.c and | Dana Robinson | 2017-11-21 | 5 | -114/+144 |
| | | | | | | | | | | | | | | | | | | unified the naming and initialization of said struct throughout the library. This was causing a crash on VS2015 in debug mode when the debug heap complained. Fixes HDFFV-10330. | ||||
| | * | Fixed Windows code in H5PLpath.c | Dana Robinson | 2017-11-21 | 1 | -1/+1 |
| | | | |||||
| | * | Brings H5Z and H5PL packages in sync with VOL integration branch. | Dana Robinson | 2017-11-17 | 7 | -127/+147 |
| | | | |||||
| | * | HDFFV-10328 - fix typos | Allen Byrne | 2017-11-17 | 1 | -5/+4 |
| | | | |||||
| | * | HDFFV-10328 - remove allocation changes | Allen Byrne | 2017-11-17 | 3 | -70/+6 |
| | | | |||||
| | * | Fix typo | Allen Byrne | 2017-11-16 | 1 | -1/+1 |
| | | | |||||
| | * | HDFFV-10328 merge allocation changes from 1.8 | Allen Byrne | 2017-11-16 | 3 | -340/+422 |
| | | | |||||
| | * | Correct linkage of filters and other libs | Allen Byrne | 2017-11-16 | 1 | -2/+2 |
| | | | |||||
| | * | Minor warning fixes | Dana Robinson | 2017-11-15 | 1 | -24/+22 |
| | | | |||||
| | * | Merge pull request #778 in HDFFV/hdf5 from ↵ | Dana Robinson | 2017-11-15 | 5 | -2667/+2738 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5o_schism_work to develop * commit 'fcfc5f116d08642de962919ac26092c74b924644': Moved code from H5O.c to H5Oint.c Added H5Oint.c file. | ||||
| | | * | Moved code from H5O.c to H5Oint.c | Dana Robinson | 2017-11-14 | 3 | -2662/+2662 |
| | | | | |||||
| | | * | Added H5Oint.c file. | Dana Robinson | 2017-11-14 | 4 | -5/+76 |
| | | | | |||||
| | * | | Correct link lines of libraries | Allen Byrne | 2017-11-14 | 1 | -2/+2 |
| | |/ | |||||
| | * | Merge pull request #772 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_warning_fix ↵ | Dana Robinson | 2017-11-14 | 1 | -0/+1 |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'a25366cc980695cebe40c2d471bfe5166dcb28a2': Fixed that annoying ar warning about -u being ignored. | ||||
| | | * | Fixed that annoying ar warning about -u being ignored. | Dana Robinson | 2017-11-13 | 1 | -0/+1 |
| | | | | |||||
| | * | | Merge pull request #770 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to develop | Neil Fortner | 2017-11-13 | 1 | -7/+8 |
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | * commit 'bca20b40b4966552a844051c3d912d6aec50592f': Initialize hid_t variables in test_Attr_bug9. Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case. | ||||
| | | * | Merge branch 'develop' of ↵ | Neil Fortner | 2017-11-10 | 26 | -2976/+2339 |
| | | |\ | | | | | | | | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_naf into develop | ||||
| | | * | | Fix HDFFV-10274. When deleting all (or almost all) of the messages in | Neil Fortner | 2017-11-10 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case. | ||||
| | * | | | Merge pull request #767 in HDFFV/hdf5 from ↵ | Dana Robinson | 2017-11-11 | 1 | -7/+1 |
| | |\ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:zero_allocation_fix_develop to develop * commit '3e4f6138b60d8363c377e453d63f875775ec907a': Removed asserts from H5MM calls that conflict with stated behavior and added a test to ensure that this doesn't happen in the future. | ||||
| | | * | | Removed asserts from H5MM calls that conflict with stated behavior | Dana Robinson | 2017-11-09 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | | | | | | and added a test to ensure that this doesn't happen in the future. | ||||
| | * | | | Cleaned up misc warnings in src and test. | Dana Robinson | 2017-11-10 | 5 | -8/+7 |
| | | | | | |||||
| | * | | | Merge pull request #762 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5r_cleanup to ↵ | Dana Robinson | 2017-11-09 | 13 | -854/+950 |
| | |\ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | develop * commit 'd0e32b545c41dcc36a69ab146b54b55e7ac9dc07': Split internal H5R functionality into H5Rint.c. | ||||
| | | * | | Split internal H5R functionality into H5Rint.c. | Dana Robinson | 2017-11-08 | 13 | -854/+950 |
| | | |/ | |||||
* | | | | Fix for HDFFV-9947 H5Sencode | Vailin Choi | 2017-11-28 | 30 | -268/+679 |
|/ / / | | | | | | | | | | Modifications to fix H5Sencode bug when num points selected is > 2^32. | ||||
* | | | Snapshot version 1.10 release 2 (snap3) | hdftest | 2017-11-20 | 1 | -2/+2 |
| | | | |||||
* | | | HDFFV-10328 fix typos | Allen Byrne | 2017-11-17 | 1 | -5/+4 |
| | | | |||||
* | | | HDFFV-10328 - remove plugin allocation changes | Allen Byrne | 2017-11-17 | 2 | -337/+355 |
| | | | |||||
* | | | HDFFV-10328, HDFFV-10329 Merge from develop | Allen Byrne | 2017-11-16 | 1 | -2/+2 |
| | | | |||||
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10) | Allen Byrne | 2017-11-16 | 1 | -7/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2e05d657549d1287ce0d9a7ee5364e609046adb8': Add RELEASE.txt note for HDFFV-10274. (cherry picked from commit f7a7d0a00613cba997212fa8032091629a678797) Initialize hid_t variables in test_Attr_bug9. Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case. | ||||
| * | | | Fix HDFFV-10274. When deleting all (or almost all) of the messages in | Neil Fortner | 2017-11-15 | 1 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case. | ||||
* | | | | Fix linking of libs | Allen Byrne | 2017-11-14 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #12 in ~BYRN/hdf5_adb from develop to hdf5_1_10 | Allen Byrne | 2017-11-08 | 8 | -2114/+1382 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '51b80a8d8585b9ccb471966d235cd99379c3bcf3': Remove tabs Remove tabs Remove tabs Remove tabs Remove tabs Correct issue number HDFFV-10322 | ||||
| * | | Remove tabs | Allen Byrne | 2017-11-08 | 2 | -216/+144 |
| | | | |||||
| * | | Remove tabs | Allen Byrne | 2017-11-08 | 3 | -1297/+809 |
| | | | |||||
| * | | Remove tabs | Allen Byrne | 2017-11-08 | 1 | -17/+17 |
| | | | |||||
| * | | Remove tabs | Allen Byrne | 2017-11-08 | 1 | -68/+68 |
| | | | |||||
| * | | Remove tabs | Allen Byrne | 2017-11-08 | 1 | -516/+344 |
| |/ | |||||
| * | Correct usage of MPI vars | Allen Byrne | 2017-11-01 | 1 | -6/+4 |
| | | |||||
| * | Convert to use MPI:: for link | Allen Byrne | 2017-11-01 | 1 | -2/+4 |
| | | |||||
| * | Correct command usage | Allen Byrne | 2017-11-01 | 1 | -5/+5 |
| | | |||||
| * | Change MPI target properties for library | Allen Byrne | 2017-11-01 | 1 | -2/+2 |
| | | |||||
| * | Add a missing declaration for testing | Richard Warren | 2017-10-27 | 1 | -0/+1 |
| | | |||||
* | | HDFFV-10321 merge from develop | Allen Byrne | 2017-11-02 | 1 | -7/+7 |
| | |