- 03 Feb, 2016 2 commits
-
-
Ashley Whetter authored
Create a `list(FILTER)` command to filter lists by regular expression.
-
Kitware Robot authored
-
- 02 Feb, 2016 8 commits
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Release versions do not have the development topic section of the CMake Release Notes index page.
-
Kitware Robot authored
-
- 01 Feb, 2016 9 commits
-
-
Brad King authored
Add section headers similar to the 3.4 release notes and move each individual bullet into an appropriate section. Revise a few bullets.
-
Brad King authored
Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.5.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.
-
Christoph Grüninger authored
-
Brad King authored
d257d681 add_custom_command: Clarify error when TARGET is out of scope (#15681) 4d53e0a7 Help: Clarify `add_custom_command(TARGET)` scope (#15681) 8c615af4 Help: Clarify policy `CMP0040` documentation (#15681) 63c5808f Help: Clarify scope of `if(TARGET)` expression a336e438 Help: Improve markup in `if` command documentation 88968265 Help: Improve markup in `get_target_property` documentation
-
Prayag Verma authored
Fix spelling mistake `sytem` => `system`.
-
Brad King authored
While evaluating `if(MATCHES)` we get a `const char*` pointer to the string to be matched. On code like if(CMAKE_MATCH_COUNT MATCHES "Y") the string to be matched may be owned by our own result variables. We must move the value to our own buffer before clearing them. Otherwise we risk reading freed storage.
-
Kitware Robot authored
-
- 31 Jan, 2016 1 commit
-
-
Kitware Robot authored
-
- 30 Jan, 2016 1 commit
-
-
Kitware Robot authored
-
- 29 Jan, 2016 1 commit
-
-
Kitware Robot authored
-
- 28 Jan, 2016 7 commits
-
-
Brad King authored
The add_custom_command(TARGET) signature only works for targets defined in the current directory. Clarify this in the error message when the target exists but was defined elsewhere. Inspired-by:
Bartosz Kosiorek <gang65@poczta.onet.pl>
-
Bartosz authored
-
Bartosz authored
State explicitly that the target must be defined in the current directory. While at it, improve markup formatting.
-
Bartosz authored
-
Bartosz authored
-
Bartosz authored
-
Kitware Robot authored
-
- 27 Jan, 2016 4 commits
-
-
Brad King authored
-
Christoph Grüninger authored
* Git is called Git, not git. * FindGit sets Git_FOUND, too. * Unset internal variable git_names
-
Kitware Robot authored
- 26 Jan, 2016 2 commits
-
-
Brad King authored
It is not `CLASS_DIR`.
-
Kitware Robot authored
-
- 25 Jan, 2016 5 commits