index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
CursesDialog
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...
David Cole
2009-10-01
1
-1
/
+1
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
27
-350
/
+247
*
Add parentheses around '&&' between '||' for gcc
Brad King
2009-09-11
1
-8
/
+12
*
ENH: Overhaul CMake version numbering
Brad King
2009-03-05
2
-4
/
+2
*
BUG: fix for 4026, display a message if ccmake has errors
Bill Hoffman
2008-10-09
1
-4
/
+5
*
BUG: fix for 6462, delete key should delete the current char
Bill Hoffman
2008-08-19
1
-2
/
+9
*
ENH: fix it for working with an empty cache
Bill Hoffman
2008-03-07
2
-4
/
+16
*
ENH: fix make edit_cache for cmake-gui
Bill Hoffman
2008-02-12
1
-0
/
+1
*
ENH: Simplify code by removing unnecessary LINK_DIRECTORIES call.
Brad King
2008-01-23
1
-1
/
+0
*
ENH: Centralized and globalized computation of CMake program locations. This...
Brad King
2007-12-13
1
-0
/
+1
*
ENH: change to make the documentation class more generic, about halfway there...
Ken Martin
2007-10-22
1
-12
/
+12
*
COMP: make it build on NetBSD, which has separate curses and ncurses, so
Alexander Neundorf
2007-08-27
6
-8
/
+59
*
ENH:
Alexander Neundorf
2007-06-28
1
-1
/
+4
*
ENH: fix warning
Bill Hoffman
2006-11-29
1
-1
/
+1
*
ENH: there can be only one version
Bill Hoffman
2006-11-29
2
-4
/
+6
*
ENH: remove old unused code
Ken Martin
2006-10-06
1
-8
/
+0
*
BUG: The --help option should list generators. This addresses bug #2494.
Brad King
2006-10-04
1
-0
/
+3
*
ENH: only change the cache if the value was really changed
Bill Hoffman
2006-08-10
1
-1
/
+1
*
ENH: fix ia64 build with aCC
Bill Hoffman
2006-06-27
1
-13
/
+19
*
ENH: not all messages are errors
Bill Hoffman
2006-03-16
1
-1
/
+6
*
ENH: m_ cleanup for curses
Ken Martin
2006-03-16
18
-378
/
+376
*
ENH: add curses include directory
Bill Hoffman
2005-07-11
1
-0
/
+1
*
ENH: Until there is some test for curses dialog, no need to do coverage
Andy Cedilnik
2005-06-20
1
-0
/
+1
*
COMP: Changed while(1) to for(;;) to avoid warning about constant control exp...
Brad King
2005-05-03
2
-2
/
+2
*
ENH: Removing stdio_core hack. A better work-around has been put in cmStanda...
Brad King
2005-04-26
2
-11
/
+0
*
BUG: Older SGI compilers still have internal/stdio_core.h but do not support ...
Brad King
2005-04-24
1
-3
/
+4
*
COMP: Using a new work-around for stdarg.h problem on SGI.
Brad King
2005-04-21
3
-20
/
+10
*
COMP: Attempt to fix problem with building on SGI
Andy Cedilnik
2005-04-19
1
-154
/
+174
*
STYLE: Remove unused code
Andy Cedilnik
2004-10-27
1
-9
/
+0
*
ENH: Reload PreLoad.cmake every time you do configure
Andy Cedilnik
2004-08-17
1
-0
/
+1
*
ENH: Enable preload for ccmake
Andy Cedilnik
2004-08-17
1
-0
/
+1
*
ENH: remove deletes
Bill Hoffman
2004-07-20
1
-2
/
+0
*
BUG: fix for 981 cursor returns to correct place in help screen
Bill Hoffman
2004-07-19
1
-1
/
+4
*
ENH: Adding MODIFIED property to cache values that have been changed by the u...
Brad King
2004-06-23
2
-12
/
+36
*
ENH: Add support for HOME and END keys. Also fix Bug #666 - In CCMake when de...
Andy Cedilnik
2004-04-15
1
-3
/
+6
*
BUG: Prevent deleting not existing variables and therefore prevent crash. Fix...
Andy Cedilnik
2004-04-15
1
-1
/
+1
*
BUG: Prevent crash when deleting the last cache item
Andy Cedilnik
2004-02-22
1
-25
/
+34
*
ENH: Add initial memory check support which works for Valgrind
Andy Cedilnik
2003-12-15
1
-1
/
+1
*
ENH: Added documentation of specifying an existing build tree as an argument.
Brad King
2003-08-20
1
-1
/
+2
*
BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current dire...
Brad King
2003-08-06
1
-2
/
+1
*
ENH: Added SEE ALSO support for generated unix manpage.
Brad King
2003-08-06
1
-0
/
+9
*
ENH: Added configuration of name of executable in man page header and version...
Brad King
2003-08-06
1
-0
/
+1
*
ENH: Added introduction paragraph to documentation.
Brad King
2003-07-21
1
-1
/
+5
*
ENH: Added support to write multiple help options with one command line. Out...
Brad King
2003-07-07
1
-3
/
+2
*
ENH: Merged use of kwsys library.
Brad King
2003-06-23
1
-1
/
+0
*
BUG: When only loading ccmake cache, do not allow generate
Andy Cedilnik
2003-06-06
1
-0
/
+1
*
ENH: On envocation of ccmake check if directories are correct, but do not rer...
Andy Cedilnik
2003-05-29
3
-7
/
+22
*
ENH: Do not do configure first time. This way ccmake loads fast.
Andy Cedilnik
2003-05-28
1
-5
/
+2
*
ENH: Improved documentation. Also modified behavior of "cmake" to not config...
Brad King
2003-04-02
1
-1
/
+8
*
If there was no error, do not say that there was one
Andy Cedilnik
2003-03-17
1
-2
/
+4
[next]