- 03 Nov, 2013 3 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Kitware Robot authored
-
- 02 Nov, 2013 11 commits
-
-
82baceaa cmake-gui: Rename local variable to avoid shadowing a member
-
1b54b1d5 ctest_update: Do not remove the p4 depot name
-
5a2fc3d6 Check for OBJECT_LIBRARY source files at start of generation
-
450b515a cmRST: Add support for the note and productionlist directives
-
Kitware Robot authored
- 01 Nov, 2013 15 commits
-
-
Brad King authored
If a symlink fails to extract and the host system is Windows then report a warning and skip the entry instead of failing. This will allow archives containing symbolic links to be extracted on Windows with somewhat gracefully degraded behavior.
-
Brad King authored
Simplify extraction message logic to be easier to follow and to write a newline before any error messages that may be produced. Also flip handling of the archive_write_header return code to handle success in the "then" case and failure in the "else" case.
-
Brad King authored
Teach cmGlobalGenerator::CheckTargets to include OBJECT_LIBRARY targets in the check for source file existence. Extend the RunCMake.ObjectLibrary test to cover this case.
-
Brad King authored
Address warnings: Source/QtDialog/CMakeSetupDialog.cxx:1233:15: warning: declaration of 'cursor' shadows a member of 'this' [-Wshadow] Source/QtDialog/CMakeSetupDialog.cxx:1260:15: warning: declaration of 'cursor' shadows a member of 'this' [-Wshadow] by renaming the local variable to 'textCursor'.
-
Brad King authored
State explicitly in the example that it will only find static libraries.
-
Brad King authored
Move the '::' starting literal blocks to the end of the preceding paragraph. Convert the "Boost CMake" divider to a section header.
-
c76e44e7 Help: Limit reference manual toctree depth to 1
-
Brad King authored
Add a :maxdepth: option to all toctree directives to limit their depth to 1. We do not want subheadings from individual documents to pollute the already large lists of CMake Domain objects.
-
Brad King authored
Teach the cmGeneratorExpressionEvaluator filesystem artifact logic to reject OBJECT_LIBRARY targets since they have no main artifact. Without the explicit rejection evaluation falls through to an internal CMake error message in cmTarget::GetOutputInfo. Extend the RunCMake.GeneratorExpression test to cover these cases.
-
2eccdbdc CTest: prevent tests from being inserted in the cost list twice
-
fe057ab3 Allow disabling adding the install prefix to the prefix search path.
-
Instead of removing the depot name, which causes problems when looking at the file change list in CDash, make the Update test remove a given prefix from the files retrieved from Update.xml.
-
Kitware Robot authored
-
- 31 Oct, 2013 9 commits
-
-
Nils Gladitz authored
-
Stephen Kelly authored
In certain scenarios, it is preferable to keep a 'dirty' install prefix than to clear it, and to expect that content will not be found there. Add a CMAKE_FIND_NO_INSTALL_PREFIX variable that can be set to disable searching the install prefix.
-
Stephen Kelly authored
This has follow-on effects for other methods and classes. Further work on making the use of const cmTarget pointers common can be done, particularly with a view to generate-time methods.
-
29071fed VS: Add version year to generator names
-
This new test detects if custom command failures are detected with launchers.
-
-
Kitware Robot authored
-
- 30 Oct, 2013 2 commits
-
-
Brad King authored
Bracket arguments recorded in command invocations inside foreach, function, and macro blocks should not have any replacements done when the arguments are replayed later. Teach the RunCMake.Syntax test to cover these cases.
-
Brad King authored
Fix the macro command implementation to avoid substituting macro placeholders in bracket arguments recorded inside the macro block.
-