- Feb 08, 2016
-
-
Brad King authored
Refactoring in commit v3.5.0-rc1~272^2~13 (cmGlobalGenerator: Remove direct storage of targets, 2015-10-25) replaced an efficient data structure mapping from target name to cmTarget instance with a linear search. Lookups through cmGlobalGenerator::FindTarget are done a lot. Restore the efficient mapping structure with a name indicating its purpose. Reported-by:
Bartosz Kosiorek <gang65@poczta.onet.pl>
-
- Feb 02, 2016
-
-
ccb2d5c0 cmAlgorithms.h: remove superfluous semicolon after method
-
6ffc4323 cmConditionEvaluator: Fix matching of `CMAKE_MATCH_*` values (#15944)
-
Kitware Robot authored
- Feb 01, 2016
-
-
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.
-
-
6f83db1c Help: Fix typo in `cmake-developer(7)` manual
-
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
-
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
-
- Jan 31, 2016
-
-
Kitware Robot authored
-
- Jan 30, 2016
-
-
Kitware Robot authored
-
- Jan 29, 2016
-
-
Kitware Robot authored
-
- Jan 28, 2016
-
-
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>
-
Kitware Robot authored
-
- Jan 27, 2016
-
-
1053db7b UseJava: Fix documented name of `CLASSDIR` property (#15936)
-
Brad King authored
-
* Git is called Git, not git. * FindGit sets Git_FOUND, too. * Unset internal variable git_names
-
Kitware Robot authored
-
- Jan 26, 2016
-
-
Brad King authored
It is not `CLASS_DIR`.
-
Kitware Robot authored
-
- Jan 25, 2016
-
-
Brad King authored
-
Brad King authored
-
d7e863c1 VS: Do not fail on Windows 10 with VS 2015 if no SDK is available (#15929)
-
b94e855d FindBoost: Add support for Boost 1.61
-
Kitware Robot authored
-
- Jan 24, 2016
-
-
Kitware Robot authored
-
- Jan 23, 2016
-
-
Kitware Robot authored
-
- Jan 22, 2016