summaryrefslogtreecommitdiffstats
path: root/config/cmake
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove duplicate setting (#236)Allen Byrne2021-01-051-1/+0
| | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Remove duplicate setting
* close #195. (#196)H. Joe Lee2020-12-171-2/+2
| | | | | * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake
* OESS-98 fix hdf5 link target (#188)Allen Byrne2020-12-161-2/+1
| | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * OESS-98 fix hdf5 link target
* OESS-98 convert plugin option to FetchContent, add tests (#155)Allen Byrne2020-12-162-102/+91
| | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * Update other test machines * OESS-98 fix tools test for plugins * HDFFV-10865 performance improvement for java array
* Add else choice to error flags option (#128)Allen Byrne2020-11-252-0/+12
|
* Adds a configure/CMake option to control -Werror behavior (#119)Dana Robinson2020-11-252-8/+33
| | | | | * Works in both Autotools and CMake * OFF by default * Reverts "always on" -Werror behavior released in 1.10.7
* Correct TARGET variable and CMake config file locationAllen Byrne2020-11-111-2/+2
|
* Merge pull request #69 from xantares/mingw3Larry Knox2020-11-021-0/+2
|\ | | | | CMake: Add an option to opt-out static libgcc
| * CMake: Add an option to opt-out static libgccMichel Zou2020-10-311-0/+2
| | | | | | | | | | With sjlj exception model, statically link to libgcc/libstdc++ prevents exceptions to be caught from other dynamic libraries.
* | CMake: MINGW implies WIN32Michel Zou2020-10-302-6/+6
|/
* Correct SZ options for building pluginsAllen Byrne2020-10-212-9/+9
|
* URL and options correctionsAllen Byrne2020-10-191-0/+2
|
* Whitespace and url correctionAllen Byrne2020-10-191-1/+1
|
* Remove obsolete fileAllen Byrne2020-10-071-111/+0
|
* Refactor parser GCC diagnostic statementsAllen Byrne2020-10-061-4/+20
|
* Remove setting from cacheinit fileAllen Byrne2020-09-281-2/+0
|
* OESS-98 merge with clang-format changesAllen Byrne2020-09-254-1/+278
|
* Fix memory sanity check option in CMakeJordan Henderson2020-09-231-1/+1
|
* Add zllib and szip pagesAllen Byrne2020-09-041-0/+12
|
* MinGW uses "MinGW Makefiles"Allen Byrne2020-08-261-1/+6
|
* Fixes CMake issue with file locking variableDana Robinson2020-08-181-1/+1
|
* Squash merge of file locking fixesDana Robinson2020-08-033-0/+32
|
* Tools refactorAllen Byrne2020-07-151-1/+1
| | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists.
* HDFFV-11116 Add option for install location of Fortran MOD filesAllen Byrne2020-07-091-0/+3
|
* Small changes discovered with mingw and windows defines movedAllen Byrne2020-07-021-1/+1
|
* Clean up warningsQuincey Koziol2020-06-281-3/+0
|
* Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered ↵Quincey Koziol2020-06-271-3/+0
| | | | around in various places. Also clean up iopipe.c.
* Make changes to CMake CompilerFlags.cmake files so extra flags areLarry Knox2020-06-102-52/+30
| | | | loaded for non-GNU compilers.
* 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-183-166/+11
| | | | | | | 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.
* Change to use aliasAllen Byrne2020-05-081-1/+1
|
* OESS-65 fix packaging config filesAllen Byrne2020-05-082-2/+2
|
* Restrict errors to gcc 4.8 and above.Allen Byrne2020-04-241-2/+4
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-231-7/+6
|\ | | | | | | | | * commit '8921d12c56960379c7d84584e42bbaf68b30e142': TRILAB-244 separate CXX warnings and errors from C
| * TRILAB-244 separate CXX warnings and errors from CAllen Byrne2020-04-231-7/+6
| |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2020-04-233-75/+55
|\ \ | |/ | | | | | | | | | | | | | | * 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-233-75/+55
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | |
| | * Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and removeLarry Knox2020-04-223-54/+0
| | | | | | | | | | | | 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-202-15/+23
| | | | | | | | | | | | | | | | | | 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-222-0/+4
|/ /
* | Trim trailing whitespaceQuincey Koziol2020-04-202-2/+2
|/
* 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-132-82/+197
|
* Add enable-mirror-vfd flag to configure options.Jacob Smith2020-04-081-5/+11
|
* Merge branch 'develop' of ↵Jacob Smith2020-04-075-148/+580
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into feature/vfd_splitter_mirror_a
| * 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-061-0/+2
| |
| * Update printf pointer syntax and revert fortran to f2003Allen Byrne2020-04-061-1/+1
| |