summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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-061-2/+2
| |
| * Fix missing endifAllen Byrne2020-04-061-0/+1
| |
| * Correct improper file moveAllen Byrne2020-04-061-0/+420
| |
| * Move intel warnings to subfolder, update autotools filesAllen Byrne2020-04-063-499/+69
| |
| * Correct whitespace in flags, force list modeAllen Byrne2020-04-051-3/+3
| |
| * 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-052-4/+164
| |
| * TRILAB-192 add comparable clang flagsAllen Byrne2020-03-272-5/+13
| |
| * TRILAB-192 restrict extensive warnings to librariesAllen Byrne2020-03-241-110/+80
| |
| * Correct syntaxAllen Byrne2020-03-231-2/+2
| |
| * Update CMake compiler flags to use same set of warningsAllen Byrne2020-03-231-31/+82
| |
| * Merge pull request #2402 in HDFFV/hdf5 from ↵David Young2020-03-231-3/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | ~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-191-3/+3
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Add Splitter VFD to library.Jacob Smith2020-03-133-0/+24
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * "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).
* | Remove system command from valgrind reportsAllen Byrne2020-03-021-2/+2
| |
* | 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-251-8/+2
|
* HDFFV-11036 add file compare test processAllen Byrne2020-02-242-5/+109
|
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-2111-95/+187
|
* TRILAB-148 fix sanitizer and -fsanitize usageAllen Byrne2020-02-121-1/+3
|
* 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
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-271-22/+5
|\ | | | | | | | | | | | | | | * 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
| |
| * Remove cmake macros from valgrind testsAllen Byrne2020-01-251-20/+0
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-01-241-1/+6
|\ \ | |/ | | | | | | | | | | | | | | | | | | * 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-231-1/+6
| | | | | | | | This reverts commit 6486e06545bf637d46e18a787395542f4fca143a.
* | Create common build system files for warningsAllen Byrne2020-01-171-10/+35
|/
* Separate result variables for the function performedAllen Byrne2020-01-091-55/+65
|
* Check for actual content before using fileAllen Byrne2020-01-093-108/+123
|
* Merge pull request #2221 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵Dana Robinson2020-01-021-1/+1
|\ | | | | | | | | | | | | | | to develop * commit '1a50056dafc8e22facda675acb43a71705fdd15c': Changed -Wformat-truncation to level 2 in CMake w/ gcc. Changed -Wformat-truncation's level from 2 to 1.
| * Changed -Wformat-truncation to level 2 in CMake w/ gcc.Dana Robinson2020-01-011-1/+1
| |
* | Fix compile and test issues from DTAllen Byrne2019-12-131-2/+6
| |
* | TRILABS-135 Add clang analyzersAllen Byrne2019-12-111-3/+11
| |
* | Fix issues found with ONLY_SHARED_LIBS optionAllen Byrne2019-12-112-5/+8
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-12-051-1/+1
|\ \ | |/ | | | | | | * commit 'c7b3d6d6a5c1d376812e17c0ddb26f55334a2c59': Yanked -Wc++-compat from the flags used to build the C library in both the Autotools and CMake.
| * Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-1/+1
| | | | | | | | the Autotools and CMake.
* | Remove unneeded flag overwritesAllen Byrne2019-11-251-8/+0
|/
* Add VS2019 supportAllen Byrne2019-11-185-5/+35
|
* Fix MPI test dependsAllen Byrne2019-10-231-2/+2
|
* Update versioning to next major versionAllen Byrne2019-09-254-4/+7
|
* Update develop branch version to 1.13.0 after creation of hdf5_1_12Larry Knox2019-09-251-1/+1
| | | | branch.
* Correct HDF5 options to tristate values.Allen Byrne2019-09-171-6/+10
|
* HDFFV-10901 add missing config optionsAllen Byrne2019-09-133-15/+90
|