summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/HDFMacros.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix install config and java test name conflict (#1467)Allen Byrne2022-03-011-1/+1
|
* Do not set CMAKE_INSTALL_PREFIX when built externally (#1380)Matt McCormick2022-01-191-1/+1
|
* Updated README.txt to README.md (#1375)Scot Breitenfeld2022-01-141-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 Young2021-10-061-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 Knox2021-02-171-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 Byrne2021-01-131-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 Byrne2020-12-161-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 locationAllen Byrne2020-11-111-2/+3
|
* Merge pull request #67 from xantares/mingw1Larry Knox2020-10-311-1/+1
|\ | | | | CMake: Set specific INSTALL_DATA_DIR only on MSVC
| * CMake: Set specific INSTALL_DATA_DIR only on MSVCMichel Zou2020-10-301-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 conventionMichel Zou2020-10-301-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 changesAllen Byrne2020-09-251-0/+13
|
* Move macro ADD_H5_CFLAGS to cmake_ext_mod/HDFMacros.cmake and removeLarry Knox2020-04-221-0/+18
| | | | duplicate versions.
* TRILAB-142 Change minimum CMake version to 3.12Allen Byrne2020-02-211-24/+12
|
* HDFFV-10979 fix global name clashAllen Byrne2019-12-111-0/+5
|
* Add VS2019 supportAllen Byrne2019-11-181-1/+7
|
* HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-231-2/+2
|
* CMake generator expr cannot be used in get_property cmdAllen Byrne2019-07-181-9/+16
|
* HDFFV-10845 update mingw cmake changesAllen Byrne2019-07-171-2/+8
|
* HDFFV-8631, HDFFV-10595, HDFFV-10845Allen Byrne2019-07-171-1/+6
|
* HDFFV-10424 add optional variable to avoid PDB installsAllen Byrne2019-07-171-1/+1
|
* HDFFV-10581 fix locations for static pdb filesAllen Byrne2019-07-081-18/+16
|
* Correct CMake issuesAllen Byrne2019-06-181-5/+4
|
* HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-181-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 settingAllen Byrne2019-01-271-1/+1
|
* Fix CMake on WindowsAllen Byrne2019-01-251-1/+1
|
* CMake fixAllen Byrne2019-01-241-1/+1
|
* Java html fix and cmake updateAllen Byrne2019-01-241-2/+2
|
* Update CMakeAllen Byrne2019-01-231-1/+1
|
* HDFFV-10594 - mac must be space separatedAllen Byrne2018-09-261-1/+6
|
* Add extra path option for build locationAllen Byrne2018-09-261-2/+2
|
* Use relative RPATH pathsAllen Byrne2018-09-261-0/+10
|
* Move muti-config dir setting to root processAllen Byrne2018-09-011-3/+4
|
* Correct name of osx installerAllen Byrne2018-08-231-1/+1
|
* TRILABS-19 Refactor fortran propertiesAllen Byrne2018-04-301-18/+0
|
* TRILABS-19 revert to previous methodAllen Byrne2018-04-271-1/+1
|
* TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-261-27/+23
|
* Correct if block typoAllen Byrne2018-03-221-0/+1
|
* Correct VS version for readmeAllen Byrne2018-03-221-3/+4
|
* Fix CMake build type if none was specified to be cachedJerome Soumagne2018-03-021-2/+6
| | | | Restrict CMAKE_BUILD_TYPE to default ones
* Fix windows compile errors abstract out common settingsAllen Byrne2018-01-291-1/+83
|
* HDFFV-10385 some platforms need this varAllen Byrne2018-01-221-1/+1
|
* HDFFV-10385 test OUTPUT_NAME var for macAllen Byrne2018-01-221-2/+2
|
* HDFFV-10385 rename vars and macrosAllen Byrne2018-01-191-13/+13
|
* HDFFV-10385 Refactor out CMAKE_BUILD_TYPE usageAllen Byrne2018-01-181-13/+6
|
* HDFFV-10385 rework java namesAllen Byrne2018-01-171-12/+20
|
* Revert CMAKE_BUILD_TYPE for matches - need to redesignAllen Byrne2018-01-121-1/+4
|
* HDFFV-10385 multi-config builders need folder setAllen Byrne2018-01-101-2/+1
|
* HDFFV-10385 fix platform errorsAllen Byrne2018-01-091-17/+4
|
* HDFFV-10385 refactor CMAKE_BUILD_TYPE usageAllen Byrne2018-01-091-4/+35
|