summaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | 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
|