| Commit message (Expand) | Author | Age | Files | Lines |
* | ccmake: fix status line buffer overflow on very wide terminals | Tianhao Chai | 2018-03-13 | 1 | -1/+1 |
|
|
* | CursesDialog: avoid calling strcpy() | Rolf Eike Beer | 2017-09-25 | 1 | -33/+16 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -18/+18 |
|
|
* | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 1 | -1/+1 |
|
|
* | cmake: initialize with Role that controls which commands to register | Daniel Pfeifer | 2017-05-08 | 1 | -1/+1 |
|
|
* | clang-tidy: remove else after break and continue | Daniel Pfeifer | 2017-04-21 | 1 | -3/+2 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 1 | -4/+2 |
|
|
* | ccmake: Correctly display edit mode and associated keys | Sylvain Joubert | 2016-11-15 | 1 | -48/+43 |
|
|
* | ccmake: Add missing spaces to match the previous text length | Sylvain Joubert | 2016-11-15 | 1 | -1/+1 |
|
|
* | cmListFileCache: Remove cmState header include | Stephen Kelly | 2016-10-19 | 1 | -0/+1 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -15/+16 |
|
|
* | 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 | -8/+9 |
|
|
* | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 1 | -2/+2 |
|
|
* | ccmake: Add VIM-like bindings for navigation | Paul Seyfert | 2016-08-02 | 1 | -7/+11 |
|
|
* | ccmake: Revise documentation for [d] | Paul Seyfert | 2016-08-02 | 1 | -2/+2 |
|
|
* | ccmake: Fix typo in help (it's -> its) | Paul Seyfert | 2016-08-02 | 1 | -1/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -17/+17 |
|
|
* | Improve string find: prefer character overloads. | Daniel Pfeifer | 2016-05-24 | 1 | -1/+1 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -654/+482 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -6/+6 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -1/+2 |
|
|
* | ccmake: Pass format string to 'printw' (#15738) | Joerg Sonnenberger | 2015-09-16 | 1 | -8/+9 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 1 | -20/+19 |
|
|
* | Port to cmState. | Stephen Kelly | 2015-04-13 | 1 | -23/+24 |
|
|
* | Port CursesDialog to non-iterator cache API. | Stephen Kelly | 2015-04-08 | 1 | -60/+89 |
|
|
* | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-07 | 1 | -1/+1 |
|
|
* | Revert topic 'refactor-cache-api' | Brad King | 2015-04-07 | 1 | -90/+61 |
|
|
* | Port CursesDialog to non-iterator cache API. | Stephen Kelly | 2015-04-06 | 1 | -60/+89 |
|
|
* | Add API for cache loading, deleting and saving to the cmake class. | Stephen Kelly | 2015-04-06 | 1 | -1/+1 |
|
|
* | Include cmAlgorithms where it is used. | Stephen Kelly | 2015-03-10 | 1 | -0/+1 |
|
|
* | Replace 'foo.size() > 0' pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -4/+4 |
|
|
* | Use the cmDeleteAll algorithm instead of trivial raw loops. | Stephen Kelly | 2015-01-13 | 1 | -11/+2 |
|
|
* | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 1 | -5/+5 |
|
|
* | Refactor internal resource location APIs and initialization | Brad King | 2013-11-12 | 1 | -2/+2 |
|
|
* | ccmake: Extend clear line. | Nicolas Despres | 2012-02-06 | 1 | -1/+1 |
|
|
* | ccmake: Factor clear line. | Nicolas Despres | 2012-02-05 | 1 | -6/+5 |
|
|
* | ccmake: Factor toggle key help instructions. | Nicolas Despres | 2011-10-23 | 1 | -9/+7 |
|
|
* | ccmake: Document '/' key. | Nicolas Despres | 2011-10-23 | 1 | -3/+2 |
|
|
* | ccmake: Align 'g' and 'q' key instructions. | Nicolas Despres | 2011-10-23 | 1 | -2/+3 |
|
|
* | Remove trailing white-spaces. | Nicolas Despres | 2011-10-23 | 1 | -66/+66 |
|
|
* | Merge topic 'dev/strict-mode' | Brad King | 2011-01-27 | 1 | -0/+1 |
|\ |
|
| * | Unwatch manual variables upon removal in ccmake | Ben Boeckel | 2011-01-13 | 1 | -0/+1 |
|
|
* | | Avoid exceptions when ccmake terminal window is too small (#11668) | David Cole | 2011-01-19 | 1 | -21/+24 |
|/ |
|
* | ccmake: Fix search with '/' | Brad King | 2010-09-16 | 1 | -9/+5 |
|
|
* | Fix signed/unsigned comparison warnings in ccmake | Brad King | 2010-06-29 | 1 | -7/+7 |
|
|
* | Fix or cast more integer conversions in cmake | Brad King | 2010-06-29 | 1 | -6/+6 |
|
|