summaryrefslogtreecommitdiffstats
path: root/Source/CursesDialog/cmCursesCacheEntryComposite.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | This topic was never tested without some follow-up commits. The GetCacheEntryValue API returns a pointer to memory freed on return. It will have to be revised along with the rest of the original topic.
* 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
| | | | Variable names are always generated by CMake and should never be NULL.
* ccmake: Teach dialog to support cache STRINGS propertyBill Hoffman2013-10-071-3/+22
| | | | | | This commit adds the ability to ccmake of cycling through cache options. This uses the STRINGS property of the cache entry. The enter key will cycle forward, and the right and left arrows will go up and down in the list.
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* 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 ↵Brad King2002-10-231-14/+14
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* Couple of changes: cache variables now have a map of properties. ADVANCED ↵Andy Cedilnik2002-09-111-6/+9
| | | | and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard
* The entry widgets are now created with what is initially available on the ↵Berk Geveci2002-05-011-10/+13
| | | | terminal.
* 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