| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'ImproveCPackDoc-reloaded' | David Cole | 2012-02-14 | 1 | -0/+1 |
|\ |
|
| * | CPack begin the implementation of --help-command* and --help-variables* | Eric NOULARD | 2012-01-22 | 1 | -0/+1 |
|
|
* | | 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 |
|
|
* | Usage: Print help, version and copyright options in usage information. | Nicolas Despres | 2011-10-23 | 1 | -1/+1 |
|
|
* | Remove trailing white-spaces. | Nicolas Despres | 2011-10-23 | 2 | -83/+83 |
|
|
* | ccmake: Fix off-by-one memory access error | Thomas Jarosch | 2011-09-02 | 1 | -1/+1 |
|
|
* | ccmake: Remove extra parens around comparison | Brad King | 2011-02-15 | 1 | -1/+1 |
|
|
* | 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: Use LSB 4.0 getmaxyx conditionally | Brad King | 2011-01-05 | 2 | -2/+16 |
|
|
* | | ccmake: Use LSB 4.0 curses API conditionally | Brad King | 2011-01-04 | 1 | -5/+8 |
|
|
* | | ccmake: Port for LSB 4.0 (#11648) | Craig Scott | 2011-01-03 | 2 | -6/+14 |
|/ |
|
* | Merge topic 'fix-ccmake-search' | Brad King | 2010-09-21 | 2 | -12/+7 |
|\ |
|
| * | ccmake: Fix search with '/' | Brad King | 2010-09-16 | 2 | -12/+7 |
|
|
* | | Merge topic 'resolve/doc-spelling/CPackRPM' | Brad King | 2010-07-20 | 3 | -5/+5 |
|\ \
| |/
|/| |
|
| * | Fix spelling errors reported by Lintian. | Kai Wasserbäch | 2010-07-13 | 3 | -5/+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 | 3 | -11/+11 |
|/ |
|
* | 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 |
|
|