summaryrefslogtreecommitdiff
path: root/Source/CursesDialog
Commit message (Expand)AuthorAgeFilesLines
* Simplify CMake per-source license noticesBrad King2016-09-2729-320/+59
* ccmake: Fix recent compilation regression with GCC on SolarisBrad King2016-09-142-8/+0
* CursesDialog: include what you useDaniel Pfeifer2016-09-0326-36/+116
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* CursesDialog: don't use else after returnDaniel Pfeifer2016-08-184-32/+27
* Merge topic 'readability-named-parameter'Brad King2016-08-178-13/+20
|\
| * Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-178-13/+20
* | fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-171-0/+2
|/
* ccmake: Add VIM-like bindings for navigationPaul Seyfert2016-08-023-12/+23
* ccmake: Revise documentation for [d]Paul Seyfert2016-08-021-2/+2
* ccmake: Fix typo in help (it's -> its)Paul Seyfert2016-08-021-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-288-42/+43
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-278-20/+20
* Add missing braces around statements.Daniel Pfeifer2016-06-101-2/+2
* Merge topic 'simplify-boolean-expressions'Brad King2016-06-031-5/+1
|\
| * Simplify boolean expressionsDaniel Pfeifer2016-06-021-5/+1
* | Add option to control 'bin' directory of CMake's own installation (#16076)Nicolas BUNEL2016-06-011-1/+1
|/
* Improve string find: prefer character overloads.Daniel Pfeifer2016-05-241-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-1623-1153/+803
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-294-16/+16
* Source: Stabilize include orderBrad King2016-04-2915-10/+22
* CursesDialog: add missing cmState includeDaniel Pfeifer2016-04-291-0/+1
* Fix spelling typos in comments and documentation (#16037)Felix Geyer2016-03-297-10/+10
* ccmake: Use more-portable call to set_field_buffer (#15740)Thomas Klausner2015-09-161-1/+1
* ccmake: Avoid using non-portable 'curcol' field (#15739)Joerg Sonnenberger2015-09-161-7/+6
* ccmake: Pass format string to 'printw' (#15738)Joerg Sonnenberger2015-09-163-17/+20
* CMake: New option CMake_INSTALL_COMPONENTSKonstantin Podsvirov2015-07-071-1/+2
* CMake: Install COMPONENTsKonstantin Podsvirov2015-07-071-1/+1
* cmState: Compute and store directory components.Stephen Kelly2015-05-161-0/+2
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-1311-37/+35
* Port to cmState.Stephen Kelly2015-04-134-28/+28
* Port CursesDialog to non-iterator cache API.Stephen Kelly2015-04-083-76/+110
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-1/+1
* Revert topic 'refactor-cache-api'Brad King2015-04-073-111/+77
* Port CursesDialog to non-iterator cache API.Stephen Kelly2015-04-063-76/+110
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-1/+1
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+1
* Merge branch 'backport-no-global-setlocale' into no-global-setlocaleBrad King2015-02-061-3/+0
|\
| * Do not call setlocale() globally in CMake applications (#15377)Brad King2015-02-061-3/+0
* | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-4/+4
* | Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-11/+2
* | Drop SGI as a CMake host compiler.Stephen Kelly2015-01-081-19/+0
* | Rename header guards to not start with double underscoreSean McBride2014-12-1112-36/+36
* | ccmake: Add CMAKE_USE_SYSTEM_FORM option to use libform instead of cmFormÅdne Hovda2014-11-251-3/+15
* | Merge topic 'remove-c_str'Brad King2014-11-251-1/+1
|\ \
| * | Remove some unneeded c_str calls.Stephen Kelly2014-11-231-1/+1
* | | ccmake: Cleanup and simplify conditional blocks for HP-UXÅdne Hovda2014-11-185-42/+13
* | | ccmake: Use standard getmaxyx instead of non-standard getmax[xy]Ådne Hovda2014-11-183-22/+2
* | | ccmake: Remove incomplete support for cur_colr on old HP-UXÅdne Hovda2014-11-181-1/+1
|/ /