summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
...
* Remove system command from valgrind reportsAllen Byrne2020-05-201-2/+2
* Modfy expression to match mpicc build with Intel as intel compiler, notLarry Knox2020-05-202-2/+2
* Add java version and reference libsettingsAllen Byrne2020-05-201-2/+3
* Update examples and fix old version references.Allen Byrne2020-05-204-11/+11
* Move MODEL check to before usage in CTestScript.cmake.Allen Byrne2020-05-202-7/+8
* Fix Fortran macro use and jni commentAllen Byrne2020-05-202-14/+8
* HDFFV-11036 add file compare test processAllen Byrne2020-05-202-5/+109
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-05-2016-209/+308
* CMake cleanupAllen Byrne2020-05-202-2/+2
* TRILAB-148 fix sanitizer and -fsanitize usageAllen Byrne2020-05-202-14/+17
* HDFFV-10996 - add java vol testsAllen Byrne2020-05-201-0/+301
* Correctly manage warnings for new testsAllen Byrne2020-05-201-0/+2
* Ext libs ZLIB and SZIP warnings are separate concernsAllen Byrne2020-05-201-0/+1
* Remove commented warnings lineAllen Byrne2020-05-201-6/+0
* Add another warning variationAllen Byrne2020-05-201-0/+1
* Correct ignore warningsAllen Byrne2020-05-201-2/+4
* Only use sanitizer with ClangAllen Byrne2020-05-201-1/+1
* Remove cmake macros from valgrind testsAllen Byrne2020-05-201-20/+0
* Revert "Revert "Moved -Wunsuffixed-float-constants to the developer warnings.""Dana Robinson2020-05-202-2/+9
* Revert "Moved -Wunsuffixed-float-constants to the developer warnings."Dana Robinson2020-05-202-9/+2
* Moved -Wunsuffixed-float-constants to the developer warnings.Dana Robinson2020-05-202-2/+9
* Removed UIUC from copyright, added helpful comment.Dana Robinson2020-05-201-2/+1
* Added a config file for ARM (Tested on a Raspberry Pi 3B+Dana Robinson2020-05-201-0/+17
* Create common build system files for warningsAllen Byrne2020-05-207-27/+143
* HDFFV-11001 need to qualify all by parallel or serial typesAllen Byrne2020-05-201-1/+1
* Adjust regex for warningsAllen Byrne2020-05-201-8/+8
* Ignore ZLIB warningsAllen Byrne2020-05-201-0/+1
* Separate result variables for the function performedAllen Byrne2020-05-203-88/+104
* Check for actual content before using fileAllen Byrne2020-05-205-264/+298
* Revert "let hdf5 pick up the right compiler in Intel environment"kmu2020-05-204-121/+10
* let hdf5 pick up the right compiler in Intel environmentkmu2020-05-204-10/+121
* Changed -Wformat-truncation to level 2 in CMake w/ gcc.Dana Robinson2020-05-201-1/+1
* Changed -Wformat-truncation's level from 2 to 1.Dana Robinson2020-05-201-1/+1
* Minor whitespaceAllen Byrne2020-05-201-2/+2
* Fix compile and test issues from DTAllen Byrne2020-05-204-5/+17
* TRILABS-135 Add clang analyzersAllen Byrne2020-05-206-3/+1233
* HDFFV-10979 fix global name clashAllen Byrne2020-05-201-0/+5
* Fix issues found with ONLY_SHARED_LIBS optionAllen Byrne2020-05-202-5/+8
* Fix java include, h5watch and remove clang tool.Allen Byrne2020-05-201-18/+0
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2020-05-202-2/+5
* Update reference files to latest outputAllen Byrne2020-05-201-3/+0
* Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le...David Young2020-05-202-88/+12
* Always warn on maybe-uninitialized. -Wincompatible-pointer-types was notDavid Young2020-05-201-2/+2
* Only promote maybe-uninitialized warnings to errors on GCC 8. Even onDavid Young2020-05-201-1/+7
* Only use -Werror=cast-function-type with GCC 8 and later.David Young2020-05-201-1/+1
* Put all of the -W options back into the order I found them in so that it'sDavid Young2020-05-201-29/+23
* Promote decleration-after-statement warnings to errors.David Young2020-05-201-1/+1
* Make errors of some more warnings. Move disabled warnings toDavid Young2020-05-201-31/+43
* Change some GCC warnings to errors. Fix code to quiet some warnings.David Young2020-05-202-12/+76
* Remove unneeded flag overwritesAllen Byrne2020-05-201-8/+0