summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HDFFV-10321 merge from developAllen Byrne2017-11-0222-551/+1370
* Merge pull request #739 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-10-312-4/+4
|\
| * Update H5Zfilter_avail noteAllen Byrne2017-10-311-3/+3
| * New test requirementAllen Byrne2017-10-301-1/+1
|/
* Merge pull request #732 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf...Scot Breitenfeld2017-10-262-1/+2
|\
| * manual fix from merge with developM. Scot Breitenfeld2017-10-262-1/+2
|/
* Merge pull request #730 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf...Scot Breitenfeld2017-10-26173-1841/+44976
|\
| * Merge remote-tracking branch 'upstream/hdf5_1_10' into hdf5_1_10M. Scot Breitenfeld2017-10-262-7/+10
| |\ | |/ |/|
* | Merge pull request #729 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10Allen Byrne2017-10-262-9/+17
|\ \
| * | Fix char typeAllen Byrne2017-10-261-1/+1
| * | HDFFV-10297 fix grammarAllen Byrne2017-10-251-1/+1
| * | HDFFV-10297 - clarify note.Allen Byrne2017-10-251-4/+7
| * | HDFFV-10297 Update release note and test platformsAllen Byrne2017-10-251-3/+9
| * | Fix test DEPENDSAllen Byrne2017-10-251-2/+1
|/ /
| * fixed merge with develop issuesM. Scot Breitenfeld2017-10-261-2/+2
| * Merge branch 'develop' into hdf5_1_10M. Scot Breitenfeld2017-10-26173-1843/+44983
| |\ |/ /
| * Merge pull request #725 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-10-251-1/+1
| |\
| | * HDFFV-10037: fixed wrong C link flagsM. Scot Breitenfeld2017-10-251-1/+1
| |/
| * Merge pull request #722 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-241-2/+2
| |\
| | * Correct typoAllen Byrne2017-10-241-2/+2
| |/
| * Merge pull request #721 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-242-6/+6
| |\
| | * fix typoAllen Byrne2017-10-241-1/+1
| | * Fix typosAllen Byrne2017-10-242-6/+6
| |/
| * Merge pull request #720 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-231-0/+5
| |\
| | * HDFFV-10297 Free buffer inside loopAllen Byrne2017-10-231-0/+5
| |/
| * Merge pull request #717 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-238-317/+224
| |\
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-10-232-17/+10
| | |\ | | |/ | |/|
| * | Merge pull request #714 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:swmr_ci_move to...Dana Robinson2017-10-232-17/+10
| |\ \
| | * | Moved the SWMR + cache image check up before the root groupDana Robinson2017-10-211-15/+8
| | * | Moved the 'cache image + SWMR' check from H5Fcreate/open to H5F_open.Dana Robinson2017-10-192-18/+18
| | | * HDFFV-10297 Cleanup, Initialize variablesAllen Byrne2017-10-238-317/+224
| | |/ | |/|
| * | Merge pull request #715 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developLarry Knox2017-10-201-32/+8
| |\ \
| | * | HDFFV-10297 Windows issues fixedAllen Byrne2017-10-201-32/+8
| |/ /
| * | Merge pull request #713 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-10-2057-5057/+4966
| |\ \ | | |/ | |/|
| | * Windows cannot share files easilyAllen Byrne2017-10-201-4/+34
| | * Avoid double freeAllen Byrne2017-10-191-3/+0
| | * Windows had issues - revert code changes for get_optionAllen Byrne2017-10-191-4/+8
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-10-196-44/+1024
| | |\ | | |/ | |/|
| * | Merge pull request #711 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-181-6/+8
| |\ \
| | * | in 'production' mode buildsRichard.Warren2017-10-171-2/+2
| | * | Make fixes to avoid test failures in 'production' mode buildsRichard.Warren2017-10-171-7/+9
| * | | Merge pull request #704 in HDFFV/hdf5 from optimize_superblock_read to developRichard Warren2017-10-136-44/+1022
| |\ \ \ | | |/ /
| | * | Updated the code and RELEASE.txt note per comments from John MainzerRichard Warren2017-10-112-46/+48
| | * | Try to address most of the issues raised by Dana in the code reviewRichard Warren2017-10-112-105/+101
| | * | Made edits suggested by John as part of the code reviewRichard Warren2017-10-111-54/+146
| | * | Update the MANIFEST and release_docs/RELEASE filesRichard Warren2017-10-102-0/+26
| | * | Add a test for parallel reads of independent files using MPI subgroupsRichard Warren2017-10-093-65/+159
| | * | Edits to the file open optimization and associated testmainzer2017-10-053-180/+704
| | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Richard Warren2017-09-2815-47/+77
| | |\ \
| | * | | The initial coding for the superblock read optizationRichard Warren2017-09-285-3/+247