summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Help: Fix typo in genex docs.Stephen Kelly2013-11-261-1/+1
| |/ /
* | | cmQtAutogen: Allow specifying depends for autogen targets.Stephen Kelly2013-11-252-0/+15
|/ /
* | Help: Organize and revise the cmake-generators.7 manualBrad King2013-11-2515-142/+122
* | Help: Document $ENV{VAR} syntax in cmake-language.7 manualBrad King2013-11-251-0/+3
* | Merge topic 'cross-compiling-toolchain-variables'Brad King2013-11-225-8/+26
|\ \
| * | Introduce CMAKE_STAGING_PREFIX variable.Stephen Kelly2013-11-215-8/+26
* | | Help: Reformat cmake-generator-expressions.7 manualStephen Kelly2013-11-211-77/+171
* | | Merge topic 'missing-target-error'Brad King2013-11-212-0/+17
|\ \ \
| * | | Add policy CMP0040 to disallow custom commands on missing targetsNils Gladitz2013-11-212-0/+17
* | | | Merge topic 'find_backtrace'Brad King2013-11-212-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Add FindBacktrace.cmake module.Vadim Zhukov2013-10-162-0/+2
* | | | Merge topic 'dev/better-eclipse-language-support'Brad King2013-11-202-0/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | eclipse: Support custom natures via a global propertyBen Boeckel2013-11-192-0/+9
* | | | 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-195-2/+48
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add CMAKE_SYSROOT variable to set --sysroot when cross compiling.Stephen Kelly2013-11-193-2/+22
| * | | | Allow toolchain files to specify an external toolchain.Stephen Kelly2013-11-192-0/+14
| * | | | Add compiler target compile options.Stephen Kelly2013-11-192-0/+12
* | | | | Merge topic 'cleanup-build-commands'Brad King2013-11-194-33/+79
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Help: Document the CMAKE_MAKE_PROGRAM variable in more detailBrad King2013-11-181-6/+47
| * | | | ctest: Make the --build-makeprogram optional for --build-and-testBrad King2013-11-181-3/+3
| * | | | Prefer CMAKE_MAKE_PROGRAM over CMAKE_BUILD_TOOL (#14548)Brad King2013-11-182-11/+9
| * | | | build_command: Return a "cmake --build" command-lineBrad King2013-11-151-19/+26
| | |/ / | |/| |
* | | | Merge topic 'forbid-reserved-targets'Brad King2013-11-191-6/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | CMP0037: Extend policy to reserved names and custom targetsNils Gladitz2013-11-191-6/+11
| |/ /
* | | CTest: added documentation for the "Upload" submission PARTNils Gladitz2013-11-151-0/+1
|/ /
* | Help: Format manual/*.1.rst options as definition listsKitware Robot2013-11-146-417/+527
* | Merge topic 'policy-summary-periods'Brad King2013-11-132-2/+2
|\ \
| * | CMP0038: Add missing '.' to policy summary lineBrad King2013-11-121-1/+1
| * | CMP0039: Add missing '.' to policy summary lineDaniele E. Domenichelli2013-11-121-1/+1
* | | Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-1/+2
|/ /
* | Merge topic 'tll-target-policies'Brad King2013-11-084-0/+57
|\ \
| * | Disallow linking to utility targets (#13902).Stephen Kelly2013-11-072-0/+18
| * | Disallow link-to-self (#13947).Stephen Kelly2013-11-072-0/+17
| * | Disallow invalid target names (#13140)Stephen Kelly2013-11-072-0/+22
* | | Merge topic 'doc-cmake-language'Brad King2013-11-083-2/+474
|\ \ \
| * | | Help: Reference cmake-language.7 comment docs from cmake-developer.7Brad King2013-11-081-2/+3
| * | | Help: Add cmake-language.7 manualBrad King2013-11-082-0/+471
| |/ /
* | | Help: Clarify execute_process COMMAND argument behaviorBrad King2013-11-071-0/+14
* | | Help: Format execute_process command documentationBrad King2013-11-071-26/+39
|/ /
* | Merge topic 'remove-cmake-i-wizard'Brad King2013-11-052-3/+2
|\ \
| * | Help: Drop mention of cmake -i wizard modeBrad King2013-11-042-3/+2
* | | Help: Refine manual/*.1.rst usage summariesBrad King2013-11-045-14/+28
* | | Fix INTERFACE_LINK_LIBRARIES documentation typosBrad King2013-11-043-4/+4
* | | Merge topic 'policy-CMP0022-fixes-for-master'Brad King2013-11-041-7/+10
|\ \ \
| * | | CMP0022: Update target_link_libraries plain signature documentationBrad King2013-11-031-7/+10
* | | | Merge topic 'doc-CMAKE_INCLUDE_DIRECTORIES_BEFORE'Brad King2013-11-044-1/+19
|\ \ \ \
| * | | | Add missing documentation for include dirs related variables. (#12611)Stephen Kelly2013-11-024-1/+19
* | | | | Merge topic 'improve-tgt-INCLUDE_DIRECTORIES-docs'Brad King2013-11-041-5/+8
|\ \ \ \ \ | |_|/ / / |/| | | |