This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
CMake
/
Source
/
CursesDialog
History
Brad King
c7a75e92c9
COMP: Changed while(1) to for(;;) to avoid warning about constant control expression.
2005-05-03 14:57:32 -04:00
..
form
ENH: Removing stdio_core hack. A better work-around has been put in cmStandardIncludes.h.
2005-04-26 14:12:31 -04:00
ccmake.cxx
STYLE: Remove unused code
2004-10-27 10:45:45 -04:00
CMakeLists.txt
…
cmCursesBoolWidget.cxx
…
cmCursesBoolWidget.h
…
cmCursesCacheEntryComposite.cxx
…
cmCursesCacheEntryComposite.h
…
cmCursesDummyWidget.cxx
…
cmCursesDummyWidget.h
…
cmCursesFilePathWidget.cxx
…
cmCursesFilePathWidget.h
…
cmCursesForm.cxx
…
cmCursesForm.h
…
cmCursesLabelWidget.cxx
…
cmCursesLabelWidget.h
…
cmCursesLongMessageForm.cxx
COMP: Changed while(1) to for(;;) to avoid warning about constant control expression.
2005-05-03 14:57:32 -04:00
cmCursesLongMessageForm.h
…
cmCursesMainForm.cxx
COMP: Changed while(1) to for(;;) to avoid warning about constant control expression.
2005-05-03 14:57:32 -04:00
cmCursesMainForm.h
ENH: Adding MODIFIED property to cache values that have been changed by the user.
2004-06-23 10:13:02 -04:00
cmCursesPathWidget.cxx
ENH: Add initial memory check support which works for Valgrind
2003-12-15 17:26:00 -05:00
cmCursesPathWidget.h
…
cmCursesStandardIncludes.h
ENH: Cleaned up sgi unreferenced warning hack.
2003-02-02 22:32:00 -05:00
cmCursesStringWidget.cxx
ENH: Add support for HOME and END keys. Also fix Bug
#666
- In CCMake when deleting something, it does not stop at the beginning of line
2004-04-15 16:11:11 -04:00
cmCursesStringWidget.h
…
cmCursesWidget.cxx
…
cmCursesWidget.h
…