summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove search for clang tool - incorrect locationAllen Byrne2019-12-111-18/+0
|
* Merge pull request #2106 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-12-102-9/+1
|\ | | | | | | | | | | | | | | hdf5_1_10 * commit '5109ff1d84df2a4ee0493c196399e89e9fd0c10b': Add missing include folder Remove unneeded flag overwrites
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-12-101-0/+12
| |\ | |/ |/| | | | | | | | | * commit 'c58108ea4030e74a0b745cabbc8ccd366695de07': Latest date first in RELEASE.txt Update RELEASE.txt with performance improvements Add fix of Jira 10934 to RELEASE.txt
* | Merge pull request #2120 in HDFFV/hdf5 from ↵Chris Hogan2019-12-101-0/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | ~CHOGAN/hdf5:chogan/1.10/release_txt to hdf5_1_10 * commit '13e6094edabb8dcd1c52a20cab24f5d630616661': Latest date first in RELEASE.txt Update RELEASE.txt with performance improvements
| * | Latest date first in RELEASE.txtChris Hogan2019-12-101-6/+6
| | |
| * | Update RELEASE.txt with performance improvementsChris Hogan2019-12-101-0/+6
|/ /
* | Merge pull request #2111 in HDFFV/hdf5 from ↵Chris Hogan2019-12-101-0/+6
|\ \ | | | | | | | | | | | | | | | | | | ~CHOGAN/hdf5:chogan/1.10/10934_release_txt to hdf5_1_10 * commit '8cd58add98994c8d30dce607a12a01e445e0bb4d': Add fix of Jira 10934 to RELEASE.txt
| * | Add fix of Jira 10934 to RELEASE.txtChris Hogan2019-12-091-0/+6
|/ /
| * Add missing include folderAllen Byrne2019-12-101-1/+1
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-12-062-2/+6
| |\ | |/ |/| | | | | * commit 'b00a52c403e4b7b64be974080ddfef3aee1bf801': Fix the segmentation fault when h5dump "vds_virt_0.h5", which is a test file produced by test/vds.c in the develop branch. The fix: verify the decoded version for hyperslab selection is within the correct range.
* | Merge pull request #2077 in HDFFV/hdf5 from ↵Vailin Choi2019-12-062-2/+6
|\ \ | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:seg_fault_backward_compat to hdf5_1_10 * commit '0662f060b2e5917b70360ed10aca3993b60f1434': Fix the segmentation fault when h5dump "vds_virt_0.h5", which is a test file produced by test/vds.c in the develop branch. The fix: verify the decoded version for hyperslab selection is within the correct range.
| * | Fix the segmentation fault when h5dump "vds_virt_0.h5", which is a test file ↵Vailin Choi2019-12-052-2/+6
|/ / | | | | | | | | | | produced by test/vds.c in the develop branch. The fix: verify the decoded version for hyperslab selection is within the correct range.
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-12-042-15/+63
| |\ | |/ |/| | | | | * commit '3726715625d146ddffc4236b8de5cc601c87b737': Add changes from PR #2049 to 1.10
* | Merge pull request #2068 in HDFFV/hdf5 from ↵Chris Hogan2019-12-032-15/+63
|\ \ | | | | | | | | | | | | | | | | | | ~CHOGAN/hdf5:feature/1.10/issue_10934 to hdf5_1_10 * commit '9856644d76686d5a3d4a6d801477ea12bbef2ba4': Add changes from PR #2049 to 1.10
| * | Add changes from PR #2049 to 1.10Chris Hogan2019-12-022-15/+63
|/ /
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-12-0211-16/+374
| |\ | |/ |/| | | | | | | | | | | * commit '91b2ae219cd631798f95f0a94e793f2a2366b618': Set the dcpl for the context on dataset creation Add DCPL to H5CX Check for both default values Use H5CX for LCPL property retrieval
* | Merge pull request #2061 in HDFFV/hdf5 from ↵Chris Hogan2019-11-2711-16/+374
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ~CHOGAN/hdf5:feature/1.10/cx_lcpl to hdf5_1_10 * commit '54697cc596e7734c5890e58414833e97f5438861': Set the dcpl for the context on dataset creation Add DCPL to H5CX Check for both default values Use H5CX for LCPL property retrieval
| * | Set the dcpl for the context on dataset creationChris Hogan2019-11-271-0/+3
| | |
| * | Add DCPL to H5CXChris Hogan2019-11-274-8/+159
| | |
| * | Check for both default valuesChris Hogan2019-11-271-2/+2
| | |
| * | Use H5CX for LCPL property retrievalChris Hogan2019-11-279-6/+210
|/ /
| * Remove unneeded flag overwritesAllen Byrne2019-11-251-8/+0
|/
* Merge pull request #2052 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-11-2013-45/+78
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'ec145b88fa2adcb87483864a5a8296eda9223577': HDFFV-10962 add VS2019 support
| * HDFFV-10962 add VS2019 supportAllen Byrne2019-11-1813-45/+78
|/
* Merge pull request #2040 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-11-151-1/+1
|\ | | | | | | | | | | | | hdf5_1_10 * commit '0560afbd73b00d8a67b82000e8e27739efe677c0': Correct file extension
| * Correct file extensionAllen Byrne2019-11-141-1/+1
|/
* Merge pull request #2035 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2019-11-126-7/+7
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'e7ef8cd945974043c2f8fced174276cbc38cecd7': Snapshot version 1.10 release 6 (snap3) Update version to 1.10.6-snap4
| * Snapshot version 1.10 release 6 (snap3)Larry Knox2019-11-126-7/+7
|/ | | | Update version to 1.10.6-snap4
* Merge pull request #2019 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-10-303-6/+13
|\ | | | | | | | | | | | | hdf5_1_10 * commit '61a5491eb2f701e8347e4732f627c13c0cec3ba8': Fix MPI depends name
| * Fix MPI depends nameAllen Byrne2019-10-233-6/+13
|/
* Merge pull request #2010 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-10-231-185/+112
|\ | | | | | | | | | | | | hdf5_1_10 * commit '2644dd395cade8d6f01ab3408c9423c98f0cdd08': Fix missing HD and whitespace
| * Fix missing HD and whitespaceAllen Byrne2019-10-211-185/+112
|/
* Merge pull request #1979 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-10-035-374/+215
|\ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '6ad577053e110e4c28b1d2ac6fb68bf29d3f93b9': More whitespace changes Whitespace cleanup Remove incorrect text Remove duplicate file names
| * More whitespace changesAllen Byrne2019-10-032-211/+57
| |
| * Whitespace cleanupAllen Byrne2019-10-031-159/+157
| |
| * Remove incorrect textAllen Byrne2019-10-031-2/+1
| |
| * Remove duplicate file namesAllen Byrne2019-10-031-2/+0
|/
* Merge pull request #1972 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-10-0274-1401/+2038
|\ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '87977eab7d178e4f3b9ba2cd5b97812d594ae105': HDFFV-10919 merge synching HDFFV-10408,10918 add note HDFFV-10918 External Storage test files added Whitespace and benign synchro changes
| * HDFFV-10919 merge synchingAllen Byrne2019-10-024-179/+68
| |
| * HDFFV-10408,10918 add noteAllen Byrne2019-10-021-4/+11
| |
| * HDFFV-10918 External Storage test files addedAllen Byrne2019-10-021-0/+22
| |
| * Whitespace and benign synchro changesAllen Byrne2019-10-0272-1432/+2151
|/
* Merge pull request #1965 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-10-019-240/+334
|\ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'af250a017bba52ab7635c99d5237f2e9b7796b88': Remove duplicate declaration-init Remove non-existent files from compile Add new toolchain file fix for statement declare variable
| * Remove duplicate declaration-initAllen Byrne2019-10-011-10/+0
| |
| * Remove non-existent files from compileAllen Byrne2019-10-011-3/+2
| |
| * Add new toolchain fileAllen Byrne2019-10-011-0/+1
| |
| * fix for statement declare variableAllen Byrne2019-09-307-227/+331
|/
* Merge pull request #1938 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-09-30128-1427/+20207
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '36fc437467630d59894deca7aff15b282cb938fb': Add clang toolchain Fix missing option and incorrect close small syntax addition Whitespace fix and HD prefix Whitespace updates Remove obsolete code Add missing class name Small syntax changes Remove unused command block Change unused variable to generic form HDFFV-10903 merge dev changes to 1.10 Correct HDF5 options to tristate values HDFFV-10903 merge updated changes Add new tools lib test folder Merge S3 code from develop to 1.10
| * Add clang toolchainAllen Byrne2019-09-301-0/+29
| |
| * Fix missing option and incorrect closeAllen Byrne2019-09-241-2/+2
| |