| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| | |
Merge-request: !1498
|
| |
| |
| |
| |
| |
| |
| |
| | |
If a partial message is flushed into the input pipe for CMake Server,
the parser will try and parse it as a full message because of some bad
loop checks. This was introduced accidentally in commit
v3.10.0-rc1~365^2~2 (server: Refactor to make the event loop owned by
server object, 2017-03-24).
|
|/
|
|
| |
This will enable builds against a static Qt5 on Windows.
|
| |
|
|
|
|
|
|
|
|
|
| |
A diagnostic message added in commit v3.10.0-rc1~59^2 (Windows: Improve
link-time error messages when rc or mt fail, 2017-09-22) incorrectly
reports the `mt /notify_update` special return code as a failure.
Fix the logic to consider the special return codes as success.
Fixes: #17444
|
| |
|
|
|
|
| |
Closes #17418
|
| |
|
|\
| |
| |
| | |
Merge-request: !1422
|
| |
| |
| |
| | |
Closes #17404
|
|\ \
| | |
| | |
| | | |
Merge-request: !1418
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Refactoring in commit v3.10.0-rc1~115^2 (Clean up iwyu code to not be
one big if statement, 2017-08-28) incorrectly changed the logic to run
only one lint tool at a time. Restore support for running all tools
specified on the command-line.
|
| | |
| | |
| | |
| | | |
These do not need to be declared in the header.
|
| |/ |
|
|\ \
| | |
| | |
| | | |
Merge-request: !1408
|
| |/
| |
| |
| |
| |
| |
| | |
When a STATIC_LIBRARY cycle is detected we don't add any STATIC_LIBRARY target
from the cycle to the `_autogen` target dependencies.
Closes #17389
|
|\ \
| |/
|/|
| | |
Merge-request: !1415
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In commit v3.5.0-rc1~8^2~2 (Help: Clarify policy `CMP0040`
documentation, 2016-01-28) the documentation was clarified to indicate
that the target must be defined in the current directory. Do the same
for the text of the policy warning itself.
Fixes: #17399
|
| | |
|
|\ \
| | |
| | |
| | | |
Merge-request: !1390
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The `TargetMachinePlatform` setting tells CUDA what `--machine {32,64}`
flag to pass to nvcc. While CUDA automatically chooses the proper
default for the target architecture, it does not reflect this in the
user-visible IDE settings. Set it explicitly to fix the user-visible
setting.
Fixes: #17355
|
|\ \
| | |
| | |
| | | |
Merge-request: !1388
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The `Microsoft.VisualStudio.Component.VC.Tools.x86.x64` component is
not the only way a VS instance may provide the `cl` compiler tool.
For example, VS 2017 Express Edition does not install that component.
Instead search for the tools directly on disk within an instance.
Suggested-by: Rich Chiodo <rchiodo@microsoft.com>
Fixes: #17349
|
| | | |
|
| |/
| |
| |
| | |
This also adds a missing conversion to unix slashes in one code path.
|
|\ \
| | |
| | |
| | | |
Merge-request: !1386
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The change in commit v3.8.0-rc1~276^2 (Allow NO_SYSTEM_FROM_IMPORTED on
imported INTERFACE libraries, 2016-11-21) was incorrect. The property
is not meant to be set on imported targets at all. It is meant to be
set on their consumers that compile sources. Since INTERFACE libraries
have no sources to compile, the property is not needed on them.
Revert most of that change. Unfortunately we must still tolerate
project code setting NO_SYSTEM_FROM_IMPORTED on INTERFACE libraries
because they were allowed by CMake 3.8 and 3.9.
Issue: #17348
|
| | |
|
| |
| |
| |
| |
| | |
SKIP_AUTOUIC and SKIP_AUTOGEN were ignored when set on a `.ui` file that
was not in the sources of the target.
|
|\ \
| | |
| | |
| | | |
Merge-request: !1349
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
explicitLibraries can never be nullptr at this point
|
| |/ |
|
|\ \
| | |
| | |
| | | |
Merge-request: !1354
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When running `hdiutil create`, specify the HFS+ filesystem explicitly.
Otherwise `hdiutil` may choose a filesystem based on the host. We do
not want to create APFS images for `.dmg` packages because they may not
mount on macOS versions prior to 10.12.
This was missed in commit 39b50975d9 (CPack: Fix .dmg HFS+ creation on
macOS APFS hosts, 2017-10-02).
Reported-by: Alan Garny
|
| |/
|/| |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
0b419b99 VS: Do not emit empty linker Version tag
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1332
|
| | |
| | |
| | |
| | |
| | | |
This empty element does nothing, so simply remove it to simplify
generated `.vcxproj` files.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
303cd703 VS,Xcode: Fix TARGET_PROPERTY genex in source COMPILE_FLAGS property
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Nikita Nemkin <nikita@nemkin.ru>
Merge-request: !1336
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This already worked in other generators. Also add a test case.
Fixes: #17314
|
| |/ /
|/| | |
|
|/ / |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
23ad08dd Migrate cmFilePathChecksum to C++11
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1334
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
When running `hdiutil create`, specify the HFS+ filesystem explicitly.
Otherwise `hdiutil` may choose a filesystem based on the host. We do
not want to create APFS images for `.dmg` packages because they may not
mount on macOS versions prior to 10.12.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
ec30129b CPack: put local variable on the stack
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1331
|
| | | |
|