summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Clean up code to get clang version in config/linux-gnulibc1Larry Knox2020-06-081-7/+6
|
* Add flags from config/clang-warnings/*general files to H5 C and CXX flags ↵Larry Knox2020-06-065-75/+5
| | | | | | | for all versions of Clang and Clang++ compilers. Switched from cut to awk in testcheck_version.sh.in to avoid dependence on tab vs. " " in version definitions in H5public.h.
* Add files for adding warning flags for clang compilers in autotoolsLarry Knox2020-06-027-1/+524
| | | | configure.
* Removed trailing space from Fortran files.Dana Robinson2020-05-261-1/+1
|
* Revise gnu-*flags and cmake/HDF*CompilerFlags.cmake files to add warningLarry Knox2020-05-1829-350/+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 path for mingwAllen Byrne2020-05-151-2/+2
|
* Correct filenameAllen Byrne2020-05-081-7/+7
|
* Change to use aliasAllen Byrne2020-05-081-1/+1
|
* OESS-65 fix packaging config filesAllen Byrne2020-05-083-3/+3
|
* Merge pull request #2542 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ↵Dana Robinson2020-04-271-0/+4
|\ | | | | | | | | | | | | to develop * commit 'c3367e6634d4dee88ff855da08e312f6685c23af': Moved -Woverlength-strings to the developer flags.
| * Moved -Woverlength-strings to the developer flags.Dana Robinson2020-04-261-0/+4
| |
* | Restrict errors to gcc 4.8 and above.Allen Byrne2020-04-242-2/+6
|/
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-239-49/+118
|\ | | | | | | | | * commit '8921d12c56960379c7d84584e42bbaf68b30e142': TRILAB-244 separate CXX warnings and errors from C
| * TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-239-49/+118
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-237-102/+104
|\ \ | |/ | | | | | | | | | | | | | | * commit '5ea58acf8a2bdf8ca19d4c86d9ef94fbc4ac449f': Add missing ')'. Add C++ warnings treated as error for autotools builds. Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and remove duplicate versions. Address PR suggestions and add overlooked GCC compiler version flags. 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.
| * Merge pull request #2525 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2020-04-237-102/+104
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * commit '43424a1392b662a29542bb70014c253162ccfe48': Add missing ')'. Add C++ warnings treated as error for autotools builds. Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and remove duplicate versions. Address PR suggestions and add overlooked GCC compiler version flags. 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.
| | * Add missing ')'.Larry Knox2020-04-231-1/+1
| | |
| | * Add C++ warnings treated as error for autotools builds.Larry Knox2020-04-231-1/+1
| | |
| | * Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and removeLarry Knox2020-04-224-54/+18
| | | | | | | | | | | | duplicate versions.
| | * Address PR suggestions and add overlooked GCC compiler version flags.Larry Knox2020-04-222-19/+45
| | |
| | * Don't add general warnings flags for unsupported old versions of gcc andLarry Knox2020-04-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-04-223-37/+31
|/ /
* | Trim trailing whitespaceQuincey Koziol2020-04-206-20/+20
|/
* 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-89/+199
|
* Merge pull request #2452 in HDFFV/hdf5 from ↵Jake Smith2020-04-114-0/+33
|\ | | | | | | | | | | | | | | | | | | | | | | ~JAKE.SMITH/hdf5:feature/vfd_splitter_mirror_a to develop Add Splitter VFD and Mirror VFD. * commit '664fc6af47e369152727ff66d68d8532feb0e210': Add enable-mirror-vfd flag to configure options. Tidying of Mirror VFD. Add function header comment for `mirror_writer:run_writer()`. Add Splitter VFD to library.
| * Add enable-mirror-vfd flag to configure options.Jacob Smith2020-04-081-5/+11
| |
| * Merge branch 'develop' of ↵Jacob Smith2020-04-0764-1112/+1336
| |\ | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into feature/vfd_splitter_mirror_a
| * | Add Splitter VFD to library.Jacob Smith2020-03-134-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-04-101-12/+12
| | | | | | | | | | | | load_gcc_arguments.
* | | Update all load_gcc_arguments to load_gnu_arguments.Larry Knox2020-04-091-11/+11
| | | | | | | | | | | | Fixes TRILAB-212.
* | | Squashed commit of the following:Larry Knox2020-04-082-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-04-071-7/+2
| |
* | Remove flag from gfort-general in gfort-5, add /EHsc to Win C++Allen Byrne2020-04-062-1/+2
| |
* | Update printf pointer syntax and revert fortran to f2003Allen Byrne2020-04-061-1/+1
| |
* | Reduce window fortran standard to f90Allen Byrne2020-04-061-1/+1
| |
* | Minor updates and fix settings for fortran flagsAllen Byrne2020-04-061-1/+1
| |
* | Update intel flagsAllen Byrne2020-04-063-2/+4
| |
* | Fix missing endifAllen Byrne2020-04-061-0/+1
| |
* | Correct improper file moveAllen Byrne2020-04-061-0/+0
| |
* | Move intel warnings to subfolder, update autotools filesAllen Byrne2020-04-067-97/+113
| |
* | Correct whitespace in flags, force list modeAllen Byrne2020-04-054-15/+15
| |
* | 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
| | |