| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'traceJSON' | Kyle Edwards | 2019-12-27 | 1 | -0/+60 |
|\ |
|
| * | trace: Add JSON output format | Daniel Mensinger | 2019-12-23 | 1 | -0/+60 |
|
|
* | | find_*: Add debug logging infrastructure | Robert Maynard | 2019-12-19 | 1 | -0/+6 |
|/ |
|
* | cmake -E: Add rm with improved semantics over remove and remove_directory | Johnny Jazeix | 2019-11-13 | 1 | -4/+20 |
|
|
* | message: Support logging a context with each message | Alex Turbov | 2019-10-12 | 1 | -0/+10 |
|
|
* | message: Add new CMAKE_MESSAGE_LOG_LEVEL variable | Alex Turbov | 2019-10-12 | 1 | -0/+5 |
|
|
* | CLI: Rename --loglevel to --log-level for naming consistency | Craig Scott | 2019-10-10 | 1 | -1/+4 |
|
|
* | Help: Fix indentation of create_symlink note | Kyle Edwards | 2019-09-19 | 1 | -2/+2 |
|
|
* | Help: Fix ordering of cmake -E commands | Kyle Edwards | 2019-09-18 | 1 | -9/+9 |
|
|
* | cmake: Document -E remove_directory symlink behavior | Brad King | 2019-09-05 | 1 | -1/+2 |
|
|
* | Help: Fix copy_directory description | Leonid Pospelov | 2019-09-02 | 1 | -1/+1 |
|
|
* | Add --trace-redirect parameter to redirect trace output to a file | Igor Ivanov | 2019-08-10 | 1 | -0/+3 |
|
|
* | cmake -E: Add true and false commands | Kyle Edwards | 2019-07-11 | 1 | -0/+6 |
|
|
* | Merge topic 'loglevel-option-case-consistency' | Craig Scott | 2019-07-09 | 1 | -2/+2 |
|\ |
|
| * | Help: Use consistent levels for cmake --loglevel and message() | Craig Scott | 2019-07-08 | 1 | -2/+2 |
|
|
* | | Help: Remove mention of CMAKE_INSTALL_DO_STRIP | Craig Scott | 2019-07-03 | 1 | -1/+1 |
|
|
* | | Help: Clarify how to provide multiple targets with cmake --target | Craig Scott | 2019-07-03 | 1 | -1/+2 |
|
|
* | | Help: Clean up trivial typos and grammar | Craig Scott | 2019-07-03 | 1 | -2/+2 |
|/ |
|
* | cmake: Teach -E capabilities to report supported fileapi requests | Brad King | 2019-06-07 | 1 | -0/+16 |
|
|
* | cmake: Teach -E remove_directory to remove multiple directories | John Freeman | 2019-06-03 | 1 | -2/+2 |
|
|
* | Merge topic 'tar-zstd-compression' | Brad King | 2019-05-30 | 1 | -5/+8 |
|\ |
|
| * | cmake: Teach cmake -E tar command, Zstandard compression | Bartosz Kosiorek | 2019-05-22 | 1 | -5/+8 |
|
|
* | | cmake: tar: Allow selective extracting and listing of archives | Bartosz Kosiorek | 2019-05-23 | 1 | -3/+9 |
|/ |
|
* | Merge topic 'jobs-positive-value' | Brad King | 2019-05-03 | 1 | -0/+3 |
|\ |
|
| * | cmake: --build -j <jobs> should not accept 0. | Fred Baksik | 2019-05-01 | 1 | -0/+3 |
|
|
* | | message(): Add support for log levels | Alex Turbov | 2019-04-28 | 1 | -0/+6 |
|/ |
|
* | Help: Improve formatting of Help documentation | Bartosz Kosiorek | 2019-04-08 | 1 | -16/+17 |
|
|
* | Merge topic 'cmake--install' | Kyle Edwards | 2019-03-19 | 1 | -2/+40 |
|\ |
|
| * | cmake: add '--install <dir>' option | Jiang Yi | 2019-03-16 | 1 | -2/+40 |
|
|
* | | Help: Update 'tar' documentation with supported arguments | Bartosz Kosiorek | 2019-03-18 | 1 | -0/+15 |
|
|
* | | Merge topic 'short-commands' | Brad King | 2019-03-14 | 1 | -3/+3 |
|\ \ |
|
| * | | cmake: add short version of '--target <tgt>...' option | Bartosz Kosiorek | 2019-03-12 | 1 | -1/+1 |
|
|
| * | | cmake: Reformat '--parallel' and '--verbose' options in help | Bartosz Kosiorek | 2019-03-12 | 1 | -2/+2 |
| |/ |
|
* | | cmake: Upgrade 'cmake -E' commands description | Bartosz Kosiorek | 2019-03-12 | 1 | -4/+12 |
|/ |
|
* | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 1 | -2/+2 |
|
|
* | Merge topic 'add_consistent_verbose_build_flag' | Brad King | 2019-01-29 | 1 | -0/+8 |
|\ |
|
| * | cmake: Add options for verbose output to --build mode | Florian Maushart | 2019-01-28 | 1 | -0/+8 |
|
|
* | | cmake: Add --ignore-eol option to `-E compare_files` command | Taylor Braun-Jones | 2019-01-28 | 1 | -2/+3 |
|/ |
|
* | Help: Extend the cmake(1) manual | Brad King | 2018-11-27 | 1 | -21/+116 |
|
|
* | Help: Improve cmake(1) manual organization | Joachim Wuttke (l) | 2018-11-27 | 1 | -48/+107 |
|
|
* | Help: Emphasize tool names in their manuals | Joachim Wuttke (l) | 2018-11-26 | 1 | -1/+1 |
|
|
* | Merge topic 'symlink' | Brad King | 2018-09-19 | 1 | -5/+0 |
|\ |
|
| * | cmake: Add '-E create_symlink' support on Windows | Jon Chronopoulos | 2018-09-18 | 1 | -5/+0 |
|
|
* | | cmake: -S and -B can be used to specify source and build directories | Robert Maynard | 2018-09-15 | 1 | -0/+1 |
|/ |
|
* | cmake: Add options for parallel builds to --build mode | Florian Maushart | 2018-05-25 | 1 | -0/+7 |
|
|
* | Help: Fix command-line synopsis markup syntax | Brad King | 2018-04-18 | 1 | -2/+2 |
|
|
* | Help: Reword misleading docs for cmake -E time | Taylor Braun-Jones | 2018-01-19 | 1 | -1/+1 |
|
|
* | cmake: Add --open option for IDE generators | Gregor Jasny | 2017-10-13 | 1 | -0/+5 |
|
|
* | Merge topic 'document_env_variables' | Craig Scott | 2017-09-27 | 1 | -0/+2 |
|\ |
|
| * | Help: Document CMake's environment variables | Robert Maynard | 2017-09-26 | 1 | -0/+2 |
|
|