| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | | | ccmake: Cleanup and simplify conditional blocks for HP-UX | Ådne Hovda | 2014-11-18 | 5 | -42/+13 |
|
|
* | | | ccmake: Use standard getmaxyx instead of non-standard getmax[xy] | Ådne Hovda | 2014-11-18 | 3 | -22/+2 |
|
|
* | | | ccmake: Remove incomplete support for cur_colr on old HP-UX | Ådne Hovda | 2014-11-18 | 1 | -1/+1 |
|/ / |
|
* | | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -1/+1 |
|/ |
|
* | 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 |
|
|
* | Merge topic 'clang-warnings' | Brad King | 2014-04-01 | 1 | -1/+0 |
|\ |
|
| * | Remove 'return' statements that can never be reached | Sean McBride | 2014-03-31 | 1 | -1/+0 |
|
|
* | | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 3 | -5/+5 |
|
|
* | | stringapi: Use strings for cache iterator values | Ben Boeckel | 2014-03-08 | 1 | -2/+3 |
|
|
* | | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 6 | -7/+7 |
|
|
* | | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | | stringapi: Use strings for variable names | Ben Boeckel | 2014-03-08 | 4 | -12/+14 |
|/ |
|
* | Merge topic 'unicode-fstream' | Brad King | 2014-01-07 | 2 | -2/+3 |
|\ |
|
| * | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 2 | -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 | 2 | -4/+3 |
|
|
* | 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 |
|
|
* | ccmake: Teach dialog to support cache STRINGS property | Bill Hoffman | 2013-10-07 | 4 | -3/+168 |
|
|
* | Clean up install rules of CMake itself (#14371) | Brad King | 2013-08-26 | 1 | -1/+1 |
|
|
* | ccmake: Add missing initializers reported by cppcheck | Ömer Fadıl USTA | 2013-07-15 | 1 | -1/+1 |
|
|
* | Remove some uses of obsolete 'register' storage specifier | Sean McBride | 2013-06-28 | 1 | -1/+1 |
|
|