index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CursesDialog
/
cmCursesMainForm.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source: Stabilize include order
Brad King
2016-04-29
1
-1/+2
*
ccmake: Pass format string to 'printw' (#15738)
Joerg Sonnenberger
2015-09-16
1
-8/+9
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-20/+19
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-23/+24
*
Port CursesDialog to non-iterator cache API.
Stephen Kelly
2015-04-08
1
-60/+89
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-07
1
-1/+1
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-90/+61
*
Port CursesDialog to non-iterator cache API.
Stephen Kelly
2015-04-06
1
-60/+89
*
Add API for cache loading, deleting and saving to the cmake class.
Stephen Kelly
2015-04-06
1
-1/+1
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-4/+4
*
Use the cmDeleteAll algorithm instead of trivial raw loops.
Stephen Kelly
2015-01-13
1
-11/+2
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
*
stringapi: Use strings for variable names
Ben Boeckel
2014-03-08
1
-5/+5
*
Refactor internal resource location APIs and initialization
Brad King
2013-11-12
1
-2/+2
*
ccmake: Extend clear line.
Nicolas Despres
2012-02-06
1
-1/+1
*
ccmake: Factor clear line.
Nicolas Despres
2012-02-05
1
-6/+5
*
ccmake: Factor toggle key help instructions.
Nicolas Despres
2011-10-23
1
-9/+7
*
ccmake: Document '/' key.
Nicolas Despres
2011-10-23
1
-3/+2
*
ccmake: Align 'g' and 'q' key instructions.
Nicolas Despres
2011-10-23
1
-2/+3
*
Remove trailing white-spaces.
Nicolas Despres
2011-10-23
1
-66/+66
*
Merge topic 'dev/strict-mode'
Brad King
2011-01-27
1
-0/+1
|
\
|
*
Unwatch manual variables upon removal in ccmake
Ben Boeckel
2011-01-13
1
-0/+1
*
|
Avoid exceptions when ccmake terminal window is too small (#11668)
David Cole
2011-01-19
1
-21/+24
|
/
*
ccmake: Fix search with '/'
Brad King
2010-09-16
1
-9/+5
*
Fix signed/unsigned comparison warnings in ccmake
Brad King
2010-06-29
1
-7/+7
*
Fix or cast more integer conversions in cmake
Brad King
2010-06-29
1
-6/+6
*
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
1
-14/+9
*
Add parentheses around '&&' between '||' for gcc
Brad King
2009-09-11
1
-8/+12
*
ENH: Overhaul CMake version numbering
Brad King
2009-03-05
1
-2/+1
*
BUG: fix for 4026, display a message if ccmake has errors
Bill Hoffman
2008-10-09
1
-4/+5
*
ENH: fix it for working with an empty cache
Bill Hoffman
2008-03-07
1
-3/+14
*
ENH: fix make edit_cache for cmake-gui
Bill Hoffman
2008-02-12
1
-0/+1
*
ENH: there can be only one version
Bill Hoffman
2006-11-29
1
-2/+3
*
ENH: remove old unused code
Ken Martin
2006-10-06
1
-8/+0
*
ENH: only change the cache if the value was really changed
Bill Hoffman
2006-08-10
1
-1/+1
*
ENH: not all messages are errors
Bill Hoffman
2006-03-16
1
-1/+6
*
ENH: m_ cleanup for curses
Ken Martin
2006-03-16
1
-199/+199
*
COMP: Changed while(1) to for(;;) to avoid warning about constant control exp...
Brad King
2005-05-03
1
-1/+1
*
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
1
-12/+33
*
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-23
1
-25/+34
*
BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current dire...
Brad King
2003-08-06
1
-2/+1
*
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
1
-3/+14
[next]