Commit Graph

1646 Commits

Author SHA1 Message Date
Allen Byrne
ca0c0c3dc8 Merge of clang-format changes from develop 2020-09-30 09:28:21 -05:00
Jordan Henderson
73dbf43a6f Fix memory sanity check option in CMake 2020-09-24 11:09:30 -05:00
Allen Byrne
02f12f4602 Add zlib and szip pages 2020-09-04 15:46:30 -05:00
Larry Knox
c2cff52638 Update so numbers for hdf5 1.10.7 release.
Remove RELEASE.txt entries through 1.10.7 release.
Update Platforms supported and tested.
2020-08-29 23:08:39 -05:00
Allen Byrne
9ad88ac1d5 Update examples project 2020-08-26 12:17:15 -05:00
Allen Byrne
1c7b5d2b58 MinGW uses "MinGW Makefiles" 2020-08-26 10:17:09 -05:00
Larry Knox
c40dd6c2ee Update version to 1.8.0-1 for CMake test failure.
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 ()
2020-08-24 08:25:09 -05:00
Larry Knox
0315478a9b Updated HDF5 1.10 support branch version number to 1.10.8-0 2020-08-19 09:05:36 -05:00
Dana Robinson
4cf784b63b Fixes CMake issue with file locking variable 2020-08-18 06:30:17 -07:00
Dana Robinson
4312f5ea1a Adds unsuffixed double warning changes from develop 2020-08-16 14:33:04 -07:00
Dana Robinson
62c296f1eb Brings monotonic timer changes from develop 2020-08-14 17:16:11 -07:00
Dana Robinson
5a61eb24af Brings Mirror VFD to 1.10 from develop 2020-08-14 16:15:44 -07:00
Dana Robinson
039213d919 Brings file locking changes from develop 2020-08-14 12:35:07 -07:00
Allen Byrne
b0445792fb CMake updates:
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
2020-07-15 11:27:52 -05:00
Larry Knox
e64ed323db Merge pull request #2656 in HDFFV/hdf5 from ~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.
2020-06-21 17:42:59 -05:00
Dana Robinson
2477b60145 Removed trailing whitespace from source files. 2020-05-26 13:07:43 -07:00
Larry Knox
22b61f470a Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warning
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.
2020-05-18 21:33:13 -05:00
Dana Robinson
6c1b7958de Merge pull request #2589 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_warnings to hdf5_1_10
* commit '67983bc4313fecf3763f5b337b612357a3ee033b':
  Updated code in H5Xtest.c files and associated tests. Reverted overlong-strings warning that gives jam issues.
  Misc library test changes from develop.
2020-05-18 08:02:00 -05:00
Dana Robinson
67983bc431 Updated code in H5Xtest.c files and associated tests.
Reverted overlong-strings warning that gives jam issues.
2020-05-18 05:26:32 -07:00
Allen Byrne
7e5dd96e1f Merge pull request #2584 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
* commit '1be2797e2c438a8c99dc1665460912e8bc2ddcf0':
  Correct mingw paths
  Correct mingw path
2020-05-16 18:21:25 -05:00
Dana Robinson
63b538ab78 Misc fixes and changes from develop. 2020-05-15 22:10:45 -07:00
Allen Byrne
1be2797e2c Correct mingw paths 2020-05-15 13:18:57 -05:00
Allen Byrne
07728cc6d8 Correct mingw path 2020-05-15 13:10:09 -05:00
Allen Byrne
6a0b2dd5a1 Correct filename 2020-05-08 13:00:49 -05:00
Allen Byrne
0e56de63a7 OESS-65 Fix packaging 2020-05-08 11:04:59 -05:00
Allen Byrne
2ef7ba5b13 whitespace 2020-04-27 14:05:46 -05:00
Allen Byrne
4164dc2738 OESS-65 replace szip with aec szip 2020-04-27 13:29:43 -05:00
Allen Byrne
c034efb0e2 Merge pull request #2529 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to 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.
2020-04-27 12:10:30 -05:00
Larry Knox
295d7ec69b Move ADD_H5_FLAGS macro from *CompilerFlags.cmake files to
config/cmake_ext_mod/HDFMacros.cmake for common use.
2020-04-27 11:14:31 -05:00
Allen Byrne
7491ba03f9 Restrict errors to gcc 4.8 and above. 2020-04-27 11:09:17 -05:00
Allen Byrne
f965a24db1 TRILAB-244 separate CXX warnings and errors from C 2020-04-27 11:04:55 -05:00
hdftest
489f46b5be Snapshot version 1.10 release 7 (snap0)
Update version to 1.10.7-1
2020-04-26 18:08:58 -05:00
Larry Knox
1862abdd05 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.
2020-04-20 19:36:40 -05:00
Allen Byrne
0d5c94ab37 TRILAB-192 version of std=f2008 special check 2020-04-14 08:30:25 -05:00
Allen Byrne
aac7605be0 TRILAB-192 - cleanup edits and match CMake CXX to autotools 2020-04-13 08:43:10 -05:00
Larry Knox
142496ad74 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.
2020-04-12 18:55:08 -05:00
Allen Byrne
f502d9f7fb TRILAB-192 - merge changes from develop
Single source, config files, for warnings for both autotools and CMake.
Update CMake libraries, tools, tests to use correct flags.
2020-04-07 09:52:09 -05:00
Allen Byrne
de6d87dc14 Correct extra flags and merge TRILAB-24 2020-04-01 11:49:42 -05:00
Allen Byrne
944cbb9400 TRILAB-192 merging warnings changes from develop 2020-03-30 13:10:36 -05:00
Allen Byrne
88082cce10 Remove system command from valgrind reports 2020-03-02 14:13:13 -06:00
Allen Byrne
467b5d565c Merge CMake and tools changes from develop 2020-02-27 16:54:52 -06:00
Allen Byrne
4ec2df9ac0 Merge from dev, sanitizer, fortran, warnings and tools ids 2020-02-11 14:28:56 -06:00
Allen Byrne
872f5afa1b Add another warning variation 2020-01-26 15:12:37 -06:00
Allen Byrne
325b49de65 Add unknown pragma warning ignore 2020-01-26 10:46:21 -06:00
Allen Byrne
1a109f0cd4 Correct CMake warnings to ignore 2020-01-26 10:40:59 -06:00
Allen Byrne
0bdf18bb06 Only use sanitizers with clang 2020-01-26 10:21:26 -06:00
Allen Byrne
9a9f3649d2 Add sanitizer files 2020-01-20 14:07:23 -06:00
Allen Byrne
0ccccc43c7 tools perform and hid_t init settings 2020-01-20 13:47:47 -06:00
Allen Byrne
4ef9c81048 Added new CMake options for tests 2020-01-19 07:56:14 -06:00
Allen Byrne
120ca605a7 Ignore ZLIB warnings 2020-01-13 16:42:43 -06:00