summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'pr.projectbefore'Brad King2019-04-044-0/+16
|\ | | | | | | | | | | | | 0761186949 project: Add variable CMAKE_PROJECT_INCLUDE_BEFORE Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3175
| * project: Add variable CMAKE_PROJECT_INCLUDE_BEFORERuslan Baratov2019-04-014-0/+16
| |
* | Merge topic 'FindPython-handle-virtual-env'Brad King2019-04-041-0/+5
|\ \ | | | | | | | | | | | | | | | | | | 8a2f62cc18 FindPython*: Add capability to control virtual env handling. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3173
| * | FindPython*: Add capability to control virtual env handling.Marc Chevrier2019-04-031-0/+5
| | | | | | | | | | | | Fixes: #19097
* | | Merge topic 'remove_duplicates'Brad King2019-04-041-1/+3
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | abbb8a7b1d Genex: Add $<REMOVE_DUPLICATES:list> 11338389e5 Help: Fix description in cmake-generator-expressions(7) manual Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3154
| * | Genex: Add $<REMOVE_DUPLICATES:list>Sebastian Lipponer2019-04-011-0/+2
| | |
| * | Help: Fix description in cmake-generator-expressions(7) manualSebastian Lipponer2019-04-011-1/+1
| | |
* | | Merge topic 'project-include'Brad King2019-04-014-3/+15
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7d19b3091d Release note for CMAKE_PROJECT_INCLUDE variable dda0190458 project: Add variable CMAKE_PROJECT_INCLUDE 390f14a244 Test ProjectInclude: Add NONE to avoid enabling languages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3155
| * | | Release note for CMAKE_PROJECT_INCLUDE variableRuslan Baratov2019-03-291-0/+5
| | | |
| * | | project: Add variable CMAKE_PROJECT_INCLUDERuslan Baratov2019-03-273-3/+10
| |/ /
* | | Merge topic 'allow_aliasing_unkown_targets'Brad King2019-04-011-0/+5
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | 6d5872a396 add_library: Now support aliasing unknown import targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3148
| * | add_library: Now support aliasing unknown import targetsRobert Maynard2019-03-261-0/+5
| |/ | | | | | | Fixes #18327
* | Merge topic 'FindFontconfig-var-case'Brad King2019-03-271-0/+14
|\ \ | | | | | | | | | | | | | | | | | | a3a1e69f8a FindFontconfig: Convert module variables to camel case Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3153
| * | FindFontconfig: Convert module variables to camel caseBrad King2019-03-261-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our documented standard for find module variable names is to match the case of the find module package name. This was overlooked when the module was added by commit 84e7920b3a (FindFontconfig: Add module to find Fontconfig, 2018-09-27, v3.14.0-rc1~523^2). The module was released with the upper case names in CMake 3.14.0, so fix it to have camel case names in 3.14.1. This is incompatible but anyone using a given release series should be using the latest patch on it and we've made breaking fixups on newly released features like this before. Reported-by: Christophe Giboudeaux <christophe@krop.fr> Fixes: #19094
* | | Help: Improve Cache documentationBartosz Kosiorek2019-03-273-6/+6
| | |
* | | Help: Improve documentation links and formattingBartosz Kosiorek2019-03-2757-339/+350
| |/ |/|
* | ctest_submit: Add option BUILD_IDZack Galbreath2019-03-222-2/+14
| | | | | | | | Fixes: #18968
* | Merge topic 'ghs-linux'Brad King2019-03-223-3/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c43fb5be3 FindThreads: Fix pthread library check in GHS Multi Generator 0404efe786 GHS: Add support for GHS Multi Generator in Linux 2060a1445c Tests: Fix file name case in GHS object library test ddad70c8a4 Tests: Run GHS tests in a separate ctest process f7dca1fc97 GHS: Fix include-what-you-use and clang-tidy diagnostics Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3006
| * | GHS: Add support for GHS Multi Generator in LinuxNaren Manimohan2019-03-213-3/+8
| | |
* | | Merge topic 'xcodescheme2'Brad King2019-03-2238-62/+83
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 413b71485a Xcode: Create Xcode schemes per target Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3098
| * | | Xcode: Create Xcode schemes per targetHarry Mallon2019-03-2138-62/+83
| | | |
* | | | Merge topic 'tar-improve-error-handling'Kyle Edwards2019-03-211-0/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ea9a2c1759 cmake: tar: Parse 'cmake -E tar' arguments Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3081
| * | | | cmake: tar: Parse 'cmake -E tar' argumentsBartosz Kosiorek2019-03-201-0/+8
| | | | |
* | | | | Merge topic 'timeout'Brad King2019-03-211-6/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0295b153f4 Help: describe the command pipeline of execute_process more explicitly 33efdfc0b5 Help: improve source formatting cd524c1c33 Help: describe what happens if command execute_process reaches timeout. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3129
| * | | | | Help: describe the command pipeline of execute_process more explicitlyJoachim Wuttke (l)2019-03-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When reading the doc page on execute_process, I was mislead by the words "in parallel". They convinced at once that the processes are run independently of each other, so that I did not even bother to read further. The rewording, and not least the insertion of a paragraph break, should prevent such oversight.
| * | | | | Help: improve source formattingJoachim Wuttke (l)2019-03-201-3/+3
| | | | | |
| * | | | | Help: describe what happens if command execute_process reaches timeout.Joachim Wuttke (l)2019-03-201-2/+3
| |/ / / /
* | | | | Merge topic 'doc-cmp0082'Brad King2019-03-211-3/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | ce730e9c22 Help: Clarify policy CMP0082 documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3133
| * | | | Help: Clarify policy CMP0082 documentationBrad King2019-03-211-3/+5
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | The policy documentation added by commit fc8955e889 (add_subdirectory: Run subdirectory install rules in correct order, 2018-10-02, v3.14.0-rc1~565^2~1) left out our usual sentence about the policy providing compatibility.
| * | | Merge branch 'docs-xcode-schemes' into release-3.14Brad King2019-03-063-34/+29
| |\ \ \ | | | | | | | | | | | | | | | Merge-request: !3066
| * \ \ \ Merge branch 'docs-install-destinations' into release-3.14Brad King2019-03-051-51/+85
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merge-request: !3052
| * \ \ \ \ Merge branch 'ios-docs' into release-3.14Brad King2019-03-052-1/+62
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merge-request: !3047
* | \ \ \ \ \ Merge topic 'cmake--install'Kyle Edwards2019-03-192-2/+46
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 73f23d1e00 cmake: add '--install <dir>' option Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Turbov <i.zaufi@gmail.com> Acked-by: Bartosz <gang65@poczta.onet.pl> Acked-by: Cristian Adam <cristian.adam@gmail.com> Rejected-by: Alex Turbov <i.zaufi@gmail.com> Merge-request: !3069
| * | | | | | | cmake: add '--install <dir>' optionJiang Yi2019-03-162-2/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: #19023
* | | | | | | | Merge topic 'improve-tar-command'Kyle Edwards2019-03-192-0/+21
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8634576dcb cmake: Don't interrupt archive creation if unable to read a file. c7c6a4a2cc Help: Update 'tar' documentation with supported arguments 7c47fd8cd1 cmake: tar: Display warning when no files provided during archive creation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3080
| * | | | | | | cmake: Don't interrupt archive creation if unable to read a file.Bartosz Kosiorek2019-03-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rationale: Currently during creation of archive by 'tar', if error appears, it interrupt archive creation. As a result only part of files are archived This behaviour is not consistent with 'copy_directory', native 'tar' and other command behaviour. With this Merge Request this behaviour is fixed.
| * | | | | | | Help: Update 'tar' documentation with supported argumentsBartosz Kosiorek2019-03-181-0/+15
| | | | | | | |
* | | | | | | | Merge topic 'environment-modules'Brad King2019-03-193-0/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dfea916d3c FindEnvModules: Provide a CMake interface to environment modules Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3076
| * | | | | | | | FindEnvModules: Provide a CMake interface to environment modulesChuck Atkins2019-03-183-0/+7
| | | | | | | | |
* | | | | | | | | Merge topic 'FindGLEW-updates'Brad King2019-03-181-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a77a30e657 FindGLEW: Add test a7d853868b FindGLEW: Update implementation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3094
| * | | | | | | | | FindGLEW: Update implementationClaudio Fantacci2019-03-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replicate behaviour of upstream GLEW. * define the imported target GLEW::glew for the shared library GLEW * if GLEW_USE_STATIC_LIBS is defined and set to TRUE, this module instead defines the imported target GLEW::glew_s for the static library GLEW * an imported target GLEW::GLEW is created as a copy of either GLEW::glew or GLEW::glew_s * by setting GLEW_VERBOSE you print out the log of the module. Fixes: #17638, #17864, #18989
* | | | | | | | | | Merge topic 'release_note_for_cuda_compiler_generator_expressions'Brad King2019-03-181-0/+5
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 380b2dae55 Add a release note for the cuda compiler generator expressions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3109
| * | | | | | | | | Add a release note for the cuda compiler generator expressionsRobert Maynard2019-03-151-0/+5
| | | | | | | | | |
* | | | | | | | | | Merge topic 'pkg-config-linker-flags'Marc Chevrier2019-03-161-0/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b759fa9b8e FindPkgConfig: Set linker flags on imported targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3082
| * | | | | | | | | FindPkgConfig: Set linker flags on imported targetsRadek Nadstawny2019-03-131-0/+5
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'export-package-default-off'Brad King2019-03-158-10/+76
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 9bede5c4ce export: Disable PACKAGE mode user package registry by default Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Lukas Mosimann <lumosimann@gmail.com> Merge-request: !3041
| * | | | | | | | export: Disable PACKAGE mode user package registry by defaultRobert Maynard2019-03-158-10/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The user package registry populated by the `export()` command causes side effects outside the build and source directories. Such effects should be opt-in rather than op-out. Introduce a policy to change default behavior of `export(PACKAGE)` to do nothing.
* | | | | | | | | Merge topic 'xcodescheme'Brad King2019-03-143-0/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 40be48f890 XCode: Add scheme option XCODE_SCHEME_DEBUG_AS_ROOT Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3084
| * | | | | | | | | XCode: Add scheme option XCODE_SCHEME_DEBUG_AS_ROOTHarry Mallon2019-03-113-0/+9
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'short-commands'Brad King2019-03-142-3/+9
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 077ab5774c cmake: add short version of '--target <tgt>...' option 071f5e1544 cmake: Reformat '--parallel' and '--verbose' options in help Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3078