| Commit message (Expand) | Author | Age | Files | Lines |
* | Help: Add Sphinx 'versionadded' directives to each top-level document | Kitware Robot | 2020-07-06 | 10 | -0/+20 |
|
|
* | CUDA: Device linking use now link options | Marc Chevrier | 2020-04-19 | 1 | -1/+1 |
|
|
* | Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all' | Brad King | 2019-09-30 | 1 | -11/+9 |
|\ |
|
| * | Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL | Brad King | 2019-09-30 | 1 | -11/+9 |
|
|
* | | Help: Clean up trivial typos and grammar | Craig Scott | 2019-07-03 | 1 | -1/+1 |
|
|
* | | Help: Improve ADDITIONAL_CLEAN_FILES documentation | Sebastian Holtermann | 2019-06-07 | 1 | -5/+10 |
|
|
* | | Doc: Update and deprecate ADDITIONAL_MAKE_CLEAN_FILES directory property | Sebastian Holtermann | 2019-05-14 | 1 | -3/+13 |
|
|
* | | Doc: Add documentation for ADDITIONAL_CLEAN_FILES properties | Sebastian Holtermann | 2019-05-14 | 1 | -0/+16 |
|
|
* | | Help: Improve documentation formating | Bartosz Kosiorek | 2019-04-04 | 8 | -18/+19 |
|/ |
|
* | Pass EXCLUDE_FROM_ALL from directory to targets | Zack Galbreath | 2019-01-21 | 1 | -0/+6 |
|
|
* | Help: Spell out ";-list" as "semicolon-separated list" | Joachim Wuttke (o) | 2018-10-25 | 6 | -6/+6 |
|
|
* | LINK_DIRECTORIES: Add new properties and commands | Marc Chevrier | 2018-09-25 | 1 | -3/+12 |
|
|
* | Merge topic 'doc-updates' | Brad King | 2018-09-20 | 1 | -1/+1 |
|\ |
|
| * | Help: TESTS property: clarify usage. | Marc Chevrier | 2018-09-19 | 1 | -1/+1 |
|
|
* | | Help: Clarify INCLUDE_DIRECTORIES directory property behavior | Brian Heim | 2018-09-10 | 1 | -3/+9 |
|
|
* | | Help: Document when LINK_FLAGS and STATIC_LIBRARY_FLAGS are used | Robert Maynard | 2018-08-09 | 1 | -1/+2 |
|
|
* | | LINK_OPTIONS: Add new family of properties | Marc Chevrier | 2018-06-06 | 1 | -0/+16 |
|/ |
|
* | add_compile_definitions: add new command | Marc Chevrier | 2018-04-20 | 1 | -1/+1 |
|
|
* | Drop Visual Studio 8 2005 generator | Brad King | 2018-04-02 | 2 | -2/+2 |
|
|
* | Tests management: add TESTS directory property | Marc Chevrier | 2018-02-08 | 1 | -0/+7 |
|
|
* | Merge topic 'test_include_files' | Brad King | 2017-07-13 | 2 | -1/+10 |
|\ |
|
| * | Add TEST_INCLUDE_FILES | Matthew Woehlke | 2017-07-12 | 2 | -1/+10 |
|
|
* | | Merge topic 'labels-for-subprojects' | Brad King | 2017-07-13 | 1 | -0/+13 |
|\ \ |
|
| * | | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable | Betsy McPhail | 2017-07-10 | 1 | -0/+13 |
| |/ |
|
* | | VS: Add SolutionGuid to generated .sln files | Brad King | 2017-07-11 | 1 | -1/+3 |
|/ |
|
* | Drop Visual Studio 7 .NET 2003 generator | Brad King | 2017-04-19 | 2 | -2/+2 |
|
|
* | Add directory properties to get source and binary directories | Brad King | 2016-09-19 | 2 | -0/+10 |
|
|
* | Add directory property to list buildsystem targets | Brad King | 2016-09-19 | 1 | -0/+11 |
|
|
* | Add a directory property to list subdirectories | Brad King | 2016-09-19 | 1 | -0/+15 |
|
|
* | Help: Clarify VS_STARTUP_PROJECT documentation | Brad King | 2016-06-21 | 1 | -1/+7 |
|
|
* | Help: Hyperlink properties | Gregor Jasny | 2016-04-27 | 1 | -2/+3 |
|
|
* | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 1 | -1/+1 |
|
|
* | VS: Add option to choose the `.sln` startup project (#15578) | Davy Durham | 2016-03-22 | 1 | -0/+12 |
|
|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -2/+1 |
|
|
* | Help: Document CLEAN_NO_CUSTOM as for Makefile generators only (#15856) | Brad King | 2015-11-23 | 1 | -4/+3 |
|
|
* | cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION. | Stephen Kelly | 2015-07-18 | 1 | -2/+3 |
|
|
* | Do not treat DEFINITIONS as a built-in directory property | Stephen Kelly | 2015-04-02 | 1 | -3/+8 |
|
|
* | Help: Refine COMPILE_OPTIONS property documentation | Brad King | 2015-03-31 | 1 | -2/+2 |
|
|
* | Help: Clarify add_compile_options documentation (#15225) | Brad King | 2014-10-29 | 1 | -3/+3 |
|
|
* | Help: Document deprecated properties. | Nils Gladitz | 2014-07-21 | 1 | -0/+2 |
|
|
* | Help: Document relation of properties to the rest of the buildsystem. | Stephen Kelly | 2014-02-06 | 4 | -24/+55 |
|
|
* | Help: Use ``inline-literals`` to mark generator expressions. | Stephen Kelly | 2014-02-06 | 1 | -1/+1 |
|
|
* | Allow projects to specify extra inputs to CMake | Brad King | 2014-01-21 | 1 | -0/+9 |
|
|
* | Help: Factor out cmake-generator-expressions manual page | Brad King | 2013-10-16 | 1 | -75/+3 |
|
|
* | Help: Factor out COMPILE_DEFINITIONS disclaimer duplication | Brad King | 2013-10-16 | 1 | -20/+1 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 24 | -0/+365 |
|
|