Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Update version to 1.8.0-1 for CMake test failure. | Larry Knox | 2020-08-24 | 1 | -1/+1 | |
| | | | | | | | | | | | if (H5_VERS_SUBRELEASE) set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") else () if (${H5_VERS_SUBRELEASE} STREQUAL "") set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}") else () set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") endif () | |||||
* | Updated HDF5 1.10 support branch version number to 1.10.8-0 | Larry Knox | 2020-08-19 | 1 | -2/+2 | |
| | ||||||
* | Fixes CMake issue with file locking variable | Dana Robinson | 2020-08-18 | 1 | -1/+1 | |
| | ||||||
* | Brings monotonic timer changes from develop | Dana Robinson | 2020-08-15 | 1 | -6/+0 | |
| | ||||||
* | Brings Mirror VFD to 1.10 from develop | Dana Robinson | 2020-08-14 | 3 | -0/+30 | |
| | ||||||
* | Brings file locking changes from develop | Dana Robinson | 2020-08-14 | 3 | -0/+32 | |
| | ||||||
* | CMake updates: | Allen Byrne | 2020-07-15 | 3 | -2/+5 | |
| | | | | | | Add build folder as Include for generated files Add install option for copying Fortran mod files to include folder Add PRI defines to win32defs file Exclude mingw from extra flags | |||||
* | Merge pull request #2656 in HDFFV/hdf5 from ↵ | Larry Knox | 2020-06-21 | 2 | -52/+30 | |
| | | | | | | | | | ~LRKNOX/hdf5_lrk:changes_1_12_merge to hdf5_1_12 * commit '538b1317646f52658c2a896bbde4dce4246a9761': Squashed commit of the following: Addition of clang-warnings flags Update examples/teth5cc.sh.in for version 1.10. | |||||
* | Removed trailing whitespace from source files. | Dana Robinson | 2020-05-26 | 1 | -1/+1 | |
| | ||||||
* | Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning | Larry Knox | 2020-05-19 | 3 | -153/+11 | |
| | | | | | | | flags for GCC compilers version 4.8 and above. Removed files from gnu-warnings that only apply to versions < 4.8. Consolidated warnings from versions < 4.8 that apply to versions >= 4.8 into the 4.8 warnings files. | |||||
* | OESS-65 Fix packaging | Allen Byrne | 2020-05-08 | 3 | -3/+3 | |
| | ||||||
* | whitespace | Allen Byrne | 2020-04-27 | 1 | -1/+1 | |
| | ||||||
* | OESS-65 replace szip with aec szip | Allen Byrne | 2020-04-27 | 4 | -12/+16 | |
| | ||||||
* | Merge pull request #2529 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Allen Byrne | 2020-04-27 | 3 | -74/+42 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | hdf5_1_10 * commit '68adfb86d056af222ab80c349c56e0bd1d183f09': Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to develop Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files to config/cmake_ext_mod/HDFMacros.cmake for common use. Restrict errors to gcc 4.8 and above. 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. | |||||
| * | Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files to | Larry Knox | 2020-04-27 | 3 | -54/+0 | |
| | | | | | | | | config/cmake_ext_mod/HDFMacros.cmake for common use. | |||||
| * | Restrict errors to gcc 4.8 and above. | Allen Byrne | 2020-04-27 | 1 | -0/+13 | |
| | | ||||||
| * | TRILAB-244 separate CXX warnings and errors from C | Allen Byrne | 2020-04-27 | 1 | -8/+9 | |
| | | ||||||
| * | Don't add general warnings flags for unsupported old versions of gcc and | Larry Knox | 2020-04-21 | 2 | -15/+23 | |
| | | | | | | | | | | | | 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. | |||||
* | | Snapshot version 1.10 release 7 (snap0) | hdftest | 2020-04-26 | 1 | -1/+1 | |
|/ | | | | Update version to 1.10.7-1 | |||||
* | TRILAB-192 version of std=f2008 special check | Allen Byrne | 2020-04-14 | 1 | -42/+47 | |
| | ||||||
* | TRILAB-192 - cleanup edits and match CMake CXX to autotools | Allen Byrne | 2020-04-13 | 2 | -82/+197 | |
| | ||||||
* | TRILAB-192 - merge changes from develop | Allen Byrne | 2020-04-07 | 5 | -83/+486 | |
| | | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags. | |||||
* | TRILAB-192 merging warnings changes from develop | Allen Byrne | 2020-03-30 | 2 | -86/+115 | |
| | ||||||
* | Remove system command from valgrind reports | Allen Byrne | 2020-03-02 | 1 | -2/+2 | |
| | ||||||
* | Merge CMake and tools changes from develop | Allen Byrne | 2020-02-27 | 15 | -123/+322 | |
| | ||||||
* | Merge from dev, sanitizer, fortran, warnings and tools ids | Allen Byrne | 2020-02-11 | 2 | -10/+36 | |
| | ||||||
* | Add another warning variation | Allen Byrne | 2020-01-26 | 1 | -0/+1 | |
| | ||||||
* | Add unknown pragma warning ignore | Allen Byrne | 2020-01-26 | 1 | -0/+1 | |
| | ||||||
* | Correct CMake warnings to ignore | Allen Byrne | 2020-01-26 | 1 | -22/+3 | |
| | ||||||
* | Fix CMake test macros and perform standalone tests | Allen Byrne | 2020-01-12 | 2 | -108/+133 | |
| | ||||||
* | Merge of --Wc++-compat changes from develop | Dana Robinson | 2020-01-09 | 1 | -1/+1 | |
| | ||||||
* | Changed -Wformat-truncation to level 2 in CMake w/ gcc. | Dana Robinson | 2020-01-09 | 1 | -1/+1 | |
| | ||||||
* | Minor corrections to CMake functions | Allen Byrne | 2019-12-17 | 3 | -10/+25 | |
| | ||||||
* | Update version for HDF5_1_10 | Larry Knox | 2019-12-11 | 1 | -2/+2 | |
| | ||||||
* | Remove unneeded flag overwrites | Allen Byrne | 2019-11-25 | 1 | -8/+0 | |
| | ||||||
* | HDFFV-10962 add VS2019 support | Allen Byrne | 2019-11-18 | 6 | -7/+37 | |
| | ||||||
* | Snapshot version 1.10 release 6 (snap3) | Larry Knox | 2019-11-12 | 1 | -1/+1 | |
| | | | | Update version to 1.10.6-snap4 | |||||
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_10) | Allen Byrne | 2019-09-18 | 1 | -1/+1 | |
|\ | | | | | | | | | * commit '2ca63e3890ebdaee7dc835e5d995ff03a182940f': Snapshot version 1.10 release 6 (snap2) Update version to 1.10.6-snap3 | |||||
| * | Snapshot version 1.10 release 6 (snap2) | hdftest | 2019-09-17 | 1 | -1/+1 | |
| | | | | | | | | Update version to 1.10.6-snap3 | |||||
* | | Correct HDF5 options to tristate values | Allen Byrne | 2019-09-17 | 1 | -6/+10 | |
| | | ||||||
* | | HDFFV-10903 merge updated changes | Allen Byrne | 2019-09-17 | 3 | -5/+149 | |
| | | ||||||
* | | Merge S3 code from develop to 1.10 | Allen Byrne | 2019-09-13 | 3 | -10/+64 | |
|/ | ||||||
* | Fix namespace usage | Allen Byrne | 2019-08-29 | 1 | -3/+3 | |
| | ||||||
* | Fix EXISTS test syntax and add toolchain | Allen Byrne | 2019-08-29 | 4 | -11/+11 | |
| | ||||||
* | Correct threadsafe enable code | Allen Byrne | 2019-08-28 | 1 | -1/+6 | |
| | ||||||
* | Snapshot version 1.10 release 6 (snap1) | hdftest | 2019-08-26 | 1 | -1/+1 | |
| | | | | Update version to 1.10.6-snap2 | |||||
* | Merge HD prefix and whitespace changes from develop | Allen Byrne | 2019-08-18 | 1 | -2/+2 | |
| | ||||||
* | HDFFV-10879 set default API version | Allen Byrne | 2019-08-13 | 1 | -2/+0 | |
| | ||||||
* | Use a STRING option for API version | Allen Byrne | 2019-08-12 | 1 | -1/+1 | |
| | ||||||
* | Fix API version option | Allen Byrne | 2019-08-12 | 1 | -0/+2 | |
| |