- 08 Oct, 2013 6 commits
-
-
And in one case fixed wrong param name. Warned by clang -Wdocumentation.
-
Found by clang's -Wdocumentation.
-
A doxygen \brief is ended with a newline, so remove a newline right after \brief to fix clang -Wdocumentation warning.
-
Clang's -Wdocumentation thought it was malformed doxygen.
-
Warned by clang.
-
From clang's -Wheader-guard.
-
- 19 Sep, 2013 1 commit
-
-
Kitware Robot authored
-
- 18 Sep, 2013 1 commit
-
-
Kitware Robot authored
-
- 17 Sep, 2013 2 commits
-
-
Kitware Robot authored
- 16 Sep, 2013 3 commits
-
-
ef27fa67 FindCUDA: Always list custom command outputs in their targets
-
Kitware Robot authored
-
- 15 Sep, 2013 1 commit
-
-
Kitware Robot authored
-
- 14 Sep, 2013 1 commit
-
-
Kitware Robot authored
-
- 13 Sep, 2013 6 commits
-
-
Stephen Kelly authored
Similar incomplete generator expressions are already tested in the GeneratorExpression unit test, but those are executed with add_custom_target. The generator expressions in the include directories are run through the preprocessor, whereas the ones run through add_custom_target are not.
-
Brad King authored
In commit 2a797539 (FindPNG: improve library detection, 2013-07-27) we split the search for PNG into separate PNG_LIBRARY_DEBUG and PNG_LIBRARY_RELEASE variables. However, if a project or user sets the old PNG_LIBRARY value we must honor it instead of searching. While at it, mark PNG_LIBRARY_RELEASE and PNG_LIBRARY_DEBUG as advanced and remove a stray debug message.
-
271bf102 Fix CMP0022 warning when no old-style property is set
-
The string could be null at this point.
-
Brad King authored
CMake's intended interface for linking to explicit object files (marked with EXTERNAL_OBJECT) is that only those listed as target sources should be linked. Drop FindCUDA's attempt to hide the .obj files from VS IDE project files, which depends on VS-version-specific behavior of linking custom command outputs that happen to be named "*.obj". CMake puts external object files in a dedicated source group anyway.
-
Kitware Robot authored
-
- 12 Sep, 2013 4 commits
-
-
81d2793e Add differing target property content to policy CMP0022 warning
-
3cd753df MSVC: Drop /link from executable link lines with Ninja
-
cd90a0ea VS: Future-proof Intel project format selection
-
Kitware Robot authored
-
- 11 Sep, 2013 3 commits
-
-
Stephen Kelly authored
List the contents of the INTERFACE_LINK_LIBRARIES and the old-style property.
-
Kitware Robot authored
-
- 10 Sep, 2013 2 commits
-
-
Brad King authored
The version of Intel Fortran that actually uses 9.10 as a project format is very old. Default to the latest format version (11.0) and use the older format only when known to be necessary. Suggested-by:
Dick Munroe <munroe@csworks.com>
-
Kitware Robot authored
-
- 09 Sep, 2013 3 commits
-
-
38571f2c cmMakefile: Do not track CMake temporary files.
-
Since commit ad502502 (cmMakefile: Track configured files so we can regenerate them, 2013-06-18) cmMakefile::ConfigureFile records the configured file as an output file generated by CMake. The intention is that for make and ninja we can re-run CMake when one of the files it generates goes missing. However, files configured temporarily in CMakeTmp directories by Check* modules do not live past the CMake invocation. We have to also track input files to the configure command. In theory the input to a configure command could it self be a file that is going to be deleted later (output from a custom command or configure_file).
-
Kitware Robot authored
-
- 08 Sep, 2013 1 commit
-
-
Kitware Robot authored
-
- 07 Sep, 2013 1 commit
-
-
Kitware Robot authored
-
- 06 Sep, 2013 1 commit
-
-
Kitware Robot authored
-
- 05 Sep, 2013 1 commit
-
-
Kitware Robot authored
-
- 04 Sep, 2013 1 commit
-
-
Kitware Robot authored
-
- 03 Sep, 2013 1 commit
-
-
Kitware Robot authored
-
- 02 Sep, 2013 1 commit
-
-
Kitware Robot authored
-