index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
FindHDF5.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
FindHDF5: Restore HDF5_INCLUDE_DIR in all code paths
Brad King
2017-02-03
1
-5/+6
*
FindHDF5: Restore fallback to static libraries
Brad King
2017-02-03
1
-11/+12
*
FindHDF5: Fix search with HDF5_ROOT
Brad King
2017-02-03
1
-8/+33
*
FindHDF5: Use keywords in find_library calls
Brad King
2017-02-03
1
-2/+8
*
FindHDF5: Initialize/finalize internal search options variable
Brad King
2017-02-03
1
-7/+11
*
FindHDF5: Fix command-line parsing argument extraction order
Brad King
2017-02-03
1
-55/+37
*
FindHDF5: use the target rather than the path
Ben Boeckel
2017-01-16
1
-4/+4
*
Merge topic 'FindHDF5-restore-default-C'
Brad King
2016-11-03
1
-10/+2
|
\
|
*
FindHDF5: Restore pre-3.6 behavior of finding only C by default
Brad King
2016-11-02
1
-10/+2
|
*
Merge branch 'FindHDF5-fix-hl-fortran' into release
Brad King
2016-09-02
1
-1/+1
|
|
\
*
|
|
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-14/+3
*
|
|
Merge topic 'FindHDF5-is-parallel'
Brad King
2016-09-03
1
-8/+60
|
\
\
\
|
|
/
/
|
*
|
FindHDF5: Fix regression in providing HDF5_IS_PARALLEL
Brad King
2016-09-02
1
-8/+60
*
|
|
Merge topic 'FindHDF5-fix-hl-fortran'
Brad King
2016-09-03
1
-1/+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
FindHDF5: Fix regression in finding hdf5hl_fortran
Brad King
2016-09-02
1
-1/+1
|
|
/
*
|
issues: update references to the CMake issue tracker
Ben Boeckel
2016-08-15
1
-2/+2
|
/
*
FindHDF5: Make sure compile definition vars keep the -D flag
Chuck Atkins
2016-08-02
1
-1/+1
*
FindHDF5: Cleanup inconsistent use of HDF5_ROOT
Chuck Atkins
2016-07-12
1
-10/+14
*
FindHDF5: Properly fail when required components are not found.
Chuck Atkins
2016-07-12
1
-1/+20
*
FindHDF5: Fix h5cc arg parsing to work with homebrew on Mac
Chuck Atkins
2016-07-12
1
-26/+65
*
FindHDF5: create all the *_LIBRARIES when using hdf5-config.cmake
Robert Maynard
2016-06-24
1
-0/+4
*
FindHDF5: cache the correct path to the high level libraries
Robert Maynard
2016-06-24
1
-3/+3
*
FindHDF5: When component targets not found fallback to compiler wrappers
Robert Maynard
2016-06-23
1
-0/+6
*
FindHDF5: Handle HDF5 builds with non-suffixed components
Robert Maynard
2016-06-23
1
-0/+7
*
FindHDF5: correctly add lang to each component target name.
Robert Maynard
2016-06-23
1
-1/+1
*
FindHDF5: Add backwards compatability for already-found searches
Chuck Atkins
2016-06-02
1
-4/+11
*
HDF5: Rework component searching to correctly find HL for all bindings
Chuck Atkins
2016-05-12
1
-78/+204
*
Merge topic 'fix-hdf5-for-compiler-wrapers'
Brad King
2016-05-10
1
-113/+272
|
\
|
*
HDF5: Refactor the use of compiler wrappers
Chuck Atkins
2016-05-09
1
-113/+272
*
|
FindHDF5: Add another debug suffix
FARBOS Arnaud
2016-05-02
1
-2/+2
|
/
*
Replace http://www.cmake.org URLs with https://cmake.org
Brad King
2015-09-25
1
-1/+1
*
FindHDF5: Add NAMES_PER_DIR and introduce HDF5_PREFER_PARALLEL
Paul Romano
2015-09-11
1
-4/+24
*
FindHDF5: Add hdf5_hl to list of libraries to search for Fortran_HL
Paul Romano
2015-09-01
1
-1/+1
*
FindHDF5: Fix support for HL and Fortran_HL components
Paul Romano
2015-09-01
1
-0/+2
*
FindHDF5: Add version support
Axel Huebl
2015-05-13
1
-3/+16
*
FindHDF5: Check for a few H5pubconf*.h name variants
Brad King
2015-05-13
1
-2/+4
*
Remove .* expressions from beginning and end of MATCHES regexs
Rolf Eike Beer
2014-04-14
1
-1/+1
*
Replace string(REGEX REPLACE) with string(REPLACE) where possible
Rolf Eike Beer
2014-04-14
1
-2/+2
*
Convert builtin help to reStructuredText source files
Kitware Robot
2013-10-15
1
-38/+51
*
FindHDF5: Fix regression in per-configuration library selection
Brad King
2013-09-19
1
-36/+2
*
Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()
Rolf Eike Beer
2012-11-04
1
-1/+1
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-31/+31
*
Added HDF5 high level Fortran bindings to available components.
Will Dicharry
2011-08-02
1
-6/+13
*
Remove unnecessary mark_as_advanced from FindHDF5.
Will Dicharry
2011-05-25
1
-15/+6
*
FindHDF5 ensures good link lines when libraries are duplicated.
Will Dicharry
2011-05-25
1
-5/+16
*
Fix for bug 11752, mixed debug and release libraries.
Will Dicharry
2011-05-25
1
-3/+7
*
Use HDF5_FOUND to control autoconf and CMake built FindHDF5.
Will Dicharry
2011-05-25
1
-35/+34
*
Use CMAKE_CURRENT_LIST_DIR to locate FindPackageHandleStandardArgs.
Will Dicharry
2011-05-24
1
-1/+1
*
Add logic for CMake built HDF5 install.
Will Dicharry
2011-05-16
1
-15/+37
*
HDF5 high level library is a find COMPONENT now.
Will Dicharry
2011-05-16
1
-2/+7
[next]