- 10 Aug, 2019 1 commit
-
-
Artalus authored
-
- 11 Jul, 2019 1 commit
-
-
Kyle Edwards authored
-
- 08 Jul, 2019 1 commit
-
-
Craig Scott authored
The message() command requires uppercase log levels. Even though the cmake --loglevel option is not case sensitive, show the supported values as uppercase to match the message() docs as closely as possible, since they are related to the same feature. Also fixes the wrong string being shown for the warning level by cmake --help.
-
- 03 Jul, 2019 3 commits
-
-
Craig Scott authored
It isn't yet clear whether we want to make this part of the documented API for the install script. Remove it from the docs before it appears in an official release for now. Relates: #18997
-
Craig Scott authored
-
Craig Scott authored
-
- 07 Jun, 2019 1 commit
-
- 03 Jun, 2019 1 commit
-
-
John Freeman authored
The `make_directory` command can make multiple directories in a single invocation. Make `remove_directory` mirror that behavior.
-
- 23 May, 2019 1 commit
-
-
Bartosz authored
-
- 21 May, 2019 1 commit
-
- 01 May, 2019 1 commit
-
-
Fred Baksik authored
Fixes #19059
-
- 28 Apr, 2019 1 commit
-
-
Alex Turbov authored
Relates: #18943Co-Authored-By:
Craig Scott <craig.scott@crascit.com>
-
- 08 Apr, 2019 1 commit
-
-
Bartosz Kosiorek authored
-
- 18 Mar, 2019 1 commit
-
-
Bartosz Kosiorek authored
-
- 16 Mar, 2019 1 commit
-
- 12 Mar, 2019 3 commits
-
-
Bartosz Kosiorek authored
Fixes: #13204
-
Bartosz Kosiorek authored
-
Bartosz Kosiorek authored
-
- 05 Mar, 2019 1 commit
-
-
Bartosz Kosiorek authored
Fixes: #16136
-
- 28 Jan, 2019 2 commits
-
-
Florian Maushart authored
While we already support `VERBOSE` environment variable and `CMAKE_VERBOSE_MAKEFILE` cached variable, add `-v` and `--verbose` command line options to be able to activate verbose output directly from CMake's build tool mode command line. Also make `msbuild` honor the verbosity setting. `xcodebuild` still doesn't honor the verbosity setting as it will need a policy added and reworking of cmGlobalGenerator and cmsys to support multiple command invocation.
-
Taylor Braun-Jones authored
Fixes: #13007
-
- 27 Nov, 2018 2 commits
-
-
Brad King authored
Extend the description section to cover all capabilities that the "cmake" tool has. Extend the buildsystem generation section to introduce important concepts and describe the basic workflow. Inspired-by:
Joachim Wuttke (l) <j.wuttke@fz-juelich.de>
-
Joachim Wuttke authored
Extend the Synposis, and provide links to manual sections. Add sections for `cmake --open` and `cmake --help-*`. Introduce a new section for buildsystem generation to distinguish it from the other functionality. Populate it with minimal placeholder text for now. It will be extended later. Co-Author: Brad King <brad.king@kitware.com>
-
- 26 Nov, 2018 1 commit
-
-
Joachim Wuttke authored
Print the name of the **cmake** executable in boldface, so that it does not appear less prominent than other shell commands (which are underlaid with links). Similarly the other tool manuals.
-
- 18 Sep, 2018 1 commit
-
-
Jon Chronopoulos authored
The allows `-E create_symlink` to work on Windows. It utilizes `uv_fs_symlink`. I am still unsure exactly which Windows platforms will work without requiring Administrator privileges or needing a user/group with the "Create Symbolic Links" User Rights. It does work with my Windows 10 Pro with Developer Mode turned on. In the test suite check that the symlink either worked or failed with a permissions error. Use recent changes in cmSystemTools::FileExists to check that a symlink is broken.
-
- 15 Sep, 2018 1 commit
-
-
Robert Maynard authored
Document the previously internal option of '-B' and provide a matching source directory option with '-S'. Both '-B', and '-S' can be used independently of each other.
-
- 25 May, 2018 1 commit
-
-
Florian Maushart authored
While we already support `cmake --build . -- -j`, the options after `--` are specific to the native build tool. Add new options `--parallel [<N>]` and `-j [<N>]` to abstract this and map to the proper option for the native build tool.
-
- 18 Apr, 2018 1 commit
-
- 19 Jan, 2018 1 commit
-
-
Taylor Braun-Jones authored
-
- 13 Oct, 2017 1 commit
-
-
Gregor Jasny authored
-
- 26 Sep, 2017 1 commit
-
-
Robert Maynard authored
-
- 11 Sep, 2017 1 commit
-
-
Jano Svitok authored
- add hyperlink to CMakeGraphVizOptions.cmake in cmake(1) - improve markup in CMakeGraphVizOptions.cmake
-
- 14 Jul, 2017 1 commit
-
-
André Klitzing authored
-
- 11 Apr, 2017 1 commit
-
- 10 Apr, 2017 1 commit
-
-
Craig Scott authored
Closes: #16784
-
- 28 Mar, 2017 1 commit
-
-
Domen Vrankar authored
-
- 19 Sep, 2016 1 commit
-
-
Tobias Hunger authored
-
- 16 Aug, 2016 1 commit
-
-
Tobias Hunger authored
Add `cmake -E capabilities` to report on generators, cmake version and possibly other static capabilities of cmake. Closes: #15462
-
- 17 Jun, 2016 1 commit
-
-
Alex Turbov authored
Even in relatively small projects using `--trace` (and `--trace-expand`) may produce a lot of output. When developing a custom module usually one is interested in output of only a few particular modules. Add a `--trace-source=<file>` option to enable tracing only a subset of source files. The final output would be only from requested modules, ignoring anything else not matched to given filename(s).
-
- 10 May, 2016 1 commit
-
-
Brad King authored
The `--build` mode was confusingly documented among other options, falsely implying that it can be used anywhere on the command line. Move the documentation to a dedicated section and clarify its usage as s separate command line mode.
-