Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removes cmake_ext_mod (files moved to cmake) (#2041) | Dana Robinson | 2022-08-19 | 1 | -484/+0 |
| | | | | At one time this content was a git submodule shared between several projects but that time has long passed. | ||||
* | Implement improved CMake fortran module folder from GH#1411 (#1922) | Allen Byrne | 2022-07-26 | 1 | -1/+4 |
| | | | | | | | | | * Implement improved CMake fortran module folder from GH#1411 * Update docs * Fix whitespace * Fix name case | ||||
* | Develop sync (#1793) | Allen Byrne | 2022-06-09 | 1 | -2/+6 |
| | | | | | * Synch update * Branch sync changes | ||||
* | Fix install config and java test name conflict (#1467) | Allen Byrne | 2022-03-01 | 1 | -1/+1 |
| | |||||
* | Do not set CMAKE_INSTALL_PREFIX when built externally (#1380) | Matt McCormick | 2022-01-19 | 1 | -1/+1 |
| | |||||
* | Updated README.txt to README.md (#1375) | Scot Breitenfeld | 2022-01-14 | 1 | -3/+3 |
| | | | | | | | | | | | * H5Lexists docs: Removed reference to 1.8.16 since the change is the 1.8.x releases, HDFFV-11289 * H5Oget_info_by_name, name can be any object, not just a group * Converted README.txt to README.md and updated files referring to README.txt to README.md. * removed references to README.txt * updated MANIFEST | ||||
* | To reduce maintenance effort, delete the `noerror-` variants of the compiler ↵ | David Young | 2021-10-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | flags files (#1033) * Avoid maintenance headaches: delete the `noerror-` variants of the compiler flags files, since they essentially duplicate the `error-` files modulo the replacement of `-Werror=` with `-W` and any changes in comments. (I verified the duplication with a script.) For autoconf, reinstate the use of the `demote_errors` shell function to derive the `noerror-` content from the `error-` content. `demote_errors` replaces `-Werror=` with `-W` when `WARNINGS_AS_ERRORS` is `no`. Slightly reorder `configure.ac` so that the setting of `WARNINGS_AS_ERRORS` takes effect before the `error-` files are sourced. * Take a stab at updating the CMake files to match the changes I made to the autoconf files to remove `noerror-` files. I'm not much of a CMake user so these changes are quite rough. Looks like the duplication can be reduced with the introduction of a new macro. * Delete `noerror-` files from the MANIFEST. * Reduce duplication in the CMake files: perform the HDF5_ENABLE_WARNINGS_AS_ERRORS test once in the ADD_H5_FLAGS macro. * Add a release note. | ||||
* | Update license url part2 (#333) | Larry Knox | 2021-02-17 | 1 | -1/+1 |
| | | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - files not in src or test. | ||||
* | Reclassify CMake messages - HDFFV-11144 (#253) | Allen Byrne | 2021-01-13 | 1 | -8/+6 |
| | | | | | | | | | | | | | * OESS-98 convert plugin option to FetchContent, add tests * Fixes for pkcfg files because of plugin option * OESS-98 fix tools test for plugins * Keep doxygen comments under 100 chars long - format hint * Whitespace * HDFFV-11144 - Reclassify CMake messages | ||||
* | OESS-98 convert plugin option to FetchContent, add tests (#155) | Allen Byrne | 2020-12-16 | 1 | -0/+13 |
| | | | | | | | | | | | * 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 | ||||
* | Correct TARGET variable and CMake config file location | Allen Byrne | 2020-11-11 | 1 | -2/+3 |
| | |||||
* | Merge pull request #67 from xantares/mingw1 | Larry Knox | 2020-10-31 | 1 | -1/+1 |
|\ | | | | | CMake: Set specific INSTALL_DATA_DIR only on MSVC | ||||
| * | CMake: Set specific INSTALL_DATA_DIR only on MSVC | Michel Zou | 2020-10-30 | 1 | -1/+1 |
| | | | | | | | | | | For MinGW we want INSTALL_DATA_DIR to be set to share instead of . to properly install files in a standard package layout. | ||||
* | | CMake: Add an option to opt-out MSVC naming convention | Michel Zou | 2020-10-30 | 1 | -2/+2 |
|/ | | | | | We might want to keep the default mingw import name, see: https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-hdf5/hdf5-default-import-suffix.patch | ||||
* | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 1 | -0/+13 |
| | |||||
* | Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and remove | Larry Knox | 2020-04-22 | 1 | -0/+18 |
| | | | | duplicate versions. | ||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -24/+12 |
| | |||||
* | HDFFV-10979 fix global name clash | Allen Byrne | 2019-12-11 | 1 | -0/+5 |
| | |||||
* | Add VS2019 support | Allen Byrne | 2019-11-18 | 1 | -1/+7 |
| | |||||
* | HDFFV-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 1 | -2/+2 |
| | |||||
* | CMake generator expr cannot be used in get_property cmd | Allen Byrne | 2019-07-18 | 1 | -9/+16 |
| | |||||
* | HDFFV-10845 update mingw cmake changes | Allen Byrne | 2019-07-17 | 1 | -2/+8 |
| | |||||
* | HDFFV-8631, HDFFV-10595, HDFFV-10845 | Allen Byrne | 2019-07-17 | 1 | -1/+6 |
| | |||||
* | HDFFV-10424 add optional variable to avoid PDB installs | Allen Byrne | 2019-07-17 | 1 | -1/+1 |
| | |||||
* | HDFFV-10581 fix locations for static pdb files | Allen Byrne | 2019-07-08 | 1 | -18/+16 |
| | |||||
* | Correct CMake issues | Allen Byrne | 2019-06-18 | 1 | -5/+4 |
| | |||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 1 | -1/+3 |
| | | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules | ||||
* | Revert build name setting | Allen Byrne | 2019-01-27 | 1 | -1/+1 |
| | |||||
* | Fix CMake on Windows | Allen Byrne | 2019-01-25 | 1 | -1/+1 |
| | |||||
* | CMake fix | Allen Byrne | 2019-01-24 | 1 | -1/+1 |
| | |||||
* | Java html fix and cmake update | Allen Byrne | 2019-01-24 | 1 | -2/+2 |
| | |||||
* | Update CMake | Allen Byrne | 2019-01-23 | 1 | -1/+1 |
| | |||||
* | HDFFV-10594 - mac must be space separated | Allen Byrne | 2018-09-26 | 1 | -1/+6 |
| | |||||
* | Add extra path option for build location | Allen Byrne | 2018-09-26 | 1 | -2/+2 |
| | |||||
* | Use relative RPATH paths | Allen Byrne | 2018-09-26 | 1 | -0/+10 |
| | |||||
* | Move muti-config dir setting to root process | Allen Byrne | 2018-09-01 | 1 | -3/+4 |
| | |||||
* | Correct name of osx installer | Allen Byrne | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 Refactor fortran properties | Allen Byrne | 2018-04-30 | 1 | -18/+0 |
| | |||||
* | TRILABS-19 revert to previous method | Allen Byrne | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -27/+23 |
| | |||||
* | Correct if block typo | Allen Byrne | 2018-03-22 | 1 | -0/+1 |
| | |||||
* | Correct VS version for readme | Allen Byrne | 2018-03-22 | 1 | -3/+4 |
| | |||||
* | Fix CMake build type if none was specified to be cached | Jerome Soumagne | 2018-03-02 | 1 | -2/+6 |
| | | | | Restrict CMAKE_BUILD_TYPE to default ones | ||||
* | Fix windows compile errors abstract out common settings | Allen Byrne | 2018-01-29 | 1 | -1/+83 |
| | |||||
* | HDFFV-10385 some platforms need this var | Allen Byrne | 2018-01-22 | 1 | -1/+1 |
| | |||||
* | HDFFV-10385 test OUTPUT_NAME var for mac | Allen Byrne | 2018-01-22 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 rename vars and macros | Allen Byrne | 2018-01-19 | 1 | -13/+13 |
| | |||||
* | HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-18 | 1 | -13/+6 |
| | |||||
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -12/+20 |
| | |||||
* | Revert CMAKE_BUILD_TYPE for matches - need to redesign | Allen Byrne | 2018-01-12 | 1 | -1/+4 |
| |