summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'macro-args-docs'Brad King2013-11-194-14/+51
|\
| * Help: Document macro argument caveats in more detailDaniele E. Domenichelli2013-11-194-14/+51
* | Merge topic 'cross-compiling-toolchain-variables'Brad King2013-11-1916-11/+187
|\ \
| * | Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-198-9/+78
| * | Allow toolchain files to specify an external toolchain.Stephen Kelly2013-11-196-1/+51
| * | Add compiler target compile options.Stephen Kelly2013-11-198-0/+57
| * | CMakeDetermineCompilerId: Look for internal file only on hostStephen Kelly2013-11-191-1/+1
* | | Merge topic 'cleanup-build-commands'Brad King2013-11-1965-1041/+892
|\ \ \
| * | | Help: Document the CMAKE_MAKE_PROGRAM variable in more detailBrad King2013-11-181-6/+47
| * | | VS: Switch to internal CMAKE_MAKE_PROGRAM lookup by generatorsBrad King2013-11-1822-292/+20
| * | | Tests: Do not use an explicit make program for VS generatorsBrad King2013-11-181-1/+5
| * | | Tests: Fix MFC test heuristic for empty CMAKE_TEST_MAKEPROGRAMBrad King2013-11-181-1/+1
| * | | Tests: Pass CMAKE_MAKE_PROGRAM instead of --build-makeprogramBrad King2013-11-186-9/+9
| * | | Tests: Configure SubProject-Stage2 test more robustlyBrad King2013-11-181-13/+12
| * | | Tests: Simplify VSExcludeFromDefaultBuild configurationBrad King2013-11-181-2/+9
| * | | Tests: Simplify VSProjectInSubdir configurationBrad King2013-11-181-25/+11
| * | | Tests: Simplify CTest.BuildCommand.ProjectInSubdir configurationBrad King2013-11-182-7/+8
| * | | Tests: Pass --build-options to every testBrad King2013-11-181-27/+98
| * | | ctest: Teach --build-options to allow zero optionsBrad King2013-11-181-14/+5
| * | | ctest: Make the --build-makeprogram optional for --build-and-testBrad King2013-11-182-7/+12
| * | | Simplify some calls to cmGlobalGenerator::BuildBrad King2013-11-182-18/+2
| * | | Teach GenerateBuildCommand to find its own make programBrad King2013-11-188-59/+96
| * | | VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdevBrad King2013-11-188-0/+139
| * | | Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548)Brad King2013-11-187-20/+15
| * | | Tests: Split <test>_EXTRA_OPTIONS into <test>_(CTEST|BUILD)_OPTIONSBrad King2013-11-181-10/+12
| * | | Tests: Simplify ExternalProjectUpdate test argumentsBrad King2013-11-181-1/+0
| * | | Tests: Fix make capability selection for empty CMAKE_TEST_MAKEPROGRAMBrad King2013-11-181-3/+3
| * | | Tests: Teach MakeClean to use "cmake --build"Brad King2013-11-181-9/+2
| * | | Tests: Teach SimpleInstall to use "cmake --build"Brad King2013-11-182-28/+22
| * | | Tests: Launch CMake.Install test through 'cmake --build'Brad King2013-11-181-18/+4
| * | | Tests: Launch BootstrapTest through cmake instead of ctestBrad King2013-11-182-10/+16
| * | | Tests: Move CMAKE_TEST_MAKEPROGRAM into Tests/CMakeLists.txtBrad King2013-11-182-5/+4
| * | | Tests: Remove unused Source/cmaketest.h.in fileBrad King2013-11-181-16/+0
| * | | Tests: Drop remnants of unused ShellInstall testBrad King2013-11-182-76/+0
| * | | cmGlobalGenerator: Cleanup GenerateBuildCommand APIBrad King2013-11-1816-305/+234
| * | | cmSystemTools: Add PrintSingleCommand methodBrad King2013-11-152-0/+19
| * | | cmSystemTools: Add RunSingleCommand overload for std::vector<std::string>Brad King2013-11-152-1/+22
| * | | ctest_build: Use "cmake --build" to launch the native build toolBrad King2013-11-151-7/+2
| * | | build_command: Return a "cmake --build" command-lineBrad King2013-11-156-54/+46
| * | | cmGlobalGenerator: Add method to compute "cmake --build" command lineBrad King2013-11-143-0/+48
| * | | cmGlobalGenerator: Drop unused GenerateBuildCommand implementationBrad King2013-11-141-33/+5
* | | | Merge topic 'doc-ExternalProject-formatting'Brad King2013-11-191-70/+59
|\ \ \ \
| * | | | ExternalProject: Format module documentationBrad King2013-11-191-70/+59
* | | | | Merge topic 'forbid-reserved-targets'Brad King2013-11-1924-59/+273
|\ \ \ \ \
| * | | | | CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-1924-59/+273
* | | | | | Merge topic 'emacs-mode-no-reserved-bindings'Brad King2013-11-191-17/+1
|\ \ \ \ \ \
| * | | | | | cmake-mode.el: drop reserved keybindings (#14576)Brad King2013-11-181-17/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'cpack-internal-variables'Brad King2013-11-191-31/+31
|\ \ \ \ \ \
| * | | | | | CPack: don't write internal variables to CPackConfig.cmakeNils Gladitz2013-11-171-31/+31
* | | | | | | Merge topic 'fix-remove-forbidden-flags'Brad King2013-11-191-1/+34
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |