summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warningLarry Knox2020-05-1929-337/+99
| | | | | | | 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.
* Correct mingw pathsAllen Byrne2020-05-152-7/+11
|
* Correct mingw pathAllen Byrne2020-05-151-2/+2
|
* Whitespace cleanup compared to developAllen Byrne2020-05-094-18/+18
|
* Correct filenameAllen Byrne2020-05-081-7/+7
|
* OESS-65 Fix packagingAllen Byrne2020-05-084-4/+4
|
* OESS-65 replace szip with aec libraryAllen Byrne2020-04-277-79/+55
|
* Merge pull request #2528 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_12 to ↵hdftest2020-04-2710-104/+184
|\ | | | | | | | | | | | | | | | | | | | | hdf5_1_12 * commit '8a4905b9d329b582b04d1cc2705d9e367f4dd20b': Restrict errors to gcc 4.8 and above. Merge pull request #2537 in HDFFV/hdf5 from ~DYOUNG/werror:fix-werrors to develop 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-262-25/+22
| |
| * TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-269-50/+121
| |
| * Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-214-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.
* | Snapshot version 1.12 release 1 (snap0)hdftest2020-04-271-1/+1
|/ | | | Update version to 1.12.1-1
* TRILAB-192 version of std=f2008 special checkAllen Byrne2020-04-141-42/+47
|
* TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-04-134-88/+199
|
* Add missing " and update function calls incorrectlyLarry Knox2020-04-123-27/+27
| | | | | | namedload_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 - merge changes from developAllen Byrne2020-04-0721-845/+811
| | | | Single source, config files, for warnings for both autotools and CMake. Update CMake libraries, tools, tests to use correct flags.
* Correct extra flagsAllen Byrne2020-04-011-2/+2
|
* TRILAB-192 merging warnings changes from developAllen Byrne2020-03-3045-221/+570
|
* TRILAB-24 use CheckStructHasMember CMake moduleAllen Byrne2020-03-272-88/+13
|
* Remove system command from valgrind reportsAllen Byrne2020-03-021-2/+2
|
* Modify expression to match mpicc built with Intel as intel compiler, notLarry Knox2020-02-272-2/+2
| | | | gcc.
* Add java version and reference libsettingsAllen Byrne2020-02-271-2/+3
|
* Update examples and fix version referencesAllen Byrne2020-02-264-9/+11
|
* Move MODEL check to before usage in CTestScript.cmake.Allen Byrne2020-02-262-9/+8
|
* Fix Fortran macro use and jni commentAllen Byrne2020-02-252-14/+8
|
* HDFFV-11036 - Corrected CMake test by adding file compare scriptAllen Byrne2020-02-242-5/+109
|
* Merge changes from develop mostly cmake 3.12 minimum versionAllen Byrne2020-02-2316-209/+308
|
* Merge changes from develop for CMake and JavaAllen Byrne2020-02-215-19/+29
|
* HDFFV-10996 merge java vol tests from developAllen Byrne2020-02-041-0/+301
|
* Merge changes from develop to fix various issuesAllen Byrne2020-01-301-0/+4
|
* Remove commented flagsAllen Byrne2020-01-291-6/+0
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2020-01-281-2/+2
|\ | | | | | | | | * commit '91d29817413e00f1dcd006d13790df6ce7aeb5c0': Update version to 1.12.1-snap0 for hdf5_1_12 branch.
| * Update version to 1.12.1-snap0 for hdf5_1_12 branch.Larry Knox2020-01-281-2/+2
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_12)Allen Byrne2020-01-282-23/+5
|\ \ | |/ | | | | | | * commit 'c627ab6a8a2067822789b69071d95b89363a052c': Correct ignore warnings and use only clang for sanitizers
| * Correct ignore warnings and use only clang for sanitizersAllen Byrne2020-01-262-23/+5
| |
* | Revert accidental changeAllen Byrne2020-01-221-1/+1
| |
* | Create common warnings for build systemsAllen Byrne2020-01-207-29/+145
|/
* Improved CMake options for testsAllen Byrne2020-01-192-9/+9
|
* Ignore ZLIB warningsAllen Byrne2020-01-131-0/+1
|
* Fix CMake test macros and perform standalone testsAllen Byrne2020-01-125-275/+325
|
* Make the HDF5 configure script grok NetBSD.David Young2019-12-191-0/+56
|
* Minor WhitespaceAllen Byrne2019-12-171-2/+2
|
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-162-2/+5
| | | | the Autotools and CMake.
* TRILABS-135 add clang sanitizer supportAllen Byrne2019-12-137-3/+1240
|
* Merge pull request #2135 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to ↵Allen Byrne2019-12-133-5/+15
|\ | | | | | | | | | | | | | | | | hdf5_1_12 * commit '44e4f16e1df69f4facc82bf7aaafaa16e9aee85f': Revert and move declaration Correct compile and test Windows errors HDFFV-10979 cleanup global names
| * Correct compile and test Windows errorsAllen Byrne2019-12-133-5/+15
| |
* | Update version to 1.12.0-alpha1.Larry Knox2019-12-121-1/+1
|/
* Fix issues when using ONLY_SHARED_LIBSAllen Byrne2019-12-111-0/+1
|
* Change defines to not conflict with windowsAllen Byrne2019-12-112-5/+7
|
* Remove program find - future reworkAllen Byrne2019-12-091-18/+0
|