This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/Kitware/CMake.git
synced
2026-01-04 21:00:17 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9ec133d428a2c7c8a11c8be9b575da18ec281fed
CMake
/
Source
/
CursesDialog
History
Andy Cedilnik
9ec133d428
Fix bug in ccmake which made it crash when all cache values were deleted
2002-09-11 15:13:32 -04:00
..
form
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
2002-08-23 13:46:32 -04:00
ccmake.cxx
new architecture
2002-09-06 13:00:12 -04:00
CMakeLists.txt
BUG: add explicit clean up of the cachemanager at exit of programs, so dll destruction is not a problem.
2002-08-23 13:46:32 -04:00
cmCursesBoolWidget.cxx
ERR: Fixed compiler warnings about unused parameters.
2002-06-18 17:20:07 -04:00
cmCursesBoolWidget.h
…
cmCursesCacheEntryComposite.cxx
Couple of changes: cache variables now have a map of properties. ADVANCED 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
2002-09-11 14:05:45 -04:00
cmCursesCacheEntryComposite.h
Couple of changes: cache variables now have a map of properties. ADVANCED 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
2002-09-11 14:05:45 -04:00
cmCursesDummyWidget.cxx
ERR: Fixed compiler warnings about unused parameters.
2002-06-18 17:20:07 -04:00
cmCursesDummyWidget.h
…
cmCursesFilePathWidget.cxx
…
cmCursesFilePathWidget.h
…
cmCursesForm.cxx
…
cmCursesForm.h
ERR: Fixed compiler warnings about unused parameters.
2002-06-18 17:20:07 -04:00
cmCursesLabelWidget.cxx
ERR: Fixed compiler warnings about unused parameters.
2002-06-18 17:20:07 -04:00
cmCursesLabelWidget.h
…
cmCursesLongMessageForm.cxx
new architecture
2002-09-06 13:00:12 -04:00
cmCursesLongMessageForm.h
…
cmCursesMainForm.cxx
Fix bug in ccmake which made it crash when all cache values were deleted
2002-09-11 15:13:32 -04:00
cmCursesMainForm.h
new architecture
2002-09-06 13:00:12 -04:00
cmCursesPathWidget.cxx
…
cmCursesPathWidget.h
…
cmCursesStandardIncludes.h
…
cmCursesStringWidget.cxx
…
cmCursesStringWidget.h
…
cmCursesWidget.cxx
…
cmCursesWidget.h
…