- 19 Dec, 2013 24 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
Existing single-parameter expressions work due to special casing which assumes that if there is only one parameter, and the node accepts arbitrary content, then the result is the input. This is true for the existing expressions matching that pattern - namely the "1" and "TARGET_NAME" expressions. However, the LOWER_CASE, and UPPER_CASE expressions should also accept arbitrary content, and in their case, the result is not the input. Refactor the cmGeneratorExpressionEvaluator to allow that extension. Actually evaluate the "1" and "0" nodes.
-
Stephen Kelly authored
-
Stephen Kelly authored
INTERFACE libraries may not use double-colons, but IMPORTED targets may.
-
Stephen Kelly authored
-
8632233a CPackWiX: allow customization of generated WiX sources
-
57c008c3 Tests: allow valgrind test to pass with symlinked build dir
-
62c276f0 FindSubversion: Use TortoiseSVN registry key to locate svn
-
97fae68b Remove INTERFACE build targets.
-
3b8e56a5 Don't search for IMPORTED_LOCATION of INTERFACE_LIBRARY (14636)
-
ad330eda Tests/Contracts: Submit notes with VTK build
-
65ee85d0 CMakeDetermineCompilerId: Fix compiler line match for Xcode 5.1
-
ninja needs to be run from the toplevel build dir, not from the target dir, as make Alex
-
Alex
-
Submit the configured Dashboard script as as Notes file to CDash. Also add comments about the origin & purpose of this test.
-
Kitware Robot authored
-
- 18 Dec, 2013 3 commits
-
-
Brad King authored
Define the meaning of a "target" clearly and link to the commands that create them.
-
Brad King authored
Manually update reStructuredText formatting. Use a definition list for the possible if() tests supported. Add inline literal markup as appropriate. Also make minor wording tweaks to make it flow better with the new markup.
-
Kitware Robot authored
-
- 17 Dec, 2013 2 commits
-
-
Nils Gladitz authored
Added a new variable CPACK_WIX_PATCH_FILE that users can point at an XML patch file. Fragments defined within the patch file will be inserted at supported insertion points (currently Component, File and Directory).
-
Kitware Robot authored
-
- 16 Dec, 2013 1 commit
-
-
Kitware Robot authored
-
- 15 Dec, 2013 3 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
Instead of running many small tests with many cmake projects, simply compare the generated export header against a reference. Remove the helper macros and the try_compiles which are duplicates of the library build tests.
-
Kitware Robot authored
-
- 14 Dec, 2013 2 commits
-
-
Nils Gladitz authored
-
Kitware Robot authored
-
- 13 Dec, 2013 2 commits
-
-
Stephen Kelly authored
Link to other properties mentioned in the docs already.
-
Kitware Robot authored
-
- 12 Dec, 2013 2 commits
-
-
Stephen Kelly authored
-
Kitware Robot authored
-
- 11 Dec, 2013 1 commit
-
-
Stephen Kelly authored
-