| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 4 | -16/+16 |
|
|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 15 | -10/+22 |
|
|
* | CursesDialog: add missing cmState include | Daniel Pfeifer | 2016-04-29 | 1 | -0/+1 |
|
|
* | Fix spelling typos in comments and documentation (#16037) | Felix Geyer | 2016-03-29 | 7 | -10/+10 |
|
|
* | ccmake: Use more-portable call to set_field_buffer (#15740) | Thomas Klausner | 2015-09-16 | 1 | -1/+1 |
|
|
* | ccmake: Avoid using non-portable 'curcol' field (#15739) | Joerg Sonnenberger | 2015-09-16 | 1 | -7/+6 |
|
|
* | ccmake: Pass format string to 'printw' (#15738) | Joerg Sonnenberger | 2015-09-16 | 3 | -17/+20 |
|
|
* | CMake: New option CMake_INSTALL_COMPONENTS | Konstantin Podsvirov | 2015-07-07 | 1 | -1/+2 |
|
|
* | CMake: Install COMPONENTs | Konstantin Podsvirov | 2015-07-07 | 1 | -1/+1 |
|
|
* | cmState: Compute and store directory components. | Stephen Kelly | 2015-05-16 | 1 | -0/+2 |
|
|
* | cmState: Move CacheEntryType enum from cmCacheManager. | Stephen Kelly | 2015-04-13 | 11 | -37/+35 |
|
|
* | Port to cmState. | Stephen Kelly | 2015-04-13 | 4 | -28/+28 |
|
|
* | Port CursesDialog to non-iterator cache API. | Stephen Kelly | 2015-04-08 | 3 | -76/+110 |
|
|
* | 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 | 3 | -111/+77 |
|
|
* | Port CursesDialog to non-iterator cache API. | Stephen Kelly | 2015-04-06 | 3 | -76/+110 |
|
|
* | 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 |
|
|
* | Merge branch 'backport-no-global-setlocale' into no-global-setlocale | Brad King | 2015-02-06 | 1 | -3/+0 |
|\ |
|
| * | Do not call setlocale() globally in CMake applications (#15377) | Brad King | 2015-02-06 | 1 | -3/+0 |
|
|
* | | 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 |
|
|
* | | Drop SGI as a CMake host compiler. | Stephen Kelly | 2015-01-08 | 1 | -19/+0 |
|
|
* | | Rename header guards to not start with double underscore | Sean McBride | 2014-12-11 | 12 | -36/+36 |
|
|
* | | ccmake: Add CMAKE_USE_SYSTEM_FORM option to use libform instead of cmForm | Ådne Hovda | 2014-11-25 | 1 | -3/+15 |
|
|
* | | Merge topic 'remove-c_str' | Brad King | 2014-11-25 | 1 | -1/+1 |
|\ \ |
|
| * | | Remove some unneeded c_str calls. | Stephen Kelly | 2014-11-23 | 1 | -1/+1 |
|
|