summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Correct filenameAllen Byrne2020-05-201-7/+7
|
* Change to use aliasAllen Byrne2020-05-201-1/+1
|
* OESS-65 fix packaging config filesAllen Byrne2020-05-203-3/+3
|
* Moved -Woverlength-strings to the developer flags.Dana Robinson2020-05-201-0/+4
|
* Restrict errors to gcc 4.8 and above.Allen Byrne2020-05-202-2/+6
|
* TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-05-209-49/+118
|
* Add missing ')'.Larry Knox2020-05-201-1/+1
|
* Add C++ warnings treated as error for autotools builds.Larry Knox2020-05-201-1/+1
|
* Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and removeLarry Knox2020-05-204-54/+18
| | | | duplicate versions.
* Address PR suggestions and add overlooked GCC compiler version flags.Larry Knox2020-05-202-19/+45
|
* Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-05-204-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.
* OESS-65 add option to use AEC library in place of SZipAllen Byrne2020-05-203-37/+31
|
* Trim trailing whitespaceQuincey Koziol2020-05-206-20/+20
|
* TRILAB-192 version of std=f2008 special checkAllen Byrne2020-05-201-42/+47
|
* TRILAB-192 - cleanup edits and match CMake CXX to autotoolsAllen Byrne2020-05-204-89/+199
|
* Add enable-mirror-vfd flag to configure options.Jacob Smith2020-05-201-5/+11
|
* Add Splitter VFD to library.Jacob Smith2020-05-204-0/+27
| | | | | | | | | | | | | | | * "Simultaneous and equivalent" Read-Write and Write-Only channels for file I/O. * Only supports drivers with the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE flag for now, preventing issues with multi-file drivers. Add Mirror VFD to library. * Write-only operations over a network. * Uses TCP/IP sockets. * Server and auxiliary server-shutdown programs provided in a new directory, `utils/mirror_vfd`. * Automated testing via loopback ("remote" of localhost).
* Add missing " and update function calls incorrectly namedLarry Knox2020-05-201-12/+12
| | | | load_gcc_arguments.
* Update all load_gcc_arguments to load_gnu_arguments.Larry Knox2020-05-201-11/+11
| | | | Fixes TRILAB-212.
* Squashed commit of the following:Larry Knox2020-05-202-4/+5
| | | | | | | | | commit 8963c3bf756f8f8ec21beea9bd29a767e77675a8 Author: Larry Knox <lrknox@hdfgroup.org> Date: Wed Apr 8 16:52:27 2020 -0500 Commit changes to gnu-cxxflags to remove unmatched " and to gnu-fflags to not add C warnings flags to H5_FCFLAGS.
* Hide Frortran directive warningsAllen Byrne2020-05-201-7/+2
|
* Remove flag from gfort-general in gfort-5, add /EHsc to Win C++Allen Byrne2020-05-202-1/+2
|
* Update printf pointer syntax and revert fortran to f2003Allen Byrne2020-05-201-1/+1
|
* Reduce window fortran standard to f90Allen Byrne2020-05-201-1/+1
|
* Minor updates and fix settings for fortran flagsAllen Byrne2020-05-201-1/+1
|
* Update intel flagsAllen Byrne2020-05-203-2/+4
|
* Fix missing endifAllen Byrne2020-05-201-0/+1
|
* Correct improper file moveAllen Byrne2020-05-201-0/+0
|
* Move intel warnings to subfolder, update autotools filesAllen Byrne2020-05-207-97/+113
|
* Correct whitespace in flags, force list modeAllen Byrne2020-05-204-15/+15
|
* Flag construction must be after compiler detectionAllen Byrne2020-05-203-87/+342
|
* TRILAB-192 add c++ and fortran warnings build systems one fileAllen Byrne2020-05-2016-756/+452
|
* Correct extra flagsAllen Byrne2020-05-201-2/+2
|
* TRILAB-192 remove commentAllen Byrne2020-05-201-1/+0
|
* TRILAB-192 add comparable clang flagsAllen Byrne2020-05-206-5/+123
|
* TRILAB-24 use CHECK_STRUCT_HAS_MEMBERAllen Byrne2020-05-202-88/+13
|
* Reorg commentsAllen Byrne2020-05-201-4/+22
|
* Correct warning flag formAllen Byrne2020-05-201-1/+1
|
* Because of tools macro, this needs to be a warningAllen Byrne2020-05-201-1/+3
|
* Fix Werror issues in JNI and toolsAllen Byrne2020-05-201-3/+1
|
* TRILAB-192 fix JNI shadow warningAllen Byrne2020-05-201-6/+1
|
* TRILAB-192 restrict extensive warnings to librariesAllen Byrne2020-05-202-144/+107
|
* TRILAB-192 Identify warnings that fail as errorsAllen Byrne2020-05-202-11/+72
|
* Correct syntaxAllen Byrne2020-05-201-2/+2
|
* Update CMake compiler flags to use same set of warningsAllen Byrne2020-05-201-31/+82
|
* Move the GNU warnings configuration under config/gnu-warnings/ and trimDavid Young2020-05-2036-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-05-201-1/+19
|
* Incorporate the H5_ECFLAGS into the library CFLAGS. Now a bunch of errors willDavid Young2020-05-201-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-05-2034-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-05-202-59/+63
|