summaryrefslogtreecommitdiffstats
path: root/Modules/FindHDF5.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindHDF5: Restore HDF5_INCLUDE_DIR in all code pathsBrad King2017-02-031-5/+6
* FindHDF5: Restore fallback to static librariesBrad King2017-02-031-11/+12
* FindHDF5: Fix search with HDF5_ROOTBrad King2017-02-031-8/+33
* FindHDF5: Use keywords in find_library callsBrad King2017-02-031-2/+8
* FindHDF5: Initialize/finalize internal search options variableBrad King2017-02-031-7/+11
* FindHDF5: Fix command-line parsing argument extraction orderBrad King2017-02-031-55/+37
* FindHDF5: use the target rather than the pathBen Boeckel2017-01-161-4/+4
* Merge topic 'FindHDF5-restore-default-C'Brad King2016-11-031-10/+2
|\
| * FindHDF5: Restore pre-3.6 behavior of finding only C by defaultBrad King2016-11-021-10/+2
| * Merge branch 'FindHDF5-fix-hl-fortran' into releaseBrad King2016-09-021-1/+1
| |\
* | | Simplify CMake per-source license noticesBrad King2016-09-271-14/+3
* | | Merge topic 'FindHDF5-is-parallel'Brad King2016-09-031-8/+60
|\ \ \ | |/ /
| * | FindHDF5: Fix regression in providing HDF5_IS_PARALLELBrad King2016-09-021-8/+60
* | | Merge topic 'FindHDF5-fix-hl-fortran'Brad King2016-09-031-1/+1
|\ \ \ | | |/ | |/|
| * | FindHDF5: Fix regression in finding hdf5hl_fortranBrad King2016-09-021-1/+1
| |/
* | issues: update references to the CMake issue trackerBen Boeckel2016-08-151-2/+2
|/
* FindHDF5: Make sure compile definition vars keep the -D flagChuck Atkins2016-08-021-1/+1
* FindHDF5: Cleanup inconsistent use of HDF5_ROOTChuck Atkins2016-07-121-10/+14
* FindHDF5: Properly fail when required components are not found.Chuck Atkins2016-07-121-1/+20
* FindHDF5: Fix h5cc arg parsing to work with homebrew on MacChuck Atkins2016-07-121-26/+65
* FindHDF5: create all the *_LIBRARIES when using hdf5-config.cmakeRobert Maynard2016-06-241-0/+4
* FindHDF5: cache the correct path to the high level librariesRobert Maynard2016-06-241-3/+3
* FindHDF5: When component targets not found fallback to compiler wrappersRobert Maynard2016-06-231-0/+6
* FindHDF5: Handle HDF5 builds with non-suffixed componentsRobert Maynard2016-06-231-0/+7
* FindHDF5: correctly add lang to each component target name.Robert Maynard2016-06-231-1/+1
* FindHDF5: Add backwards compatability for already-found searchesChuck Atkins2016-06-021-4/+11
* HDF5: Rework component searching to correctly find HL for all bindingsChuck Atkins2016-05-121-78/+204
* Merge topic 'fix-hdf5-for-compiler-wrapers'Brad King2016-05-101-113/+272
|\
| * HDF5: Refactor the use of compiler wrappersChuck Atkins2016-05-091-113/+272
* | FindHDF5: Add another debug suffixFARBOS Arnaud2016-05-021-2/+2
|/
* Replace http://www.cmake.org URLs with https://cmake.orgBrad King2015-09-251-1/+1
* FindHDF5: Add NAMES_PER_DIR and introduce HDF5_PREFER_PARALLELPaul Romano2015-09-111-4/+24
* FindHDF5: Add hdf5_hl to list of libraries to search for Fortran_HLPaul Romano2015-09-011-1/+1
* FindHDF5: Fix support for HL and Fortran_HL componentsPaul Romano2015-09-011-0/+2
* FindHDF5: Add version supportAxel Huebl2015-05-131-3/+16
* FindHDF5: Check for a few H5pubconf*.h name variantsBrad King2015-05-131-2/+4
* Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-1/+1
* Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-141-2/+2
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-38/+51
* FindHDF5: Fix regression in per-configuration library selectionBrad King2013-09-191-36/+2
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-31/+31
* Added HDF5 high level Fortran bindings to available components.Will Dicharry2011-08-021-6/+13
* Remove unnecessary mark_as_advanced from FindHDF5.Will Dicharry2011-05-251-15/+6
* FindHDF5 ensures good link lines when libraries are duplicated.Will Dicharry2011-05-251-5/+16
* Fix for bug 11752, mixed debug and release libraries.Will Dicharry2011-05-251-3/+7
* Use HDF5_FOUND to control autoconf and CMake built FindHDF5.Will Dicharry2011-05-251-35/+34
* Use CMAKE_CURRENT_LIST_DIR to locate FindPackageHandleStandardArgs.Will Dicharry2011-05-241-1/+1
* Add logic for CMake built HDF5 install.Will Dicharry2011-05-161-15/+37
* HDF5 high level library is a find COMPONENT now.Will Dicharry2011-05-161-2/+7