summaryrefslogtreecommitdiff
path: root/Source/CursesDialog/cmCursesCacheEntryComposite.cxx
Commit message (Expand)AuthorAgeFilesLines
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* cmState::GetCacheEntryProperty: return cmPropVitaly Stakhovsky2020-03-251-2/+2
* cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-171-6/+6
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+6
* cmCursesCacheEntryComposite: default destructorTushar Maheshwari2019-09-261-33/+37
* cmCursesMainForm: cleanup manual allocationTushar Maheshwari2019-09-261-7/+4
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
* cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-1/+1
* Enable clang-tidy modernize-loop-convert lintBrad King2017-09-191-3/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-1/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-5/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CursesDialog: include what you useDaniel Pfeifer2016-09-031-4/+6
* CursesDialog: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-46/+31
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-8/+8
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-5/+5
* Port to cmState.Stephen Kelly2015-04-131-3/+4
* Port CursesDialog to non-iterator cache API.Stephen Kelly2015-04-081-15/+20
* Revert topic 'refactor-cache-api'Brad King2015-04-071-20/+15
* Port CursesDialog to non-iterator cache API.Stephen Kelly2015-04-061-15/+20
* stringapi: Use strings for cache iterator valuesBen Boeckel2014-03-081-2/+3
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-4/+5
* ccmake: Teach dialog to support cache STRINGS propertyBill Hoffman2013-10-071-3/+22
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: fix it for working with an empty cacheBill Hoffman2008-03-071-1/+2
* ENH: m_ cleanup for cursesKen Martin2006-03-161-24/+24
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-14/+14
* Couple of changes: cache variables now have a map of properties. ADVANCED and...Andy Cedilnik2002-09-111-6/+9
* The entry widgets are now created with what is initially available on the ter...Berk Geveci2002-05-011-10/+13
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
* Improvements to the curses interface.Berk Geveci2001-11-291-0/+12
* ERR: To include cmake headers, one should use ../Berk Geveci2001-11-051-1/+1
* Adding curses support.Berk Geveci2001-11-041-0/+73