Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ | |||||
* | | 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 |
| | |||||
* | Moved the SWMR + cache image check up before the root group | Dana Robinson | 2017-10-21 | 1 | -15/+8 |
| | | | | is constructed to avoid the special case close. | ||||
* | Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open. | Dana Robinson | 2017-10-19 | 2 | -18/+18 |
| | | | | Prep for the VOL merge. | ||||
* | Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to develop | Richard Warren | 2017-10-13 | 1 | -43/+90 |
|\ | | | | | | | | | | | | | | | | | | | | | * commit '3dde6d0e32461f46630f814a2fdfbd4c813703bf': Updated the code and RELEASE.txt note per comments from John Mainzer Try to address most of the issues raised by Dana in the code review Made edits suggested by John as part of the code review Update the MANIFEST and release_docs/RELEASE files Add a test for parallel reads of independent files using MPI subgroups Edits to the file open optimization and associated test code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5. The initial coding for the superblock read optization | ||||
| * | Try to address most of the issues raised by Dana in the code review | Richard Warren | 2017-10-11 | 1 | -51/+51 |
| | | |||||
| * | Add a test for parallel reads of independent files using MPI subgroups | Richard Warren | 2017-10-09 | 2 | -34/+7 |
| | | |||||
| * | Edits to the file open optimization and associated test | mainzer | 2017-10-05 | 2 | -11/+38 |
| | | | | | | | | | | | | | | code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5. Tested parallel/debug on Charis and Jelly, parallel/production on Jelly. | ||||
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵ | Richard Warren | 2017-09-28 | 11 | -43/+65 |
| |\ | | | | | | | | | | optimize_superblock_read | ||||
| * | | The initial coding for the superblock read optization | Richard Warren | 2017-09-28 | 2 | -2/+49 |
| | | | |||||
* | | | HDFFV-10297 update calls to H5Zfilter_avail | Allen Byrne | 2017-10-09 | 1 | -1/+2 |
| | | | |||||
* | | | HDFFV-10297 - fix repack individual objects | Allen Byrne | 2017-10-06 | 2 | -233/+222 |
| | | | | | | | | | includes H5Zfilter_avail() fix | ||||
* | | | Whitespace conversions and comment updates | Allen Byrne | 2017-10-04 | 1 | -535/+382 |
| | | | |||||
* | | | Better segregate clean & dirty LRU lists so that they are only defined when | Quincey Koziol | 2017-09-30 | 5 | -0/+16 |
| |/ |/| | | | | | the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined. | ||||
* | | Style cleanups and misc. bugfixes discovered during full SWMR development. | Quincey Koziol | 2017-09-23 | 11 | -43/+65 |
|/ | |||||
* | Restore previous | Allen Byrne | 2017-09-19 | 1 | -1/+1 |
| | |||||
* | Generate headers for 1.10 should default off | Allen Byrne | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | Revert malloc's back to using hard-coded type for sizeof | Jordan Henderson | 2017-09-01 | 1 | -23/+23 |
| | |||||
* | Minor comment refactoring | Jordan Henderson | 2017-09-01 | 1 | -3/+4 |
| | |||||
* | Update documentation | Jordan Henderson | 2017-08-31 | 1 | -39/+158 |
| | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Jordan Henderson | 2017-08-24 | 6 | -453/+455 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '593e4038b3ab474a47e468bb3478d4ae3a6820e6': Fix for daily test failure Fix for the compilation error from the PGI compiler. Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c HDFFV-10188 force non-native type description HDFFV-10188 emu insists on printing non-native description Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return. HDFFV-10188 fix typo HDFFV-10188 add missing copy commands HDFFV-10188 Add tests and files HDFFV-10188 enable null space test HDFFV-10188 add release note HDFFV-10188 - Check for empty string first HDFFV-10188 error on NULL dataspace |