summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * small syntax additionAllen Byrne2019-09-231-1/+1
| |
| * Whitespace fix and HD prefixAllen Byrne2019-09-231-335/+259
| |
| * Whitespace updatesAllen Byrne2019-09-235-122/+122
| |
| * Remove obsolete codeAllen Byrne2019-09-201-14/+13
| |
| * Add missing class nameAllen Byrne2019-09-191-1/+1
| |
| * Small syntax changesAllen Byrne2019-09-194-7/+20
| |
| * Remove unused command blockAllen Byrne2019-09-191-12/+0
| |
| * Change unused variable to generic formAllen Byrne2019-09-191-1/+1
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-09-192-0/+14
| |\ | |/ |/| | | | | * commit 'fb05ff4c4a392d38a45e79fe461bc690dea6f325': Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
* | Merge pull request #1928 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_minor_pr ↵Dana Robinson2019-09-182-0/+14
|\ \ | | | | | | | | | | | | | | | | | | to hdf5_1_10 * commit '71c80267ba0db1c1b439d39e4bd7c27b82510c92': Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertant linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
| * | Added MPICH_SKIP_MPICXX and OMPI_SKIP_CXX to H5public.h to avoid inadvertantDana Robinson2019-09-172-0/+14
| | | | | | | | | | | | linking to the deprecated MPI C++ wrappers. Fixes HDFFV-10893.
| | * HDFFV-10903 merge dev changes to 1.10Allen Byrne2019-09-1845-228/+234
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-09-186-7/+7
| | |\ | |_|/ |/| | | | | | | | * commit '2ca63e3890ebdaee7dc835e5d995ff03a182940f': Snapshot version 1.10 release 6 (snap2) Update version to 1.10.6-snap3
* | | Merge pull request #1929 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to ↵Larry Knox2019-09-186-7/+7
|\ \ \ | |/ / |/| | | | | | | | | | | | | | hdf5_1_10 * commit 'f93f47c9f783d1eb1f736bf671553d0c3bcdd45d': Snapshot version 1.10 release 6 (snap2) Update version to 1.10.6-snap3
| * | Merge branch 'hdf5_1_10' of ↵hdftest2019-09-172-1/+23
| |\ \ | |/ / |/| | | | | ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into hdf5_1_10
| * | Snapshot version 1.10 release 6 (snap2)hdftest2019-09-176-7/+7
| | | | | | | | | | | | Update version to 1.10.6-snap3
| | * Correct HDF5 options to tristate valuesAllen Byrne2019-09-171-6/+10
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-09-172-1/+23
| | |\ | |_|/ |/| | | | | | | | * commit '406890277cbe92be1d68721a6fa115441ab1a726': Fixed a bug where we incorrectly pass a lock struct to fcntl for file locking instead of a pointer. (HDFFV-10892)
* | | Merge pull request #1925 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_minor_pr ↵Dana Robinson2019-09-172-1/+23
|\ \ \ | |/ / |/| | | | | | | | | | | | | | to hdf5_1_10 * commit '247738c23af1a19ba2c4a7c098398b91b84b71cb': Fixed a bug where we incorrectly pass a lock struct to fcntl for file locking instead of a pointer. (HDFFV-10892)
| * | Fixed a bug where we incorrectly pass a lock struct to fcntlDana Robinson2019-09-162-1/+23
|/ / | | | | | | for file locking instead of a pointer. (HDFFV-10892)
| * HDFFV-10903 merge updated changesAllen Byrne2019-09-179-20/+182
| |
| * Add new tools lib test folderAllen Byrne2019-09-134-0/+1366
| |
| * Merge S3 code from develop to 1.10Allen Byrne2019-09-1366-695/+17984
|/
* Merge pull request #1912 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-08-3011-31/+71
|\ | | | | | | | | | | | | | | hdf5_1_10 * commit '39719c12cf3d896ffb1301abb7be23b42ae51316': Fix namespace usage Fix EXISTS test syntax and add toolchain
| * Fix namespace usageAllen Byrne2019-08-291-3/+3
| |
| * Fix EXISTS test syntax and add toolchainAllen Byrne2019-08-2910-28/+68
|/
* Merge pull request #1909 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-08-289-421/+400
|\ | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'b5c2b64307dc01128d2a90771cf51076bc1252db': Correct threadsafe enable code Mostly whitespace, HD prefix and remove obsolete #if blocks fix get gethostname for windows
| * Correct threadsafe enable codeAllen Byrne2019-08-282-6/+13
| |
| * Mostly whitespace, HD prefix and remove obsolete #if blocksAllen Byrne2019-08-284-413/+380
| |
| * fix get gethostname for windowsAllen Byrne2019-08-283-2/+7
|/
* Merge pull request #1905 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-08-2713-389/+384
|\ | | | | | | | | | | | | | | hdf5_1_10 * commit '373e0ebbdb6493f750330ed469938a8757b2e662': OESS-29 Fix HD prefix in perform HDFFV-10876 link fix and compile issue
| * OESS-29 Fix HD prefix in performAllen Byrne2019-08-279-370/+374
| |
| * HDFFV-10876 link fix and compile issueAllen Byrne2019-08-274-19/+10
|/
* Merge pull request #1901 in HDFFV/hdf5 from ↵Vailin Choi2019-08-272-1/+15
|\ | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/110_HDFFV-10873-assertion-v-oh--nmesgs-failed to hdf5_1_10 * commit '9c3e331ba31fdaea98354a05554beb8bdcd2e6fc': Merge pull request #1892 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV-10873-assertion-v-oh--nmesgs-failed to develop
| * Merge pull request #1892 in HDFFV/hdf5 from ↵Vailin Choi2019-08-262-1/+15
| | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/HDFFV-10873-assertion-v-oh--nmesgs-failed to develop * commit '021919206df7764f951037ae76ccae006b2eea99': Fixed the assertion failure for HDFFV-10873.
* | Merge pull request #1891 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2019-08-2782-10366/+10364
|\ \ | |/ |/| | | | | | | | | | | | | hdf5_1_10 * commit 'd26e48ba2e219ebaddd172fc87359c4577f1d30c': Add HD prefix Correct libver names available OESS-29 Update HD prefix and compare against develop
| * Add HD prefixAllen Byrne2019-08-271-8/+8
| |
| * Correct libver names availableAllen Byrne2019-08-261-5/+4
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10)Allen Byrne2019-08-266-7/+7
| |\ | |/ |/| | | | | * commit '4a3a12c4ba968b0b3781f5b69e3a2c41a3ed74ca': Snapshot version 1.10 release 6 (snap1) Update version to 1.10.6-snap2
* | Merge pull request #1894 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to ↵hdftest2019-08-266-7/+7
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'a0e9f457eb4cceccf7dcb0e4f3198774eeba0401': Snapshot version 1.10 release 6 (snap1) Update version to 1.10.6-snap2
| * | Snapshot version 1.10 release 6 (snap1)hdftest2019-08-266-7/+7
|/ / | | | | | | Update version to 1.10.6-snap2
| * OESS-29 Update HD prefix and compare against developAllen Byrne2019-08-2381-10353/+10352
|/