summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix for HDFFV-9947 H5SencodeVailin Choi2017-11-2830-268/+679
| | | | Modifications to fix H5Sencode bug when num points selected is > 2^32.
* Snapshot version 1.10 release 2 (snap3)hdftest2017-11-201-2/+2
|
* HDFFV-10328 fix typosAllen Byrne2017-11-171-5/+4
|
* HDFFV-10328 - remove plugin allocation changesAllen Byrne2017-11-172-337/+355
|
* HDFFV-10328, HDFFV-10329 Merge from developAllen Byrne2017-11-161-2/+2
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2017-11-161-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 inNeil Fortner2017-11-151-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 libsAllen Byrne2017-11-141-2/+2
|/
* Merge pull request #12 in ~BYRN/hdf5_adb from develop to hdf5_1_10Allen Byrne2017-11-088-2114/+1382
|\ | | | | | | | | | | | | | | | | | | | | * commit '51b80a8d8585b9ccb471966d235cd99379c3bcf3': Remove tabs Remove tabs Remove tabs Remove tabs Remove tabs Correct issue number HDFFV-10322
| * Remove tabsAllen Byrne2017-11-082-216/+144
| |
| * Remove tabsAllen Byrne2017-11-083-1297/+809
| |
| * Remove tabsAllen Byrne2017-11-081-17/+17
| |
| * Remove tabsAllen Byrne2017-11-081-68/+68
| |
| * Remove tabsAllen Byrne2017-11-081-516/+344
| |
| * Correct usage of MPI varsAllen Byrne2017-11-011-6/+4
| |
| * Convert to use MPI:: for linkAllen Byrne2017-11-011-2/+4
| |
| * Correct command usageAllen Byrne2017-11-011-5/+5
| |
| * Change MPI target properties for libraryAllen Byrne2017-11-011-2/+2
| |
| * Add a missing declaration for testingRichard Warren2017-10-271-0/+1
| |
* | HDFFV-10321 merge from developAllen Byrne2017-11-021-7/+7
| |
* | manual fix from merge with developM. Scot Breitenfeld2017-10-261-0/+1
| |
* | fixed merge with develop issuesM. Scot Breitenfeld2017-10-261-2/+2
| |
* | Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-10-2648-1039/+3829
|\ \ | |/
| * Moved the SWMR + cache image check up before the root groupDana Robinson2017-10-211-15/+8
| | | | | | | | is constructed to avoid the special case close.
| * Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open.Dana Robinson2017-10-192-18/+18
| | | | | | | | Prep for the VOL merge.
| * Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-131-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 reviewRichard Warren2017-10-111-51/+51
| | |
| | * Add a test for parallel reads of independent files using MPI subgroupsRichard Warren2017-10-092-34/+7
| | |
| | * Edits to the file open optimization and associated testmainzer2017-10-052-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 Warren2017-09-2811-43/+65
| | |\ | | | | | | | | | | | | optimize_superblock_read
| | * | The initial coding for the superblock read optizationRichard Warren2017-09-282-2/+49
| | | |
| * | | HDFFV-10297 update calls to H5Zfilter_availAllen Byrne2017-10-091-1/+2
| | | |
| * | | HDFFV-10297 - fix repack individual objectsAllen Byrne2017-10-062-233/+222
| | | | | | | | | | | | includes H5Zfilter_avail() fix
| * | | Whitespace conversions and comment updatesAllen Byrne2017-10-041-535/+382
| | | |
| * | | Better segregate clean & dirty LRU lists so that they are only defined whenQuincey Koziol2017-09-305-0/+16
| | |/ | |/| | | | | | | the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
| * | Style cleanups and misc. bugfixes discovered during full SWMR development.Quincey Koziol2017-09-2311-43/+65
| |/
| * Restore previousAllen Byrne2017-09-191-1/+1
| |
| * Generate headers for 1.10 should default offAllen Byrne2017-09-121-1/+1
| |
| * Revert malloc's back to using hard-coded type for sizeofJordan Henderson2017-09-011-23/+23
| |
| * Minor comment refactoringJordan Henderson2017-09-011-3/+4
| |
| * Update documentationJordan Henderson2017-08-311-39/+158
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Jordan Henderson2017-08-246-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
| | * Fix for daily test failureVailin Choi2017-08-241-1/+1
| | | | | | | | | | | | Fix for the compilation error from the PGI compiler.
| | * Modifications based on comments from pull request reviewVailin Choi2017-08-234-47/+26
| | | | | | | | | | | | | | | (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
| | * Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 fileVailin Choi2017-08-226-415/+438
| | | | | | | | | | | | | | | 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.
| * | Updated H5C__flush_single_entry() in H5C.c to correctmainzer2017-08-151-8/+18
| | | | | | | | | | | | | | | | | | | | | duplicate metadata write bug observed in 1.10.1. Tested parallel/production on jelly parallel/debug & parallel/production on charis (in develop branch)
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Jordan Henderson2017-08-1122-888/+2362
| |\ \ | | |/ | | | | | | develop
| | * Moved H5PL diagnostic pragmas to comply with old gcc requirements that theyDana Robinson2017-08-022-17/+19
| | | | | | | | | | | | be outside of functions.
| | * Minor tweaks in response to code review.Dana Robinson2017-08-011-6/+2
| | |
| | * Merge branch 'develop' into h5pl_commitDana Robinson2017-08-014-19/+24
| | |\