| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| | |
cc8f796 try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES
fd4fb9e try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
293ecfe CheckC*CompilerFlag: add documentation what to expect from a positive result
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
3064f80 VS: Generate ToolsVersion matching each VS version
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
The MSBuild version for each Visual Studio generator isn't 4.0. With
Visual Studo 2013 the ToolsVersion moved from being tied to the .NET
framework and now has its own version number.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
807a564 CPack: Fix a typo in documentation
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
78cd884 OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
With this, projects can enable MACOSX_RPATH by default, but still have
a way to install libraries with no install name dirs into locations
such as /usr/local/lib by setting INSTALL_NAME_DIR="".
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
eef6df5 Fix OLD behavior of CMP0021.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Exclude Ninja and Xcode from the CMP0021 test
They do not behave the same as the makefile generator with
relative paths.
Don't overwrite the header file for in-source builds.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|/ / / / / |
|
| | | | | |
|
| |_|/ /
|/| | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
9040ec9 Do not warn about left paren not separated by a space
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since commit 58e52416 (Warn about arguments not separated by whitespace,
2013-02-16) we warn about arguments not separated by spaces. Loosen the
warning to not complain about left parens not separated by spaces from
the preceding token. This is common in code like "if(NOT(X))".
Teach the RunCMake.Syntax test to cover cases of left parens not
separated by spaces and check that no warning appears.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
335a127 OS X: Do not default to non-existent deployment target SDK
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Since commit 95f78e08 (OS X: Search for SDK based on deployment target,
2013-08-02) we select the default OS X SDK path to match the deployment
target. Fix this behavior in the case that the matching SDK does not
exist and fall back to the SDK for the current host OS X version.
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
07c16ee Update version introducing CMP0021, CMP0022, and CMP0023
|
|/ / / /
| | | |
| | | |
| | | | |
These policies will be first released in 2.8.12.
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
d05a9bd Cygwin: Avoid legacy warnings in RunCMake.* tests
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Set the minimum required version of CMake high enough to avoid the
warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr
and breaks the expected output matching.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
36eef30 Genex: Fix segfault when parsing ends with parameter expectation.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The extendResult method expects a non-empty parameters vector, as
assured by the normal case. Avoid calling the method when the parser
finds an incomplete generator expression, but has already entered
the state of expecting to find parameters.
|
| |/ / / /
|/| | | | |
|
| | | | | |
|
| | | | | |
|
|/ / / / |
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
b33c984 Revert "Add compiler target compile options."
|
|/ / /
| | |
| | |
| | | |
This reverts commit 2d9ec1dadfdd10043a98d425abb25d0aef117699.
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
b93982f Merge branch 'dev/fix-variable-watch-crash' into cmake-syntax
c50f7ed cmListFileLexer: Modify flex output to avoid Borland warning
bf73264 Warn about unquoted arguments that look like long brackets
58e5241 Warn about arguments not separated by whitespace
e75b69f cmListFileCache: Convert CMake language parser to class
e945949 Add RunCMake.Syntax test cases for command invocation styles
0546484 cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enum
28685ad cmListFileLexer: Split normal and legacy unquoted arguments
1eafa3e cmListFileLexer: Fix line number after backslash in string
f3155cd Add RunCMake.Syntax test to cover argument parsing
|
| |\ \ \
| | |/ /
| |/| |
| | | |
| | | | |
Resolve conflict in Source/cmVariableWatchCommand.cxx by integrating the
changes from both sides.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove the "yyscanner = NULL" assignment from the end of the
yylex_destroy function because Borland warns that the value is never
used.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In the future CMake will introduce Lua-style long bracket syntax.
Warn about unquoted arguments that in the future will be treated
as opening long brackets.
Teach the RunCMake.Syntax test to cover such cases and ensure that the
warning appears.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Teach the lexer to return tokens for whitespace. Teach the parser to
tolerate the space tokens where whitespace is allowed. Also teach the
parser to diagnose and warn about cases of quoted arguments followed
immediately by another argument. This was accidentally allowed
previously, so we only warn.
Update the RunCMake.Syntax test case StringNoSpace expected stderr to
include the warnings.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Refactor the parser implementation into a class to make
it easier to extend.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Cover commands with whitespace present in allowed combinations.
Also cover command error cases such as two on one line.
|