summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
...
* | Flag construction must be after compiler detectionAllen Byrne2020-04-053-87/+342
| |
* | TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-04-0516-756/+452
| |
* | Correct extra flagsAllen Byrne2020-04-011-2/+2
| |
* | TRILAB-192 remove commentAllen Byrne2020-03-291-1/+0
| |
* | TRILAB-192 add comparable clang flagsAllen Byrne2020-03-276-5/+123
| |
* | Merge pull request #12 in ~BYRN/hdf5_adb from ↵Allen Byrne2020-03-262-88/+13
|\ \ | | | | | | | | | | | | | | | | | | bugfix/TRILAB-24-check_struct_has_member to develop * commit 'abbeb0cab2380adf8ffb1f81ef2e88960241a6d3': TRILAB-24 use CHECK_STRUCT_HAS_MEMBER
| * | TRILAB-24 use CHECK_STRUCT_HAS_MEMBERAllen Byrne2020-03-242-88/+13
| | |
* | | Reorg commentsAllen Byrne2020-03-251-4/+22
| | |
* | | Correct warning flag formAllen Byrne2020-03-251-1/+1
| | |
* | | Because of tools macro, this needs to be a warningAllen Byrne2020-03-251-1/+3
| | |
* | | Fix Werror issues in JNI and toolsAllen Byrne2020-03-241-3/+1
| | |
* | | TRILAB-192 fix JNI shadow warningAllen Byrne2020-03-241-6/+1
| | |
* | | TRILAB-192 restrict extensive warnings to librariesAllen Byrne2020-03-242-144/+107
|/ /
* | TRILAB-192 Identify warnings that fail as errorsAllen Byrne2020-03-242-11/+72
| |
* | Correct syntaxAllen Byrne2020-03-231-2/+2
| |
* | Update CMake compiler flags to use same set of warningsAllen Byrne2020-03-231-31/+82
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-03-2337-79/+203
|\ \ | | | | | | | | | | | | | | | | | | | | | * commit 'e916acd018d5a307e7690a7978a1b73e83508f2b': Move the GNU warnings configuration under config/gnu-warnings/ and trim the filename prefixes. Update config/gnu-flags to suit. By default, demote warnings promoted to errors back to warnings. Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors will occur. Next commit will demote the warnings promoted to errors back to warnings again. Break out warnings into more files that autoconf and CMake can share. This change temporarily disables the warnings that were promoted to errors, but I will add those warnings back as warnings, not errors, in the next commit.
| * \ Merge pull request #2402 in HDFFV/hdf5 from ↵David Young2020-03-2337-79/+203
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | ~DYOUNG/werror:break-out-warnings to develop * commit '2f09d8f3c8a4a44932c1b8ffb0f6ea2219059a5c': Move the GNU warnings configuration under config/gnu-warnings/ and trim the filename prefixes. Update config/gnu-flags to suit. By default, demote warnings promoted to errors back to warnings. Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors will occur. Next commit will demote the warnings promoted to errors back to warnings again. Break out warnings into more files that autoconf and CMake can share. This change temporarily disables the warnings that were promoted to errors, but I will add those warnings back as warnings, not errors, in the next commit.
| | * Move the GNU warnings configuration under config/gnu-warnings/ and trimDavid Young2020-03-1936-38/+38
| | | | | | | | | | | | | | | | | | | | | the filename prefixes. Update config/gnu-flags to suit. I also made changes to config/cmake/HDFCompilerFlags.cmake, but I'm not sure they're correct.
| | * By default, demote warnings promoted to errors back to warnings.David Young2020-02-251-1/+19
| | |
| | * Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors willDavid Young2020-02-251-1/+1
| | | | | | | | | | | | | | | occur. Next commit will demote the warnings promoted to errors back to warnings again.
| | * Break out warnings into more files that autoconf and CMake can share. ThisDavid Young2020-02-2534-71/+177
| | | | | | | | | | | | | | | change temporarily disables the warnings that were promoted to errors, but I will add those warnings back as warnings, not errors, in the next commit.
* | | Allow use of INTEL icl/icl++ for clangAllen Byrne2020-03-192-59/+63
|/ /
* | Remove system command from valgrind reportsAllen Byrne2020-03-021-2/+2
| |
* | Modfy expression to match mpicc build 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 old version references.Allen Byrne2020-02-264-11/+11
| |
* | Move MODEL check to before usage in CTestScript.cmake.Allen Byrne2020-02-262-7/+8
|/
* Fix Fortran macro use and jni commentAllen Byrne2020-02-252-14/+8
|
* HDFFV-11036 add file compare test processAllen Byrne2020-02-242-5/+109
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-2116-209/+308
|
* CMake cleanupAllen Byrne2020-02-212-2/+2
|
* TRILAB-148 fix sanitizer and -fsanitize usageAllen Byrne2020-02-122-14/+17
|
* HDFFV-10996 - add java vol testsAllen Byrne2020-02-031-0/+301
|
* Correctly manage warnings for new testsAllen Byrne2020-01-291-0/+2
|
* Ext libs ZLIB and SZIP warnings are separate concernsAllen Byrne2020-01-291-0/+1
|
* Remove commented warnings lineAllen Byrne2020-01-291-6/+0
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-272-23/+6
|\ | | | | | | | | | | | | | | * commit '38d3834c54ee1dfa7366ae1c581909f0cf7fa000': Add another warning variation Correct ignore warnings Only use sanitizer with Clang Remove cmake macros from valgrind tests
| * Add another warning variationAllen Byrne2020-01-261-0/+1
| |
| * Correct ignore warningsAllen Byrne2020-01-261-2/+4
| |
| * Only use sanitizer with ClangAllen Byrne2020-01-261-1/+1
| |
| * Remove cmake macros from valgrind testsAllen Byrne2020-01-251-20/+0
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-242-2/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '590aaff33046df99a4d88ba59e4b461e060b36e4': Optimized the floating point comparisons a little bit. Fix for failing h5diff tests involving floating-point compares. Removed H5_DEC_ENUM Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings."" Revert "Moved -Wunsuffixed-float-constants to the developer warnings." Moved -Wunsuffixed-float-constants to the developer warnings. Fixed a bug in testpar/t_cache.c concerning checking expected vs. actual cache entry reads and writes.
| * Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-01-232-2/+9
| | | | | | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a.
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-191-0/+16
|\ \ | |/ | | | | | | | | | | | | | | * commit '66a94df13b3801547523f1ea90bc84fe2ee6824b': Removed UIUC from copyright, added helpful comment. Updated MANIFEST Added a config file for ARM (Tested on a Raspberry Pi 3B+ w/ gcc 6). Tidying from code review. Fixed stack and frame size warnings. Not complete, but fixes most of the easier cases.
| * Removed UIUC from copyright, added helpful comment.Dana Robinson2020-01-181-2/+1
| |
| * Added a config file for ARM (Tested on a Raspberry Pi 3B+Dana Robinson2020-01-171-0/+17
| | | | | | | | w/ gcc 6).
* | Create common build system files for warningsAllen Byrne2020-01-177-27/+143
|/
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-01-151-1/+1
|
* Adjust regex for warningsAllen Byrne2020-01-141-8/+8
|