summaryrefslogtreecommitdiff
path: root/Modules/FindHDF5.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindHDF5: search for the new Fortran HL library nameBen Boeckel2021-04-051-1/+1
* Merge topic 'FindHDF5-silence-output'Brad King2021-01-211-3/+5
|\
| * FindHDF5: silence STATUS messages when found with QUIETBen Boeckel2021-01-201-3/+3
| * FindHDF5: avoid writing to the output when testing h5ccBen Boeckel2021-01-201-0/+2
* | Merge topic 'FindHDF5-no-dedup-keywords'Brad King2021-01-151-28/+6
|\ \
| * | FindHDF5: Remove unnecessary de-duplication of HDF5_LIBRARIES and friendsKris Thielemans2021-01-121-22/+0
| * | FindHDF5: Simplify preprocessor setting de-duplicationBrad King2021-01-121-6/+6
* | | FindHDF5: List imported targets in debug outputKris Thielemans2021-01-111-0/+15
* | | FindHDF5: correct and describe list of imported targetKris Thielemans2021-01-111-9/+16
|/ /
* | Merge topic 'FindHDF5-dbg-and-rel'Brad King2021-01-061-1/+1
|\ \ | |/
| * FindHDF5: Fix finding both debug and release libsKris Thielemans2021-01-041-1/+1
* | Merge topic 'versionadded'Brad King2020-12-031-1/+11
|\ \ | |/ |/|
| * Help: Add `.. versionadded` directives to module docsNikita Nemkin2020-12-021-1/+11
* | FindHDF5: support the hdf5hl_fortran-based variable namesBen Boeckel2020-12-011-0/+4
* | FindHDF5: improve error messages when a location variable isn't knownBen Boeckel2020-12-011-2/+2
|/
* FindHDF5: Remove VTK library type detectionSeth R Johnson2020-08-141-5/+2
* FindHDF5: Port changes from VTKBen Boeckel2020-08-141-2/+152
* Merge topic 'findhdf5-fix-nohl'Brad King2020-08-111-1/+0
|\
| * FindHDF5: fix compiler detection when HL is disabledSeth R Johnson2020-08-101-1/+0
* | FindHDF5: use CMakeFiles for temporary filesSeth R Johnson2020-06-111-2/+2
|/
* Update links to gitlab.kitware.com repos to add `-/`Brad King2020-05-261-2/+2
* FindHDF5: Clean variables and outputSeth R Johnson2020-05-181-232/+244
* Merge topic 'FindHDF5-docs'Brad King2020-02-121-10/+8
|\
| * FindHDF5: docsMichael Hirsch, Ph.D2020-02-111-10/+8
* | FindHDF5: Improve search when not using HDF5 compiler wrapperMichael Hirsch, Ph.D2020-02-111-7/+20
* | FindHDF5: check that compiler wrapper can compile a minimal programMichael Hirsch, Ph.D2020-02-111-24/+35
|/
* FindHDF5: Append hdf5 to hdf5_hl to avoid undefined referencesWillem Deconinck2019-10-151-1/+1
* FindHDF5: Cray HDF5 Fortran module filename is usually capitalizedWillem Deconinck2019-10-151-1/+1
* Help: Improve description of modulesBartosz Kosiorek2019-04-231-22/+23
* FindHDF5: Modernize formatting of variable documentationMichael Hirsch, Ph.D2019-02-071-49/+69
* FindHDF5: Use execute_process instead of exec_programMichael Hirsch, Ph.D2019-02-071-10/+12
* FindHDF5: Fix search for static hdf5_hl on WindowsMouginot B2018-12-061-1/+1
* Help: Convert remaining modules to block-style commentsKitware Robot2018-10-221-103/+104
* Merge topic 'FindHDF5-c-version'Brad King2017-11-091-1/+1
|\
| * FindHDF5: Fix H5_VERSION on Patch in CAxel Huebl2017-11-081-1/+1
* | Fix trivial typos in textluzpaz2017-11-031-1/+1
|/
* FindHDF5: fixes for HL when using an imported configKris Thielemans2017-08-031-3/+9
* FindHDF5: unset some variablesKris Thielemans2017-08-031-12/+14
* FindHDF5: for a static imported config, use CONFIG-specific libraryKris Thielemans2017-08-031-1/+4
* FindHDF5: fix hdf5-config case with more than one configurationKris Thielemans2017-08-031-3/+43
* FindHDF5: Define H5_BUILT_AS_DYNAMIC_LIB when using Windows DLLsKris Thielemans2017-07-071-0/+4
* FindHDF5: Add support for HDF5_USE_STATIC_LIBRARIES on WindowsKris Thielemans2017-07-071-15/+23
* FindHDF5: Fix parallel detection when primary compiler is an HDF5 wrapperChuck Atkins2017-06-161-21/+27
* separgs: Use NATIVE_COMMAND where appropriateChristian Pfeiffer2017-04-261-5/+1
* Merge branch 'backport-FindHDF5-optional-no-config' into FindHDF5-optional-no...Brad King2017-03-211-1/+4
|\
| * FindHDF5: Add option to skip finding package configuration fileBrad King2017-03-211-1/+4
| * FindHDF5: Improve HDF5_ROOT variable documentationBrad King2017-03-211-1/+2
* | FindHDF5: Improve HDF5_ROOT and HDF5_FIND_DEBUG documentationBrad King2017-03-211-2/+4
* | Merge topic 'FindHDF5-fix-quoting'Brad King2017-03-211-1/+1
|\ \
| * | FindHDF5: fix quotingBen Boeckel2017-03-151-1/+1