summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* FindSubversion: Invoke svn non-interactively (#12304)Aaron C. Meadows2011-06-241-1/+1
* Merge topic 'FindJNI-Fedora-issue-12276'Brad King2011-06-201-0/+1
|\
| * FindJNI: Search in Fedora arch-specific JVM location (#12276)Christoph Höger2011-06-151-0/+1
* | Merge topic '11279_vs10sp1_and_improvements'Brad King2011-06-201-25/+115
|\ \
| * | Detect VS 2010 SP1, faster and more robust detectionPhilip Lowman2011-06-151-25/+115
| |/
* | Merge topic 'doc-spelling-formatting-issue-12287'Brad King2011-06-201-7/+2
|\ \
| * | Documentation: Fix spelling / formatting errors (#12287)Modestas Vainius2011-06-191-7/+2
| |/
* | Merge topic 'FindBoost_bugfixes_060911'Brad King2011-06-201-1/+8
|\ \
| * | FindBoost: Also search for 1.46.1Philip Lowman2011-06-101-1/+2
| * | FindBoost: Fixes #12188Philip Lowman2011-06-101-0/+6
* | | Merge topic 'FindSWIG-find_program-NAMES-issue-12280'Brad King2011-06-201-1/+1
|\ \ \ | |_|/ |/| |
| * | FindSWIG: Use NAMES in find_program directives (#12280)Julien Malik2011-06-161-1/+1
* | | Merge topic 'library-multiarch-issue-12037'Brad King2011-06-147-0/+33
|\ \ \
| * | | multiarch: Set CMAKE_LIBRARY_ARCHITECTURE_REGEX for Linux|Hurd|kFreeBSDModestas Vainius2011-06-133-1/+5
| * | | Teach find_(library|package) about Linux multiarch (#12037)Brad King2011-06-085-0/+29
| | |/ | |/|
* | | Merge topic '10997_PROTOBDUF_GENERATE_CPP_returns_wrong_path'Brad King2011-06-141-2/+22
|\ \ \
| * | | 10997: PROTOBUF_GENERATE_CPP now supports proto files outside current dirPhilip Lowman2011-06-141-2/+22
* | | | Merge topic 'qt4-import-targets-mac'Brad King2011-06-141-23/+24
|\ \ \ \
| * | | | Add imported targets support for frameworks on Mac.Clinton Stimpson2011-06-131-23/+24
| | |/ / | |/| |
* | | | Merge topic 'qt4-useqt-module-deps'Brad King2011-06-141-0/+7
|\ \ \ \
| * | | | Qt4: complete module dependencies in UseQt4.cmakeClinton Stimpson2011-06-131-0/+7
| |/ / /
* | | | Merge topic 'gnu-isystem-flag-issue-12258'Brad King2011-06-141-1/+1
|\ \ \ \
| * | | | GNU: Fix CMAKE_INCLUDE_SYSTEM_FLAG_<lang> value (#12258)Brad King2011-06-131-1/+1
| |/ / /
* | | | Add some more Specs file tag handling.Eric NOULARD2011-06-121-1/+5
* | | | CPackRPM: Enhance documentationEric NOULARD2011-06-121-2/+8
|/ / /
* | | Merge topic 'fix-12034-fixup-bundle-with-non-dotapp-exe'Brad King2011-06-072-29/+28
|\ \ \
| * | | BundleUtilities: Fix regex to extract dependents from ldd (#12034)Clinton Stimpson2011-05-311-1/+1
| * | | BundleUtilities: Work w/ non .app exes on Mac (#12034)Clinton Stimpson2011-05-272-28/+27
* | | | Merge topic 'fix-BundleUtilities-cryptic-error-message'Brad King2011-06-071-3/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | BundleUtilities: Avoid a cryptic and unhelpful error messageDavid Cole2011-06-021-3/+15
| |/ /
* | | Merge topic 'XL-Fortran-moddir-issue-12246'Brad King2011-06-021-0/+2
|\ \ \
| * | | XL: Place Fortran modules with -qmoddir= flag (#12246)Brad King2011-06-011-0/+2
| |/ /
* | | Merge topic '12128_FindProtobuf_module_behavior_under_Windows_is_annoying'Brad King2011-06-021-22/+82
|\ \ \
| * | | Fix , to - in Copyright message so it passes CMake.ModuleNotices testPhilip Lowman2011-05-261-1/+1
| * | | Merge branch 'master' of git://public.kitware.com/cmake into 12128_FindProtob...Philip Lowman2011-05-269-9/+33
| |\ \ \ | | |/ /
| * | | FindProtobuf: Better MSVC support, Searching for protobuf litePhilip Lowman2011-05-261-22/+82
* | | | Merge topic 'hdf5-module-bug-fix'Brad King2011-06-021-45/+95
|\ \ \ \ | |_|/ / |/| | |
| * | | 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
| * | | Modified the FindHDF5.cmake file to locate the Fortran bindings.Tim Gallagher2011-05-161-7/+25
* | | | Merge topic 'output-compile-lines'Brad King2011-05-241-0/+6
|\ \ \ \
| * | | | Only offer the compile command output feature on unix systemsManuel Klimek2011-05-161-3/+6
| * | | | make compile command output optionalManuel Klimek2011-04-251-0/+3
* | | | | Merge topic 'CPackRPM-fixForAIX'Brad King2011-05-241-3/+3
|\ \ \ \ \
| * | | | | CPack make RPM work on AIX. fix #0012183 merge patch from Pasi ValminenEric NOULARD2011-05-211-3/+3
| | |/ / / | |/| | |