- Apr 04, 2014
-
-
These flags are needed to enable support for C++98. Also teach the 'bootstrap' script to add them if necessary.
-
Some flags we select may affect availability of C++ features.
-
- Apr 01, 2014
-
-
85582d14 Help: Add option to create and install Qt .qch file.
-
2b896752 Ninja: Simplify code for linker commands
-
77b581c2 Policies: omit warnings about unset policies when they are actually set to NEW
-
480be00b cmake-gui: Don't resolve symlinks with using file dialog.
-
c3e238dd ProcessorCount: use mpsched on HPUX if machinfo is not present
-
f26147b8 UseSWIG: Enable NO_SONAME on swig modules (#14815)
-
Use GetCreateRuleVariable function instead of redundant code for Rule variable name. Use temporary variables to improve code.
-
ExternalProject handles git remote branches by commit hash. Due to this, the git repository ends in detached states, and local commits are discarded. Use "git rebase" for remote branches instead of "git checkout". If there are uncommitted changes, use "git stash save/pop" to save changes and restore them after the rebase. If any of these operations fails, try to restore the original status and exit with a fatal error, asking the user to resolve the conflicts manually. This also makes the behaviour of ExternalProject using git more similar to the svn version, and probably more likely to what the user expects by setting GIT_TAG to a branch.
-
-
Swig modules are plugins and do not need the SONAME field set.
-
Kitware Robot authored
-
- Mar 31, 2014
-
-
Stephen Kelly authored
-
-
Clang -Wunreachable-code-return warns otherwise.
-
Clang -Wconditional-uninitialized warns otherwise.
-
Kitware Robot authored
-
- Mar 30, 2014
-
-
Clinton Stimpson authored
This fixes bug #14274 where a clang++ symlink was resolved to a clang executable.
-
Kitware Robot authored
-
- Mar 29, 2014
-
-
Clinton Stimpson authored
Fixes issues #14812 and #14813 where find_package(OpenMP QUIET) and find_package(Qt4 QUIET) would still print out messages when calling check*() functions. Also a partial fix for #14445 where building CMake (without cmake-gui) when Qt5 is installed and Qt4 is not installed and warnings come out of FindQt4.cmake.
-
Clinton Stimpson authored
Setting this flag can silence messages from the Check*.cmake modules. This can be used by Find*.cmake modules when they are in silent mode.
-
Kitware Robot authored
-
- Mar 28, 2014
-
-
Rolf Eike Beer authored
Co-Author: Gerhard Grimm <gerhard.grimm@detec.com>
-
Kitware Robot authored
-
- Mar 27, 2014
-
-
Drop the CMAKE_NO_QUOTED_OBJECTS internal variable from the Makefile generators. The underlying problem is with the Watcom linker, not with WMake. The Watcom linker wants object files to be single-quoted. Add <LINK-RULE>_USE_WATCOM_QUOTE platform information variables to tell the generators to use Watcom-style single quotes for object files on link lines. On Windows, Watcom uses the GetCommandLine API to get the original command-line string and do custom parsing that expects single quotes. On POSIX systems, Watcom approximates the original command line by joining all argv[] entries separated by a single space. Therefore we need to double-quote the single-quoted arguments so that the shell does not consume them and they are available for the parser to see.
-
Use one code path whether the components list is empty or not. Fix indentation accordingly.
-
90e22f8f OS X: Fix Info.plist placement in a CFBundle
-
53674755 CTestCustom: Suppress "note: in expansion of macro" diagnostic context
-
27b81213 Tests/CTestTestMemcheck: Help Xcode 2.x create output dirs
-
Kitware Robot authored
-
- Mar 26, 2014
-
-
Brad King authored
Add the PRE_BUILD step to all targets that need it so the output directories get created no matter which target is built first.
-
Brad King authored
Such notes only appear with other diagnostics and should not be considered a warning on their own.
-
dcfbbe87 Help: Fix typo in cmake-qt manual.
-
f284b003 FindBoost: Search next to MPI libs for graph_parallel (#14832)
-