CMake/Source/CursesDialog
Brad King b41a548d86 Add parentheses around '&&' between '||' for gcc
The GNU compiler warns about possible operator precedence mistakes and
asks for explicit parentheses (-Wparentheses).  We add the parentheses
to silence the warning.  This also fixes one real logic error in the
find_package() implementation by correcting expression evaluation order.
2009-09-11 08:18:15 -04:00
..
form COMP: make it build on NetBSD, which has separate curses and ncurses, so 2007-08-27 09:01:14 -04:00
.NoDartCoverage
CMakeLists.txt ENH: Simplify code by removing unnecessary LINK_DIRECTORIES call. 2008-01-23 16:53:33 -05:00
ccmake.cxx ENH: Centralized and globalized computation of CMake program locations. This eliminates startup paths that failed to produce this information. 2007-12-13 17:56:50 -05:00
cmCursesBoolWidget.cxx
cmCursesBoolWidget.h
cmCursesCacheEntryComposite.cxx ENH: fix it for working with an empty cache 2008-03-07 16:32:09 -05:00
cmCursesCacheEntryComposite.h
cmCursesDummyWidget.cxx
cmCursesDummyWidget.h
cmCursesFilePathWidget.cxx
cmCursesFilePathWidget.h
cmCursesForm.cxx
cmCursesForm.h
cmCursesLabelWidget.cxx
cmCursesLabelWidget.h
cmCursesLongMessageForm.cxx ENH: Overhaul CMake version numbering 2009-03-05 15:17:07 -05:00
cmCursesLongMessageForm.h
cmCursesMainForm.cxx Add parentheses around '&&' between '||' for gcc 2009-09-11 08:18:15 -04:00
cmCursesMainForm.h
cmCursesPathWidget.cxx
cmCursesPathWidget.h
cmCursesStandardIncludes.h COMP: make it build on NetBSD, which has separate curses and ncurses, so 2007-08-27 09:01:14 -04:00
cmCursesStringWidget.cxx BUG: fix for 6462, delete key should delete the current char 2008-08-19 16:40:19 -04:00
cmCursesStringWidget.h
cmCursesWidget.cxx
cmCursesWidget.h