summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix HDFFV-10274. When deleting all (or almost all) of the messages inNeil Fortner2017-11-152-7/+106
| | | | | | 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 #764 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-11-099-2115/+1384
|\ | | | | | | | | | | | | | | | | | | | | * commit '5b711224f3f03c16bb5b63bb8e6dbbc651ef51ef': Remove tabs Remove tabs Remove tabs Remove tabs Remove tabs Correct issue number HDFFV-10322
| * Merge pull request #12 in ~BYRN/hdf5_adb from develop to hdf5_1_10Allen Byrne2017-11-089-2115/+1384
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '51b80a8d8585b9ccb471966d235cd99379c3bcf3': Remove tabs Remove tabs Remove tabs Remove tabs Remove tabs Correct issue number HDFFV-10322
| | * Merge pull request #763 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-088-2114/+1382
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '62124efa7e805bf34b54911e142f488a59867dd2': Remove tabs Remove tabs Remove tabs Remove tabs Remove tabs
| | | * 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
| | |/
| | * Merge pull request #754 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2017-11-061-1/+1
| | |\ | | | | | | | | | | | | | | | | * commit '275fabe6319783b672b6d6e54c1cf68796012224': Correct issue number
| | | * Correct issue numberAllen Byrne2017-11-061-1/+1
| | |/
| | * Merge pull request #753 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-11-031-1/+2
| | |\ | | | | | | | | | | | | | | | | * commit 'df03ecb01d721863f79c86969c56c77d3a846ab2': HDFFV-10322
| | | * HDFFV-10322M. Scot Breitenfeld2017-11-031-1/+2
| | |/
* | | Merge pull request #765 in HDFFV/hdf5 from bigio_test_refactoring to hdf5_1_10Scot Breitenfeld2017-11-082-317/+90
|\ \ \ | |/ / |/| | | | | | | | | | | * commit 'b829979c7047070bb92d67e5a5374c093319bab3': Follow up on editing suggestions by Scot Refactored testpar/t_bigio.c and then added a basic description of these test changes into RELEASE.txt (HDFFV-10301)
| * | Follow up on editing suggestions by ScotRichard.Warren2017-11-081-228/+18
| | |
| * | Refactored testpar/t_bigio.c and then added a basic description of these ↵Richard.Warren2017-11-082-112/+95
|/ / | | | | | | test changes into RELEASE.txt (HDFFV-10301)
* | Merge pull request #758 in HDFFV/hdf5 from release_txt_update to hdf5_1_10Richard Warren2017-11-061-0/+11
|\ \ | | | | | | | | | | | | * commit 'e496d0853f9361a40945e0d2690e312b1a00301c': Update the release.txt file with a description of the fix for bug HDFFV-10318
| * | Update the release.txt file with a description of the fix for bug HDFFV-10318Richard Warren2017-11-061-0/+11
|/ /
* | Merge pull request #755 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Larry Knox2017-11-061-1/+1
|\ \ | | | | | | | | | | | | * commit '84dd98014a66037cda8edab5a35c32c52be1d35d': Correct issue number
| * | Correct issue numberAllen Byrne2017-11-061-1/+1
|/ /
* | Merge pull request #752 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to ↵Scot Breitenfeld2017-11-032-5/+3
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'cea5751e53228eb1ebd05d8fe86e071517bf809b': (28 commits) Fix for Intel 18 Fortran compilation error. Make a fix to allow CMake testing which does not use relative directories. Add missing dir reference New cmake MPI files HDFFV-10321 Correct fortran link var HDFFV-10321 change note added. Correct path Correct path Change to local path Add back Find module and add support files Remove incorrect link var Remove duplicated module Correct usage of MPI vars Convert to use MPI:: for link Correct command usage Change MPI target properties for library Update H5Zfilter_avail note New requirement for test Add a missing declaration for testing Revert "Fix for HDFFFV-10308. Initialize hid_ts in function check_objects and" ...
| * \ Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-11-034-12/+44
| |\ \ | | |/
| | * Merge pull request #749 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-11-021-4/+1
| | |\ | | | | | | | | | | | | | | | | * commit 'b8cbd11dfb229e79b8a9b22ce45dac3e9a735590': Fix for Intel 18 Fortran compilation error.
| | | * Fix for Intel 18 Fortran compilation error.M. Scot Breitenfeld2017-11-021-4/+1
| | |/ | | | | | | | | | HDFFV-10322
| | * Merge pull request #747 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-11-022-7/+41
| | |\ | | | | | | | | | | | | | | | | * commit '0d2fd7ae0cd19c2eb040a4ad733b50c7652639cc': Make a fix to allow CMake testing which does not use relative directories.
| | | * Make a fix to allow CMake testing which does not use relative directories.Richard Warren2017-11-022-7/+41
| | | |
| | | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Richard Warren2017-11-0288-5959/+6563
| | | |\ | | | | | | | | | | | | | | | optimize_superblock_read
| | | * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Richard Warren2017-10-1741-3747/+4417
| | | |\ \ | | | | | | | | | | | | | | | | | | optimize_superblock_read
| | | * \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Richard Warren2017-10-062-538/+385
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | optimize_superblock_read
| | | * \ \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Richard Warren2017-10-0441-998/+1109
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | optimize_superblock_read
| | * | \ \ \ \ Merge pull request #744 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-024-3/+22
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '47f4db394bc488d4311a6e1bf833c90abf3247b9': Add missing dir reference New cmake MPI files HDFFV-10321 Correct fortran link var HDFFV-10321 change note added.
| | | * | | | | Add missing dir referenceAllen Byrne2017-11-021-1/+1
| | | | | | | |
| | | * | | | | New cmake MPI filesAllen Byrne2017-11-021-0/+6
| | | | | | | |
| | | * | | | | HDFFV-10321 Correct fortran link varAllen Byrne2017-11-021-2/+4
| | | | | | | |
| | | * | | | | HDFFV-10321 change note added.Allen Byrne2017-11-021-0/+11
| | |/ / / / /
| | * | | | | Merge pull request #743 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-0221-551/+1359
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a862d195c35730bdef924a776531e2879678a7a6': Correct path Correct path Change to local path Add back Find module and add support files Remove incorrect link var Remove duplicated module Correct usage of MPI vars Convert to use MPI:: for link Correct command usage Change MPI target properties for library
| | | * | | | | Correct pathAllen Byrne2017-11-011-2/+2
| | | | | | | |
| | | * | | | | Correct pathAllen Byrne2017-11-011-1/+1
| | | | | | | |
| | | * | | | | Change to local pathAllen Byrne2017-11-011-1/+1
| | | | | | | |
| | | * | | | | Add back Find module and add support filesAllen Byrne2017-11-017-0/+1544
| | | | | | | |
| | | * | | | | Remove incorrect link varAllen Byrne2017-11-012-3/+0
| | | | | | | |
| | | * | | | | Remove duplicated moduleAllen Byrne2017-11-011-1461/+0
| | | | | | | |
| | | * | | | | Correct usage of MPI varsAllen Byrne2017-11-0113-543/+1270
| | | | | | | |
| | | * | | | | Convert to use MPI:: for linkAllen Byrne2017-11-015-9/+10
| | | | | | | |
| | | * | | | | Correct command usageAllen Byrne2017-11-011-5/+5
| | | | | | | |
| | | * | | | | Change MPI target properties for libraryAllen Byrne2017-11-011-2/+2
| | |/ / / / /
| | * | | | | Merge pull request #738 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-312-3/+3
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '11ccbed3c93d3c34d63591ba93a355300ab38c96': Update H5Zfilter_avail note New requirement for test
| | | * | | | | Update H5Zfilter_avail noteAllen Byrne2017-10-311-2/+2
| | | | | | | |
| | | * | | | | New requirement for testAllen Byrne2017-10-301-1/+1
| | |/ / / / /
| | * | | | | Merge pull request #734 in HDFFV/hdf5 from develop_missing_dot_h_file to developScot Breitenfeld2017-10-271-0/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4a6904e758cd14673a3ec6f60adb5f8b210bb4c3': Add a missing declaration for testing