| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Generate a single debuginfo package even
if components packaging is enabled.
This makes issue #15668 resolution feature complete.
Closes: #15486
|
|
|
|
|
|
| |
Main component rpm package is generated
without component suffix in filename
and package name.
|
|\
| |
| |
| |
| |
| | |
80574a38 Codelite: Consume the CMAKE_CODELITE_USE_TARGETS setting globally
f59e8779 cmGlobalGenerator: Add API to get settings from top-level cmMakefile
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
02b7d278 VS: Update VS 15 generator for Preview 5
|
| | |
| | |
| | |
| | |
| | |
| | | |
The `PlatformToolset` is now `v141` instead of `v140`.
Closes: #16347
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
f2b88600 Help: Extend 3.7 release notes for FindMatlab
2f16ab87 FindMatlab: small documentation fixes
|
| |/ / |
|
| |\ \ |
|
| | |/
| |/|
| | |
| | |
| | | |
Release versions do not have the development topic section of
the CMake Release Notes index page.
|
| |/
|/|
| |
| |
| |
| | |
Users may need to add custom `RPATH` entries to be able to run binaries
from their build tree without setting `LD_LIBRARY_PATH`. Provide a way
to do this that does not affect the install-tree `RPATH`.
|
|/ |
|
|\
| |
| |
| |
| |
| | |
64e63da0 Help: Organize and revise 3.7 release notes
e82c33b8 Help: Consolidate 3.7 release notes
|
| |
| |
| |
| |
| | |
Add section headers similar to the 3.6 release notes and move each
individual bullet into an appropriate section. Revise a few bullets.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Move all development release notes into a new version-specific document:
tail -q -n +3 Help/release/dev/* > Help/release/3.7.rst
git rm -- Help/release/dev/*
except the sample topic:
git checkout HEAD -- Help/release/dev/0-sample-topic.rst
Reference the new document from the release notes index document.
Add a title and intro sentence to the new document by hand.
|
|\ \
| |/
|/|
| |
| | |
07bb2724 Help: Clarify treatment of link flags in target_link_libraries
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
39c898a1 Help: Clarify that `cmake -A` option sets VS IDE target architecture
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
27c51865 Help: Add release note about compilers that no longer build CMake itself
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
The introduction of libuv requires some intrinsics such as InterlockedOr
that are not available on VS 2005 and below or on MinGW.org's mingw32.
Add a release note that we no longer support these compilers for CMake
itself.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
130784e0 AndroidTestUtilities: Add module to help drive Android device tests
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add a module to manage the data needed for the project tests. It will
move the test data to the build directory and transfer necessary data to
an Android device if that is enabled.
|
| | |
| | |
| | |
| | | |
Watch CMakeLists.txt files (and similar) from the Server
|
| |/
|/|
| |
| | |
* Add a command to report watched files and directories to clients.
|
| |
| |
| |
| |
| | |
With this it would be possible to implement something like
cmake-gui using server-mode.
|
| |
| |
| |
| | |
Add a command to retrieve files that are input to cmake itself.
|
|/
|
|
|
| |
Add "codemodel" command to report information relevant to feed a code
model.
|
| |
|
|\
| |
| |
| |
| | |
cbe48879 CodeLite: Optionally use targets to create (sub)project files
|
| |
| |
| |
| |
| |
| | |
The basic codelite generator creates .project files based on the
`project()` stanza. Add a `CMAKE_CODELITE_USE_TARGETS` option to use
the targets instead.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Add a command to trigger cmake to configure a project.
Keep this separate from the compute step (added in the next commit)
to faciliate applications like cmake-gui.
|
| |
| |
| |
| |
| | |
"setGlobalSettings" can be used to change settings reported by
"globalSettings" command.
|
| |
| |
| |
| |
| |
| |
| | |
Add "globalSettings" command that returns:
* Return capability information
* Return currently used generator/extra generator
* Return a range of flags for debug/trace/etc.
|
|\ \
| | |
| | |
| | |
| | | |
1ef45a30 Revert "CPack/DEB: Make package description variable precedence match RPM"
|
| | |
| | |
| | |
| | |
| | | |
This reverts commit 332b089ad213a1aa89658fffd8f68c9064c6d3db as multiline
descriptions require special formatting.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
b35568f3 Xcode: Add option to set Swift language version
49d50ad4 Xcode: Port rudimentary Swift support to Xcode 8
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Create a new CMAKE_Swift_LANGUAGE_VERSION variable to specify the
SWIFT_VERSION attribute in a generated Xcode project. Ideally this
would be a `<LANG>_STANDARD` property but since Swift support is
very minimal we should reserve that property for more complete
treatment later.
Issue: #16326
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
33058150 Help: Document Ninja generator conditional Fortran support
59aae292 Ninja: Add dyndep rules for Fortran module dependencies
39ebfc79 Ninja: Add explicit preprocessing step for Fortran
9a77680e Ninja: Conditionally allow Fortran based on ninja 'dyndep' support
0f331d78 Ninja: Add internal tool to produce a ninja dyndep file for Fortran
d3e0b64b Ninja: Add internal tool to scan Fortran code for module dependencies
8eca59a1 Ninja: Add comment with Fortran dependency design documentation
a57d1bb7 Ninja: Add API to check for dyndep support
0488ae63 Ninja: Refactor ninja feature detection
f0a23aa3 Ninja: Refactor Fortran rejection logic
|
| |/
| |
| |
| | |
Closes: #14215
|
|\ \
| | |
| | |
| | |
| | |
| | | |
4d3874d5 CheckFortranSourceCompiles: Add support for custom source extension
86d2e427 CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo
|
| |/
| |
| |
| |
| | |
Fortran compilers interpret the source extension to decide whether
to preprocess and what language level to use by default.
|
|/
|
|
| |
Enable the server to send signals.
|
|\
| |
| |
| |
| | |
73f47c9e CTest: Add support for test fixtures
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add new test properties:
* FIXTURES_SETUP
* FIXTURES_CLEANUP
* FIXTURES_REQUIRED
to specify the roles and dependencies of tests providing/using
test fixtures.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Use it to split pipe and stdin/out handling out of cmServer itself.
The server will shut down when it looses its connection to the client.
This has the nice property that a crashing client will cause the server
to terminate as the OS will close the connection on behave of the client.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
adf1e32f Help: Add notes for topic 'ctest-capture-error'
d328dc68 CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commands
9ac2e189 ctest_coverage: If gcov is not found just warn, not error
|
| | | |
|