summaryrefslogtreecommitdiffstats
path: root/Help/command
Commit message (Expand)AuthorAgeFilesLines
* Help: Clarify treatment of link flags in target_link_librariesJohn Beard2016-10-031-0/+6
* Merge topic 'ctest-capture-error'Brad King2016-09-215-2/+26
|\
| * CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commandsBill Hoffman2016-09-205-2/+26
* | Merge topic 'file-curl-httpheader'Brad King2016-09-161-0/+3
|\ \
| * | file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboptionRuslan Baratov2016-09-151-0/+3
* | | Merge topic 'find_package-dir-sort'Brad King2016-09-161-4/+14
|\ \ \
| * | | find_package: Optionally sort globbed directories in a meaningful orderPierluigi Taddei2016-09-151-4/+14
| |/ /
* | | Help: Clarify wording of include() for builtin module directoriesBrad King2016-09-151-3/+3
|/ /
* | Merge topic 'file-curl-userpw'Brad King2016-09-141-0/+3
|\ \
| * | file(DOWNLOAD|UPLOAD): Add 'USERPWD' suboptionRuslan Baratov2016-09-131-0/+3
* | | Merge topic 'add_androidmk_generator'Brad King2016-09-142-2/+27
|\ \ \ | |/ / |/| |
| * | Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-132-2/+27
* | | Merge topic 'timestamp-names'Brad King2016-09-131-0/+2
|\ \ \
| * | | string(TIMESTAMP ...): add '%a' and '%b' format specifiersRuslan Baratov2016-09-121-0/+2
| | |/ | |/|
* | | Help: Fix formatting in separate_arguments documentationJames Touton2016-09-121-5/+7
|/ /
* | cmake_parse_arguments: Add option to read arguments from ARGC/ARGV#Bill Hoffman2016-09-081-0/+11
|/
* add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-301-0/+7
* Merge topic 'extend-find-package-search-path'Brad King2016-08-241-7/+10
|\
| * find_package: Extend search path for combined Windows/UNIX conventionSilvio Traversaro2016-08-241-0/+3
| * Help: Widen find_package search path tableSilvio Traversaro2016-08-231-7/+7
* | Help: Clarify get_cmake_property command documentationBrad King2016-08-231-3/+8
|/
* Add additional <= and >= comparison operatorsChuck Atkins2016-08-092-18/+47
* Merge topic 'parent-scope-docs'Brad King2016-06-131-1/+3
|\
| * Help: clarify PARENT_SCOPE behaviorBen Boeckel2016-06-131-1/+3
* | Teach find_library and find_package to search lib32 paths (#11260)Daniel Scharrer2016-06-101-0/+7
* | Help: Document ctest_update branch following behaviorBrad King2016-06-081-0/+4
|/
* try_compile: Optionally forward custom platform variables to test projectBrad King2016-05-251-0/+4
* file: Sort GLOB results to make it deterministic (#14491)Reiner Herrmann2016-05-171-2/+3
* Drop find_(library|file|path) prefixes from PATH on non-WindowsBrad King2016-05-093-3/+6
* CustomCommandGenerator: Add support for CROSSCOMPILING_EMULATORJean-Christophe Fillion-Robin2016-05-092-4/+10
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-292-2/+2
* Help: Organize and clarify `cmake_minimum_required` documentationBrad King2016-03-231-18/+27
* Drop Visual Studio 6 generatorBrad King2016-03-092-3/+2
* try_compile: Add option to control type of targetBrad King2016-02-191-0/+3
* Merge topic 'unix-timestamps'Brad King2016-02-191-0/+1
|\
| * CMake: Extend TIMESTAMP sub-commands with new unix time format specifierJose-Luis Blanco-Claraco2016-02-181-0/+1
* | Help: Clarify install(TARGETS) INCLUDES DESTINATION optionBrad King2016-02-171-7/+12
|/
* Merge topic 'install-EXCLUDE_FROM_ALL'Brad King2016-02-091-8/+15
|\
| * install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-8/+15
* | Merge topic 'fix-doc-typos'Brad King2016-02-081-1/+1
|\ \
| * | Help: Fix command specification for cmake_minimum_requiredHorst Kronstorfer2016-02-081-1/+1
| |/
* | list: Add FILTER subcommand (#3986)Ashley Whetter2016-02-031-3/+10
|/
* Help: Clarify `add_custom_command(TARGET)` scope (#15681)Bartosz Kosiorek2016-01-281-2/+5
* Help: Clarify scope of `if(TARGET)` expressionBartosz Kosiorek2016-01-281-3/+4
* Help: Improve markup in `if` command documentationBartosz Kosiorek2016-01-281-1/+1
* Help: Improve markup in `get_target_property` documentationBartosz Kosiorek2016-01-281-1/+1
* install: Allow generator expressions in DIRECTORYYves Frederix2016-01-131-3/+4
* cmake_parse_arguments: consider duplicate keyword as warningMatthias Maennich2015-12-171-0/+7
* CMakeParseArguments: replace by native cmake_parse_arguments commandMatthias Maennich2015-12-171-0/+78
* Merge topic 'doc-add_executable-typo'Brad King2015-10-261-1/+1
|\