summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-2886-86/+86
* Merge topic 'PutRequiredVersionInDetailMessageInFPHSA'Brad King2010-09-281-1/+1
|\
| * Also store the required version number in the details message.Alex Neundorf2010-09-271-1/+1
* | Merge topic 'python_module_prefix_suffix'Brad King2010-09-281-0/+7
|\ \
| * | Set the module prefix, updated Windows suffix.David Gobbi2010-09-241-0/+7
* | | Merge topic 'findqt4-cross-compile'Brad King2010-09-281-1/+3
|\ \ \
| * | | Fix regression in cross-compile patches with finding Qt libs.Clinton Stimpson2010-09-231-1/+3
* | | | Merge topic 'DescriptionsForFeatureSummaryALL'Brad King2010-09-281-5/+9
|\ \ \ \ | |_|_|/ |/| | |
| * | | Close ENDFUNCTION() properly with the same name as FUNCTION()Alex Neundorf2010-09-211-1/+1
| * | | Set a default DESCRIPTION if none is given for ALL mode of feature_summary()Alex Neundorf2010-09-211-2/+6
| * | | APPEND and not-APPEND mode of feature_summary() were swappedAlex Neundorf2010-09-211-2/+2
* | | | Merge topic 'fix-11026'Brad King2010-09-221-2/+4
|\ \ \ \
| * | | | Honor MAKECOMMAND value saved in cache (#11026)David Cole2010-09-221-2/+4
| |/ / /
* | | | Merge topic 'mingw-long-object-lists'Brad King2010-09-222-2/+34
|\ \ \ \
| * | | | MinGW: Support long object file listsBrad King2010-09-172-2/+34
* | | | | Merge topic 'cygwin-system-processor'Brad King2010-09-221-3/+3
|\ \ \ \ \
| * | | | | Use 'uname -m' for processor on Cygwin (#10774)Yaakov Selkowitz2010-09-211-3/+3
| | |/ / / | |/| | |
* | | | | Merge topic 'find-fltk-cygwin'Brad King2010-09-222-9/+0
|\ \ \ \ \
| * | | | | FindFLTK*: Use Cygwin fltk on CygwinYaakov Selkowitz2010-09-212-9/+0
| |/ / / /
* | | | | FindPythonInterp: Look for python2.7 interpreterBrad King2010-09-211-2/+3
|/ / / /
* | | | Merge topic 'FindBoost_bugfixes'Brad King2010-09-211-81/+302
|\ \ \ \
| * | | | FindBoost.cmake: Fix library search path glitch introduced in earlier commitPhilip Lowman2010-09-201-23/+24
| * | | | FindBoost.cmake: Implements 11160Philip Lowman2010-09-181-1/+32
| * | | | FindBoost.cmake: Fixes 10436Philip Lowman2010-09-181-0/+2
| * | | | FindBoost.cmake: Fixes 11121Philip Lowman2010-09-181-0/+32
| * | | | FindBoost.cmake: Fixes 11246Philip Lowman2010-09-181-1/+1
| * | | | FindBoost.cmake: Fix compiling against a boost source treePhilip Lowman2010-09-181-4/+1
| * | | | FindBoost.cmake: Add Boost_NO_SYSTEM_PATHS optionPhilip Lowman2010-09-181-25/+54
| * | | | FindBoost.cmake: Miscellaneous changes and refactoringPhilip Lowman2010-09-181-15/+24
| * | | | FindBoost.cmake fixes for issues 11204 & 8529Philip Lowman2010-09-181-39/+159
| |/ / /
* | | | Merge topic 'compaq-fortran-moddir-flag'Brad King2010-09-211-0/+2
|\ \ \ \
| * | | | Add module-dir flag for Compaq Visual Fortran (#11248)Brad King2010-09-201-0/+2
* | | | | Merge topic 'FindMPI-f-flags'Brad King2010-09-211-1/+1
|\ \ \ \ \
| * | | | | FindMPI: Recoginze -f flags from mpicc (#10771)Brad King2010-09-201-1/+1
* | | | | | Merge topic '11249_FindFLEX'Brad King2010-09-211-1/+5
|\ \ \ \ \ \
| * | | | | | FindFLEX.cmake: Fix issue 11249Philip Lowman2010-09-201-1/+5
| | |_|/ / / | |/| | | |
* | | | | | Fix 11136: [patch] FindThreads.cmake documents the wrong variablePhilip Lowman2010-09-181-1/+1
|/ / / / /
* | | | | Merge topic 'issue_10199'Brad King2010-09-141-4/+10
|\ \ \ \ \
| * | | | | Issue 10199: Fixed code documentation and now set <prefix>_WC_ROOTMarcel Loose2010-09-131-4/+10
| |/ / / /
* | | | | Merge topic 'CUDAv3.2PathChanges'Brad King2010-09-141-3/+22
|\ \ \ \ \
| * | | | | Added CUDA 3.2 directory changes. Disable emulation mode for CUDA 3.1+.James Bigler2010-09-101-3/+22
| |/ / / /
* | | | | Correct CMAKE_INSTALL_PREFIX value for Win64 apps (#9992)David Cole2010-09-091-13/+89
|/ / / /
* | | | Merge topic 'allow_upper_case_cpp_and_others'Brad King2010-09-081-2/+2
|\ \ \ \
| * | | | Only use .CPP .CXX and .C++ do not work by default with g+++.Bill Hoffman2010-09-021-1/+1
| * | | | Let CMake recognize .CPP .CXX and .C++ as c++ files.Bill Hoffman2010-09-021-2/+2
* | | | | Merge topic 'FindwxWidgets-fixes'Brad King2010-09-082-30/+39
|\ \ \ \ \
| * | | | | ENH #8993: FindwxWidgets add support for wx-config custom options.Miguel A. Figueroa-Villanueva2010-09-051-5/+15
| * | | | | BUG #8184: Fixed FindwxWidgets wrong order of default libs for MinGW.Miguel A. Figueroa-Villanueva2010-09-012-5/+7
| * | | | | BUG #11123: Generic include dir should come after config specific one.Miguel A. Figueroa-Villanueva2010-09-011-10/+10
| * | | | | STYLE: Clarified/Fixed documentation of UsewxWidgets.Miguel A. Figueroa-Villanueva2010-09-011-10/+7