summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* OESS-65 replace szip with aec szipAllen Byrne2020-04-2712-77/+89
|
* Merge pull request #2526 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to ↵Allen Byrne2020-04-2717-145/+208
|\ | | | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit '93b69eaec2e21543269575fb79bf8f25b74f96d3': Restrict errors to gcc 4.8 and above. Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files to config/cmake_ext_mod/HDFMacros.cmake for common use. Fix NoFilter build TRILAB-244 separate CXX warnings and errors from C Don't add general warnings flags for unsupported old versions of gcc and g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version.
| * Restrict errors to gcc 4.8 and above.Allen Byrne2020-04-272-0/+15
| |
| * Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files toLarry Knox2020-04-274-54/+18
| | | | | | | | config/cmake_ext_mod/HDFMacros.cmake for common use.
| * Fix NoFilter buildAllen Byrne2020-04-271-1/+1
| |
| * TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-2713-55/+127
| |
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Larry Knox2020-04-277-18/+18
| |\ | |/ |/| | | | | * commit 'e479d78aba77b63cc5a5d1d3d0737f2fa76c86d3': Snapshot version 1.8 release 22 (snap6) Update version to 1.8.22-snap7
* | Merge pull request #2543 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_8 to ↵hdftest2020-04-267-18/+18
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit '57b1f0b994bb90f5654093d90620bd7e36ebefa7': Snapshot version 1.8 release 22 (snap6) Update version to 1.8.22-snap7
| * \ Merge branch 'hdf5_1_8' of ↵hdftest2020-04-26194-3404/+4971
| |\ \ | |/ / |/| | | | | ssh://bitbucket.hdfgroup.org:7999/~hdftest/hdf5_hft into hdf5_1_8
| * | Snapshot version 1.8 release 22 (snap6)hdftest2020-04-267-18/+18
| | | | | | | | | | | | Update version to 1.8.22-snap7
| | * Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-204-41/+53
| |/ |/| | | | | | | | | g++ (older than gcc/g++ 4.2). Correct gnu-cxxflags to determine warnings flags to be added based on C++ compiler version instead of C compiler version.
* | Merge pull request #2523 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to ↵Larry Knox2020-04-173-4/+7
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit '04e4ef5c14a121650497d18d8e63968605a912ed': Parallel Fortran tests now use the MPI module instead of including mpif.h.
| * | Parallel Fortran tests now use the MPI module instead of includingDana Robinson2020-04-173-4/+7
|/ / | | | | | | mpif.h.
* | Merge pull request #2518 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-04-161-1/+4
|\ \ | | | | | | | | | | | | * commit '6c76addf3d16d681ee9ec1fcd06ad9bee24c2565': TRILAB-192 - parser files cannot handle this warning
| * | TRILAB-192 - parser files cannot handle this warningAllen Byrne2020-04-161-1/+4
|/ /
* | Merge pull request #2515 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to ↵Larry Knox2020-04-151-0/+23
|\ \ | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit '193395309a0ec23b00eeb27aa616d7126de98f32': Add prefix_relto_examplesdir function to set relative path to h5c++.
| * | Add prefix_relto_examplesdir function to set relative path to h5c++.Larry Knox2020-04-151-0/+23
|/ /
* | Merge pull request #2482 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8Allen Byrne2020-04-14188-3381/+4881
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '95453166e60ab6ddc3ee8b8719e1868afa589cbf': Fix shadow variable TRILAB-192 version of std=f2008 special check TRILAB-192 correct fortran commands Fix shadowed type TRILAB-192 - cleanup edits and match CMake CXX to autotools Add missing " and update function calls incorrectly named load_gcc_arguments. Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS. TRILAB-192 update LTparse files Remove 128bit config check fo 1.8 Add missing m4 file TRILAB-192 - merge changes from develop Update release note for CMake warnings Correct extra flags and merge TRILAB-24 Update LT files Fix orphaned token Restore page eject chars Restore page ejects. Autotools reconfigure update TRILAB-192 merging warnings changes from develop
| * \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2020-04-141-3/+11
| |\ \ | |/ / |/| | | | | | | | * commit '32fcd8f7721ae218a86bf2438f1868c85a2c2fe9': A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. The code to fix the problem is the same as what is done in H5D__open_oid().
* | | Merge pull request #2500 in HDFFV/hdf5 from ↵Vailin Choi2020-04-141-3/+11
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_third_fork:bugfix/18_dtype_close_on_error to hdf5_1_8 * commit 'a1e2133ec01368e4d8b8aed1568b7018d4dcb565': A fix in the cleaning up code for datatype when datatype initialization via H5D__init_type() fails. The code to fix the problem is the same as what is done in H5D__open_oid().
| * | | A fix in the cleaning up code for datatype when datatype initialization via ↵vchoi2020-04-081-3/+11
|/ / / | | | | | | | | | | | | | | | H5D__init_type() fails. The code to fix the problem is the same as what is done in H5D__open_oid().
| * | Fix shadow variableAllen Byrne2020-04-141-3/+3
| | |
| * | TRILAB-192 version of std=f2008 special checkAllen Byrne2020-04-141-42/+47
| | |
| * | TRILAB-192 correct fortran commandsAllen Byrne2020-04-144-22/+113
| | |
| * | Fix shadowed typeAllen Byrne2020-04-131-3/+3
| | |
| * | TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-04-135-88/+200
| | |
| * | Add missing " and update function calls incorrectlyLarry Knox2020-04-133-24/+24
| | | | | | | | | | | | | | | | | | named load_gcc_arguments. Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS.
| * | TRILAB-192 update LTparse filesAllen Byrne2020-04-072-75/+77
| | |
| * | Remove 128bit config check fo 1.8Allen Byrne2020-04-071-70/+1
| | |
| * | Add missing m4 fileAllen Byrne2020-04-074-139/+459
| | |
| * | TRILAB-192 - merge changes from developAllen Byrne2020-04-0748-1483/+1258
| | | | | | | | | | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2020-04-062-16/+46
| |\ \ | |/ / |/| | | | | | | | * commit '9da5bbcc9bae79f91788e72bace53ed2323e887f': H5repack bug fixes from develop
* | | Merge pull request #2493 in HDFFV/hdf5 from ~JHENDERSON/hdf5:hdf5_1_8 to ↵Jordan Henderson2020-04-052-16/+46
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_8 * commit '3b6e958adf83a7e205e769e4f393ef2b6cee20b9': H5repack bug fixes from develop
| * | | H5repack bug fixes from developJordan Henderson2020-04-052-16/+46
|/ / /
| * | Update release note for CMake warningsAllen Byrne2020-04-031-0/+2
| | |
| * | Correct extra flags and merge TRILAB-24Allen Byrne2020-04-013-90/+22
| | |
| * | Update LT filesAllen Byrne2020-04-015-161/+206
| | |
| * | Fix orphaned tokenAllen Byrne2020-04-011-19/+18
| | |
| * | Restore page eject charsAllen Byrne2020-03-311-4/+4
| | |
| * | Restore page ejects.Allen Byrne2020-03-311-10/+10
| | |
| * | Autotools reconfigure updateAllen Byrne2020-03-3152-1053/+2033
| | |
| * | TRILAB-192 merging warnings changes from developAllen Byrne2020-03-3188-1210/+1516
|/ /
* | Merge pull request #2466 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_8 to ↵Larry Knox2020-03-257-18/+18
|\ \ | |/ | | | | | | | | | | hdf5_1_8 * commit 'ce622ea420563b00ebeb2b2748aeaac606d5d486': Snapshot version 1.8 release 22 (snap5) Update version to 1.8.22-snap6
| * Snapshot version 1.8 release 22 (snap5)hdftest2020-03-257-18/+18
|/ | | | Update version to 1.8.22-snap6
* Merge pull request #2460 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to ↵Allen Byrne2020-03-204-5/+5
|\ | | | | | | | | | | | | hdf5_1_8 * commit '0de545ac8b2a85a0edca389ae8db8d2bdfccbeb8': Correct conditions for parallel builds with and without tests.
| * Correct conditions for parallel builds with and without tests.Larry Knox2020-03-204-5/+5
|/
* Merge pull request #2458 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_8 to ↵Larry Knox2020-03-197-18/+18
|\ | | | | | | | | | | | | hdf5_1_8 * commit '42f1aae35918cb62ff29839d25abe7a59c6e1b8d': Snapshot version 1.8 release 22 (snap4) Update version to 1.8-snap5
| * Snapshot version 1.8 release 22 (snap4)hdftest2020-03-187-18/+18
| | | | | | | | Update version to 1.8-snap5
* | Merge pull request #2459 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_8 to ↵Larry Knox2020-03-194-7/+16
|\ \ | |/ |/| | | | | | | | | hdf5_1_8 * commit '1cc2b65b1f745d9b7d770504fb3def73ba8346c1': Fixes for test failures with --disable-tests --disable-tools options. Don't test ph5diff if tests are disabled.
| * Fixes for test failures with --disable-tests --disable-tools options.Larry Knox2020-03-194-7/+16
|/ | | | Don't test ph5diff if tests are disabled.