| Commit message (Expand) | Author | Age | Files | Lines |
* | ccmake: Add Windows support using PDCurses | Duncan Ogilvie | 2022-01-18 | 1 | -0/+4 |
|
|
* | ccmake: Refactor resizing logic into cmCursesForm | Duncan Ogilvie | 2022-01-18 | 1 | -18/+1 |
|
|
* | Source: fix many -Wmissing-prototypes warnings by marking functions static | Sean McBride | 2021-10-25 | 1 | -1/+1 |
|
|
* | cmMessenger: Pass title inside a metadata structure | Marius Messerschmidt | 2021-05-19 | 1 | -2/+3 |
|
|
* | ccmake: Display an error and interrupt execution if ncurses failed | Bartosz Kosiorek | 2020-06-11 | 1 | -2/+14 |
|
|
* | replace "std::string::find(x) == 0" with cmHasPrefix() | Rolf Eike Beer | 2020-03-23 | 1 | -2/+3 |
|
|
* | ccmake: redirect stdout/stderr to the displayed logs | Sylvain Joubert | 2019-11-16 | 1 | -2/+20 |
|
|
* | ccmake: Use type-based colors to display cache values | Sylvain Joubert | 2019-11-04 | 1 | -0/+2 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -7/+8 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | clang-tidy: isolate declarations for readability | Regina Pfeifer | 2019-08-20 | 1 | -2/+4 |
|
|
* | Ensure stdin, stdout, and stderr pipes are always open | Brad King | 2019-05-02 | 1 | -0/+1 |
|
|
* | cmSystemTools: MessageCallback and Message() accept std::string argument | Vitaly Stakhovsky | 2019-02-07 | 1 | -1/+1 |
|
|
* | MessageCallback: Remove unused bool& argument | Regina Pfeifer | 2019-01-29 | 1 | -1/+1 |
|
|
* | Use `std::function` for callbacks | Regina Pfeifer | 2019-01-29 | 1 | -8/+4 |
|
|
* | Merge topic 'help-mark-default-generator' | Brad King | 2019-01-22 | 1 | -4/+3 |
|\ |
|
| * | ccmake: Append rather than replace Generators section of docs | Craig Scott | 2019-01-18 | 1 | -1/+1 |
|
|
| * | cmake: Return generator docs directly | Artur Ryt | 2019-01-18 | 1 | -3/+2 |
|
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -1/+1 |
|/ |
|
* | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 1 | -1/+2 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -8/+11 |
|
|
* | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 1 | -0/+1 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+0 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -14/+13 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -1/+1 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -2/+2 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -4/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | CursesDialog: include what you use | Daniel Pfeifer | 2016-09-03 | 1 | -10/+13 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -3/+3 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -13/+14 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -87/+60 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -4/+0 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -1/+1 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -1/+2 |
|
|
* | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 1 | -0/+2 |
|
|
* | Port to cmState. | Stephen Kelly | 2015-04-13 | 1 | -1/+0 |
|
|
* | Do not call setlocale() globally in CMake applications (#15377) | Brad King | 2015-02-06 | 1 | -3/+0 |
|
|
* | Merge topic 'cmake-no-args-output' | Brad King | 2014-06-16 | 1 | -0/+16 |
|\ |
|
| * | cmake,ccmake: Produce shorter output on no arguments (#14973) | Adam Strzelecki | 2014-06-13 | 1 | -0/+16 |
|
|
* | | Encoding: Change to only set LC_CTYPE to fix encoding issues with libarchive. | Clinton Stimpson | 2014-06-12 | 1 | -1/+1 |
|/ |
|
* | Encoding: Add setlocale() to applications. | Clinton Stimpson | 2014-06-04 | 1 | -0/+3 |
|
|
* | cmSystemTools: Rename ErrorCallback to MessageCallback | Brad King | 2014-05-15 | 1 | -2/+3 |
|
|
* | Use Encoding::CommandLineArguments for main() functions. | Clinton Stimpson | 2014-01-04 | 1 | -1/+7 |
|
|
* | Refactor internal resource location APIs and initialization | Brad King | 2013-11-12 | 1 | -2/+1 |
|
|
* | Make --help-* options available from all command-line tools | Brad King | 2013-10-16 | 1 | -0/+2 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -8/+8 |
|
|
* | Drop "full" documentation output types | Brad King | 2013-10-15 | 1 | -28/+0 |
|
|
* | CPack begin the implementation of --help-command* and --help-variables* | Eric NOULARD | 2012-01-22 | 1 | -0/+1 |
|
|
* | Usage: Print help, version and copyright options in usage information. | Nicolas Despres | 2011-10-23 | 1 | -1/+1 |
|
|