| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 1 | -1/+1 |
|
|
* | cmCursesLongMessageForm: Avoid -Wstringop-overflow warning | Brad King | 2018-07-31 | 1 | -1/+1 |
|
|
* | Fix misc. typos | luz.paz | 2018-06-04 | 2 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 3 | -21/+27 |
|
|
* | clang-format.bash: update to clang-format-6.0 | Brad King | 2018-06-01 | 1 | -1/+1 |
|
|
* | ccmake: Fix compilation with ncurses on Solaris | Brad King | 2018-03-20 | 1 | -0/+13 |
|
|
* | Merge topic 'ccmake-stack-smashing' | Brad King | 2018-03-13 | 1 | -1/+1 |
|\ |
|
| * | ccmake: fix status line buffer overflow on very wide terminals | Tianhao Chai | 2018-03-13 | 1 | -1/+1 |
|
|
* | | Extend libuv file translate mode workaround to all executables | Brad King | 2018-01-23 | 1 | -0/+1 |
|
|
* | | cmake: specify source file extensions | Ben Boeckel | 2018-01-09 | 1 | -13/+13 |
|/ |
|
* | CursesDialog: avoid calling strcpy() | Rolf Eike Beer | 2017-09-25 | 1 | -33/+16 |
|
|
* | Enable clang-tidy modernize-loop-convert lint | Brad King | 2017-09-19 | 3 | -9/+5 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 8 | -20/+20 |
|
|
* | Merge topic 'cstyle-casts' | Daniel Pfeifer | 2017-08-30 | 1 | -1/+1 |
|\ |
|
| * | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -1/+1 |
|
|
* | | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 14 | -14/+13 |
|/ |
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 8 | -44/+43 |
|
|
* | CursesDialog: use target_include_directories for cmForm | Daniel Pfeifer | 2017-08-18 | 2 | -11/+10 |
|
|
* | 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 | 2 | -2/+2 |
|
|
* | Use CM_DISABLE_COPY | Daniel Pfeifer | 2017-04-24 | 15 | -48/+28 |
|
|
* | clang-tidy: remove else after break and continue | Daniel Pfeifer | 2017-04-21 | 2 | -4/+4 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 18 | -20/+20 |
|
|
* | clang-format.bash: Use Git attributes to mark files for formatting | Brad King | 2017-02-22 | 1 | -0/+1 |
|
|
* | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 3 | -10/+6 |
|
|
* | ccmake: Correctly display edit mode and associated keys | Sylvain Joubert | 2016-11-15 | 2 | -49/+46 |
|
|
* | 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 | 2 | -0/+2 |
|
|
* | cmState: Port dependents to new cmStateTypes header | Stephen Kelly | 2016-10-19 | 10 | -10/+10 |
|
|
* | cmState: Move CacheEntryType enum to separate namespace | Stephen Kelly | 2016-10-19 | 10 | -30/+31 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 29 | -320/+59 |
|
|
* | ccmake: Fix recent compilation regression with GCC on Solaris | Brad King | 2016-09-14 | 2 | -8/+0 |
|
|
* | CursesDialog: include what you use | Daniel Pfeifer | 2016-09-03 | 26 | -36/+116 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | CursesDialog: don't use else after return | Daniel Pfeifer | 2016-08-18 | 4 | -32/+27 |
|
|
* | Merge topic 'readability-named-parameter' | Brad King | 2016-08-17 | 8 | -13/+20 |
|\ |
|
| * | Make sure unnused parameters are /*named*/ | Daniel Pfeifer | 2016-08-16 | 8 | -13/+20 |
|
|
* | | fix a batch of include-what-you-use violations | Daniel Pfeifer | 2016-08-16 | 1 | -0/+2 |
|/ |
|
* | ccmake: Add VIM-like bindings for navigation | Paul Seyfert | 2016-08-02 | 3 | -12/+23 |
|
|
* | 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 | 8 | -42/+43 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 8 | -20/+20 |
|
|
* | Add missing braces around statements. | Daniel Pfeifer | 2016-06-10 | 1 | -2/+2 |
|
|
* | Merge topic 'simplify-boolean-expressions' | Brad King | 2016-06-03 | 1 | -5/+1 |
|\ |
|
| * | Simplify boolean expressions | Daniel Pfeifer | 2016-06-02 | 1 | -5/+1 |
|
|
* | | Add option to control 'bin' directory of CMake's own installation (#16076) | Nicolas BUNEL | 2016-06-01 | 1 | -1/+1 |
|/ |
|
* | 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 | 23 | -1153/+803 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -4/+0 |
|
|