summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FixIssue14029'Brad King2013-11-226-7/+37
|\
| * FindSDL: Add additional search paths on MSVC (#14029)Benjamin Eikel2013-11-216-7/+37
* | Merge topic 'cross-compiling-toolchain-variables'Brad King2013-11-222-0/+17
|\ \
| * | Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-212-0/+17
* | | Merge topic 'FindwxWidgets-3.0.0'Brad King2013-11-211-0/+6
|\ \ \
| * | | FindwxWidgets: Add support for wxWidgets 3.0.0 (#14587)Arnaud Desmier2013-11-201-0/+6
* | | | Merge topic 'find_backtrace'Brad King2013-11-211-0/+91
|\ \ \ \ | |/ / / |/| | |
| * | | Add FindBacktrace.cmake module.Vadim Zhukov2013-10-161-0/+91
* | | | Merge topic 'add-missing-parent-group'Brad King2013-11-201-1/+1
|\ \ \ \
| * | | | CPackComponent: handle the documented PARENT_GROUP parameterNils Gladitz2013-11-191-1/+1
* | | | | Merge topic 'FindLATEX-ps2pdf'Brad King2013-11-201-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | FindLATEX: Find ps2pdf with MikTeX.Matt McCormick2013-10-241-1/+2
* | | | | Merge topic 'cross-compiling-toolchain-variables'Brad King2013-11-197-2/+25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-191-0/+1
| * | | | Allow toolchain files to specify an external toolchain.Stephen Kelly2013-11-192-1/+7
| * | | | Add compiler target compile options.Stephen Kelly2013-11-194-0/+16
| * | | | CMakeDetermineCompilerId: Look for internal file only on hostStephen Kelly2013-11-191-1/+1
* | | | | Merge topic 'cleanup-build-commands'Brad King2013-11-1911-289/+3
|\ \ \ \ \
| * | | | | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-188-283/+0
| * | | | | Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548)Brad King2013-11-183-6/+3
| |/ / / /
* | | | | Merge topic 'doc-ExternalProject-formatting'Brad King2013-11-191-70/+59
|\ \ \ \ \
| * | | | | ExternalProject: Format module documentationBrad King2013-11-191-70/+59
| |/ / / /
* | | | | CPack: don't write internal variables to CPackConfig.cmakeNils Gladitz2013-11-171-31/+31
|/ / / /
* | | | Merge topic 'gp-ld_library_path'Brad King2013-11-141-2/+4
|\ \ \ \
| * | | | GetPrerequisites: Preserve search path order from caller.Clinton Stimpson2013-11-141-2/+4
* | | | | Merge topic 'openmp-cray'Brad King2013-11-141-4/+5
|\ \ \ \ \
| * | | | | FindOpenMP: fix detecting compilers that do not need any special flag (#14567)Rolf Eike Beer2013-11-131-4/+5
| * | | | | Merge branch 'vs12-parallel-cl-FS' into releaseBrad King2013-11-023-1/+7
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'configure_file-drop-IMMEDIATE'Brad King2013-11-1418-20/+20
|\ \ \ \ \ \ \
| * | | | | | | Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-1318-20/+20
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | ExternalData: Allow local stores without any URL templatesBrad King2013-11-131-5/+10
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'doc-ExternalData-network-path'Brad King2013-11-131-107/+99
|\ \ \ \ \ \
| * | | | | | ExternalData: Show example network path URL templateBrad King2013-11-121-0/+1
| * | | | | | ExternalData: Format module documentationBrad King2013-11-121-107/+98
| |/ / / / /
* | | | | | CPackWiX: Add variables for custom tool extensions and flagsNils Gladitz2013-11-121-1/+23
|/ / / / /
* | | | | Merge topic 'osx-no-PackageMaker'Brad King2013-11-051-1/+1
|\ \ \ \ \
| * | | | | CPack: Disable OS X PackageMaker by default (#13662)Brad King2013-11-011-1/+1
* | | | | | Merge topic 'FindPHP4-no-cache-output'Brad King2013-11-051-1/+1
|\ \ \ \ \ \
| * | | | | | FindPHP4: Drop extra content from reported PHP4_INCLUDE_PATH (#14540)Brad King2013-11-041-1/+1
* | | | | | | Merge topic 'FindJNI-biarch'Brad King2013-11-051-2/+2
|\ \ \ \ \ \ \
| * | | | | | | FindJNI: Support biarch installations (#14541)Modestas Vainius2013-11-041-2/+2
| |/ / / / / /
* | | | | | | Merge topic 'ninja-deps-intel'Brad King2013-11-052-0/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Ninja: add depfile support for Intel's compilerPeter Kümmel2013-11-042-0/+4
* | | | | | | Merge topic 'cpack-drag-n-drop-rez'Brad King2013-11-041-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | cpack: For DragNDrop generator, add sysroot option when calling Rez.Clinton Stimpson2013-11-011-2/+2
| * | | | | | cpack: For DragNDrop generator, add sysroot option when calling Rez.Clinton Stimpson2013-11-011-0/+5
* | | | | | | FindBoost: Clarify example static libs option (#13663)Brad King2013-11-011-2/+2
* | | | | | | FindBoost: Refine .rst formattingBrad King2013-11-011-32/+11
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'add-CMAKE_FIND_NO_INSTALL_PREFIX'Brad King2013-11-012-9/+18
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow disabling adding the install prefix to the prefix search path.Stephen Kelly2013-10-312-9/+18