Brad King
d657fd7b35
Merge branch 'doc-math-EXPR' into release
2016-10-14 15:47:50 -04:00
Brad King
c05d9b0569
Help: Fix math(EXPR) documentation formatting
2016-10-14 15:47:30 -04:00
Brad King
ef4e349ea3
Merge branch 'doc-clarify-ctest-APPEND' into release
2016-10-14 14:48:20 -04:00
Brad King
78b00f1d10
Help: Clarify `ctest_*` APPEND option behavior
...
Explicitly state that this marks the `.xml` to tell the dashboard
server to append it to previously submitted results and that it
does not cause results to be appended to the `.xml` file.
2016-10-14 14:43:46 -04:00
Brad King
fbc1a30b87
Merge branch 'codelite-global-setting' into release
2016-10-07 09:01:30 -04:00
Stephen Kelly
80574a38e6
Codelite: Consume the CMAKE_CODELITE_USE_TARGETS setting globally
2016-10-07 09:01:07 -04:00
Raffi Enficiaud
f2b88600f3
Help: Extend 3.7 release notes for FindMatlab
2016-10-05 09:43:09 -04:00
Brad King
1dc252ecf4
Merge branch 'fix-doc-3.7-relnotes' into release
2016-10-03 09:53:58 -04:00
Roman Wüger
a1ecf3f1b0
Help: Add 3.7 release note for CPack/NSIS
2016-10-03 09:52:06 -04:00
Brad King
2aea7099e1
Help: Drop development topic notes to prepare release
...
Release versions do not have the development topic section of
the CMake Release Notes index page.
2016-10-03 09:06:06 -04:00
Brad King
b99bbfe88d
Merge topic 'doc-3.7-relnotes'
...
64e63da0
Help: Organize and revise 3.7 release notes
e82c33b8
Help: Consolidate 3.7 release notes
2016-10-03 09:02:00 -04:00
Brad King
5cdeb661ea
Merge topic 'doc-target_link_libraries-flags'
...
07bb2724
Help: Clarify treatment of link flags in target_link_libraries
2016-10-03 09:01:54 -04:00
John Beard
07bb27240f
Help: Clarify treatment of link flags in target_link_libraries
2016-10-03 08:53:43 -04:00
Brad King
64e63da0d1
Help: Organize and revise 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.
2016-10-01 08:25:17 -04:00
Brad King
e82c33b88c
Help: Consolidate 3.7 release notes
...
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.
2016-10-01 08:25:17 -04:00
Brad King
9921b2f8c8
Merge topic 'doc-cmake-A-link'
...
39c898a1
Help: Clarify that `cmake -A` option sets VS IDE target architecture
2016-10-01 08:20:43 -04:00
Brad King
38a4e5883f
Merge topic 'doc-compilers-dropped'
...
27c51865
Help: Add release note about compilers that no longer build CMake itself
2016-10-01 08:20:39 -04:00
Brad King
b4235b7590
Merge topic 'add-setup-projects-tests-module'
...
130784e0
AndroidTestUtilities: Add module to help drive Android device tests
2016-10-01 08:20:27 -04:00
Brad King
27c51865eb
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.
2016-09-30 14:02:03 -04:00
Schuyler Kylstra
130784e039
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.
2016-09-30 13:49:47 -04:00
Brad King
39c898a107
Help: Clarify that `cmake -A` option sets VS IDE target architecture
2016-09-30 11:54:16 -04:00
Tobias Hunger
4e34f04250
server-mode: Watch CMakeLists.txt files
...
Watch CMakeLists.txt files (and similar) from the Server
2016-09-29 22:34:10 +02:00
Tobias Hunger
262500028c
server-mode: Report watched files to client
...
* Add a command to report watched files and directories to clients.
2016-09-29 21:47:05 +02:00
Tobias Hunger
7b1e60f26e
server-mode: Report CMakeCache entries
...
With this it would be possible to implement something like
cmake-gui using server-mode.
2016-09-28 18:32:55 +02:00
Tobias Hunger
84553a6e70
server-mode: Add command to retrieve build system files
...
Add a command to retrieve files that are input to cmake itself.
2016-09-28 18:32:54 +02:00
Tobias Hunger
ead71873b2
server-mode: Report information relevant for a codemodel
...
Add "codemodel" command to report information relevant to feed a code
model.
2016-09-28 18:32:54 +02:00
Brad King
19671831cf
Help: Update cmake-developer(7) module license docs for new notice
2016-09-27 15:18:08 -04:00
Brad King
ded15f26b8
Merge topic 'codelite-organize-by-target'
...
cbe48879
CodeLite: Optionally use targets to create (sub)project files
2016-09-27 08:22:53 -04:00
Tobias Hunger
890432672b
server-mode: Add command to compute the build system
2016-09-26 14:33:12 -04:00
Tobias Hunger
0a8ad6700e
server-mode: Add a configure command
...
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.
2016-09-26 14:32:22 -04:00
Tobias Hunger
544f65f44d
server-mode: Set global configuration of cmake via a command
...
"setGlobalSettings" can be used to change settings reported by
"globalSettings" command.
2016-09-26 14:25:20 -04:00
Tobias Hunger
82104cc7a8
server-mode: Query global configuration of cmake via a command
...
Add "globalSettings" command that returns:
* Return capability information
* Return currently used generator/extra generator
* Return a range of flags for debug/trace/etc.
2016-09-26 14:23:53 -04:00
Minze Zwerver
cbe4887927
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.
2016-09-26 13:40:38 -04:00
Brad King
4d6f0a5573
Merge topic 'revert-cpack-deb-package-description-fallback'
...
1ef45a30
Revert "CPack/DEB: Make package description variable precedence match RPM"
2016-09-26 09:06:39 -04:00
Brad King
c6f07d06c6
Merge topic 'xcode-swift-version'
...
b35568f3
Xcode: Add option to set Swift language version
49d50ad4
Xcode: Port rudimentary Swift support to Xcode 8
2016-09-26 09:06:29 -04:00
Brad King
b35568f3f9
Xcode: Add option to set Swift language version
...
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
2016-09-26 08:46:23 -04:00
Domen Vrankar
1ef45a30aa
Revert "CPack/DEB: Make package description variable precedence match RPM"
...
This reverts commit 332b089ad2
as multiline
descriptions require special formatting.
2016-09-24 12:05:06 +02:00
Brad King
b36408a092
FindMatlab: Add notes for topic 'FindMatlab-simulink'
2016-09-23 09:36:05 -04:00
Brad King
3a883a9f7d
Merge topic 'ninja-fortran'
...
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
2016-09-23 08:40:16 -04:00
Brad King
961536dc85
Merge topic 'CheckFortranSourceCompiles-custom-ext'
...
4d3874d5
CheckFortranSourceCompiles: Add support for custom source extension
86d2e427
CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo
2016-09-23 08:40:13 -04:00
Brad King
4d3874d5ad
CheckFortranSourceCompiles: Add support for custom source extension
...
Fortran compilers interpret the source extension to decide whether
to preprocess and what language level to use by default.
2016-09-22 14:49:54 -04:00
Brad King
330581502a
Help: Document Ninja generator conditional Fortran support
...
Closes : #14215
2016-09-22 13:53:10 -04:00
Tobias Hunger
e22d30e25a
server-mode: Allow for sending signals
...
Enable the server to send signals.
2016-09-22 16:30:03 +02:00
Brad King
f4475eb92b
Merge topic 'test-fixtures'
...
73f47c9e
CTest: Add support for test fixtures
2016-09-22 08:09:55 -04:00
Tobias Hunger
1d601c6cb9
server-mode: Introduce cmServerConnection
...
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.
2016-09-22 08:06:38 -04:00
Brad King
2c2ffd3874
Merge topic 'ctest-capture-error'
...
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
2016-09-21 08:47:51 -04:00
Brad King
eca2af6e66
Merge topic 'cmake-server-more-info'
...
4fb2b41a
server-mode: Add debug support
537efe05
server-mode: Report Messages from cmake to clients
ca779948
server-mode: Automate progress reporting
70b8ba9a
cmake-server: Use consistent constant naming style
2016-09-21 08:47:48 -04:00
Tobias Hunger
4fb2b41a58
server-mode: Add debug support
...
Enable the server to support development with some helper tools:
You can now request debug information with statistics on how
long execution of a command took, how long it took to serialize
the JSON files, and how big the serialized JSON string is.
Also allow to dump results into a file.
2016-09-20 20:52:44 +02:00
Tobias Hunger
537efe0561
server-mode: Report Messages from cmake to clients
...
Pass messages sent from cmake via Error(...) or Message(...) on
to clients.
2016-09-20 20:52:38 +02:00
Brad King
adf1e32fa2
Help: Add notes for topic 'ctest-capture-error'
2016-09-20 14:43:13 -04:00