| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'fix-2828-more-info-in-script-mode' | Brad King | 2011-02-22 | 1 | -1/+1 |
|\ |
|
| * | Add CMAKE_ARGC and CMAKE_ARGV0..N-1 variables (#2828) | David Cole | 2011-02-03 | 1 | -1/+1 |
|
|
* | | Merge topic 'disallow-funny-path-names' | Brad King | 2011-02-22 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Reject directory names containing '=' (#11689) | Brad King | 2011-01-14 | 1 | -0/+2 |
|
|
* | | Add method to unwatch a manual variable | Ben Boeckel | 2011-01-13 | 1 | -0/+1 |
|
|
* | | Merge branch 'ImprovedDotSupport2' into dev/strict-mode | Brad King | 2010-12-17 | 1 | -37/+39 |
|\ \
| |/ |
|
| * | Move the code for generating dot-files into separate class cmGraphVizWriter | Alex Neundorf | 2010-11-09 | 1 | -17/+0 |
|
|
| * | Generate separate dot files for each target, and a big one with everything. | Alex Neundorf | 2010-10-31 | 1 | -1/+9 |
|
|
| * | Properly insert all targets, also those which don't link to anything. | Alex Neundorf | 2010-10-31 | 1 | -1/+0 |
|
|
| * | Move the code for collecting targets and libraries into separate functions | Alex Neundorf | 2010-10-31 | 1 | -37/+49 |
|
|
* | | When checking for variables, specify a reason | Ben Boeckel | 2010-11-15 | 1 | -1/+1 |
|
|
* | | Fix line lengths | Ben Boeckel | 2010-10-06 | 1 | -1/+2 |
|
|
* | | Add argument to arg parsing to not set directories | Ben Boeckel | 2010-10-05 | 1 | -1/+1 |
|
|
* | | Add a method to put a watch for variables | Ben Boeckel | 2010-09-22 | 1 | -0/+1 |
|
|
* | | Run the unused variables check on the final pass | Ben Boeckel | 2010-09-02 | 1 | -0/+2 |
|
|
* | | Add a flag to warn about system files | Ben Boeckel | 2010-09-01 | 1 | -0/+3 |
|
|
* | | Rename flags again and use variablewatch for cli | Ben Boeckel | 2010-09-01 | 1 | -3/+7 |
|
|
* | | Rename find-unused to warn-unused | Ben Boeckel | 2010-09-01 | 1 | -3/+3 |
|
|
* | | Rename strict-mode to warn-uninitialized | Ben Boeckel | 2010-09-01 | 1 | -3/+3 |
|
|
* | | Add flags to detect unused variables | Ben Boeckel | 2010-09-01 | 1 | -0/+6 |
|
|
* | | Make --strict-mode option, and integrate with cmake-gui | Bill Hoffman | 2010-09-01 | 1 | -0/+3 |
|/ |
|
* | Remove unused DumpDocumentation code | Brad King | 2009-12-08 | 1 | -6/+0 |
|
|
* | Factor out "cmake -E cmake_symlink_*" code | Brad King | 2009-10-21 | 1 | -0/+4 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | STYLE: Remove unused cmake::CacheVersionMatches | Brad King | 2009-03-05 | 1 | -2/+0 |
|
|
* | ENH: Cleanup cmake --build interface. | Brad King | 2009-03-04 | 1 | -3/+2 |
|
|
* | BUG: 4244, add a --build option to cmake that can build projects configured b... | Bill Hoffman | 2008-10-15 | 1 | -0/+7 |
|
|
* | ENH: Allow a custom list of debug configurations | Brad King | 2008-09-04 | 1 | -0/+5 |
|
|
* | ENH: add a --trace option | Bill Hoffman | 2008-07-31 | 1 | -0/+4 |
|
|
* | BUG: fix for bug 7222 manifest:no not working for makefiles | Bill Hoffman | 2008-06-20 | 1 | -1/+4 |
|
|
* | BUG: Remove check for files written by file(WRITE) being loaded. | Brad King | 2008-04-30 | 1 | -6/+0 |
|
|
* | ENH: make it possible to disable debug output again | Alexander Neundorf | 2008-04-02 | 1 | -1/+1 |
|
|
* | ENH: make sure gui no-dev workis | Bill Hoffman | 2008-03-29 | 1 | -1/+2 |
|
|
* | ENH: remove dangerous access to ivar that should not be used | Bill Hoffman | 2008-03-28 | 1 | -1/+0 |
|
|
* | ENH: make sure -Wno-dev sticks so make rebuild_cache will work | Bill Hoffman | 2008-03-22 | 1 | -0/+1 |
|
|
* | ENH: Improve new error/warning message generation | Brad King | 2008-03-13 | 1 | -0/+5 |
|
|
* | ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, bett... | Bill Hoffman | 2008-03-13 | 1 | -0/+1 |
|
|
* | ENH: make sure properties are re-set on each configure | Bill Hoffman | 2008-03-12 | 1 | -0/+1 |
|
|
* | ENH: add ability to suppress dev warnings to gui code | Bill Hoffman | 2008-03-12 | 1 | -1/+5 |
|
|
* | BUG: Fixes to VS8/VS9 project regeneration rules | Brad King | 2008-03-11 | 1 | -0/+1 |
|
|
* | ENH: fix -Wno-dev for ccmake | Bill Hoffman | 2008-03-11 | 1 | -1/+8 |
|
|
* | ENH: add enum to IssueMessage | Bill Hoffman | 2008-03-11 | 1 | -0/+7 |
|
|
* | ENH: add --help-policies and --help-policy command line options | Ken Martin | 2008-03-04 | 1 | -0/+1 |
|
|
* | ENH: add first cut and policies still need to add the doc support | Ken Martin | 2008-03-01 | 1 | -0/+4 |
|
|
* | ENH: fix make edit_cache for cmake-gui | Bill Hoffman | 2008-02-12 | 1 | -0/+5 |
|
|
* | ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple... | Brad King | 2008-01-17 | 1 | -0/+1 |
|
|
* | ENH: add ability to have manifest files and incremental linking with make and... | Bill Hoffman | 2008-01-01 | 1 | -1/+14 |
|
|
* | ENH: Centralized and globalized computation of CMake program locations. This... | Brad King | 2007-12-13 | 1 | -1/+1 |
|
|
* | ENH: fix for bug 6102, allow users to change the compiler | Bill Hoffman | 2007-12-13 | 1 | -0/+2 |
|
|
* | ENH: Added call to StopBuild VS macro when projects fail to regenerate during... | Brad King | 2007-11-19 | 1 | -0/+1 |
|
|