summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'ImprovedDotSupport2' into dev/strict-modeBrad King2010-12-171-37/+39
|\ \ | |/
| * Move the code for generating dot-files into separate class cmGraphVizWriterAlex Neundorf2010-11-091-17/+0
| * Generate separate dot files for each target, and a big one with everything.Alex Neundorf2010-10-311-1/+9
| * Properly insert all targets, also those which don't link to anything.Alex Neundorf2010-10-311-1/+0
| * Move the code for collecting targets and libraries into separate functionsAlex Neundorf2010-10-311-37/+49
* | When checking for variables, specify a reasonBen Boeckel2010-11-151-1/+1
* | Fix line lengthsBen Boeckel2010-10-061-1/+2
* | Add argument to arg parsing to not set directoriesBen Boeckel2010-10-051-1/+1
* | Add a method to put a watch for variablesBen Boeckel2010-09-221-0/+1
* | Run the unused variables check on the final passBen Boeckel2010-09-021-0/+2
* | Add a flag to warn about system filesBen Boeckel2010-09-011-0/+3
* | Rename flags again and use variablewatch for cliBen Boeckel2010-09-011-3/+7
* | Rename find-unused to warn-unusedBen Boeckel2010-09-011-3/+3
* | Rename strict-mode to warn-uninitializedBen Boeckel2010-09-011-3/+3
* | Add flags to detect unused variablesBen Boeckel2010-09-011-0/+6
* | Make --strict-mode option, and integrate with cmake-guiBill Hoffman2010-09-011-0/+3
|/
* Remove unused DumpDocumentation codeBrad King2009-12-081-6/+0
* Factor out "cmake -E cmake_symlink_*" codeBrad King2009-10-211-0/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* STYLE: Remove unused cmake::CacheVersionMatchesBrad King2009-03-051-2/+0
* ENH: Cleanup cmake --build interface.Brad King2009-03-041-3/+2
* BUG: 4244, add a --build option to cmake that can build projects configured b...Bill Hoffman2008-10-151-0/+7
* ENH: Allow a custom list of debug configurationsBrad King2008-09-041-0/+5
* ENH: add a --trace optionBill Hoffman2008-07-311-0/+4
* BUG: fix for bug 7222 manifest:no not working for makefilesBill Hoffman2008-06-201-1/+4
* BUG: Remove check for files written by file(WRITE) being loaded.Brad King2008-04-301-6/+0
* ENH: make it possible to disable debug output againAlexander Neundorf2008-04-021-1/+1
* ENH: make sure gui no-dev workisBill Hoffman2008-03-291-1/+2
* ENH: remove dangerous access to ivar that should not be usedBill Hoffman2008-03-281-1/+0
* ENH: make sure -Wno-dev sticks so make rebuild_cache will workBill Hoffman2008-03-221-0/+1
* ENH: Improve new error/warning message generationBrad King2008-03-131-0/+5
* ENH: remove abort calls and replace with an IssueMessage INTERANL_ERROR, bett...Bill Hoffman2008-03-131-0/+1
* ENH: make sure properties are re-set on each configureBill Hoffman2008-03-121-0/+1
* ENH: add ability to suppress dev warnings to gui codeBill Hoffman2008-03-121-1/+5
* BUG: Fixes to VS8/VS9 project regeneration rulesBrad King2008-03-111-0/+1
* ENH: fix -Wno-dev for ccmakeBill Hoffman2008-03-111-1/+8
* ENH: add enum to IssueMessageBill Hoffman2008-03-111-0/+7
* ENH: add --help-policies and --help-policy command line optionsKen Martin2008-03-041-0/+1
* ENH: add first cut and policies still need to add the doc supportKen Martin2008-03-011-0/+4
* ENH: fix make edit_cache for cmake-guiBill Hoffman2008-02-121-0/+5
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+1
* ENH: add ability to have manifest files and incremental linking with make and...Bill Hoffman2008-01-011-1/+14
* ENH: Centralized and globalized computation of CMake program locations. This...Brad King2007-12-131-1/+1
* ENH: fix for bug 6102, allow users to change the compilerBill Hoffman2007-12-131-0/+2
* ENH: Added call to StopBuild VS macro when projects fail to regenerate during...Brad King2007-11-191-0/+1
* ENH: Allow VS 7 project Rebuild and Solution Rebuild to work without re-runni...Brad King2007-11-101-0/+1
* ENH: different way of testing propertiesKen Martin2007-11-061-0/+5
* ENH: add ability to get documentaiton of a property from a scriptKen Martin2007-10-241-0/+4
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+5
* BUG: revert doc changes since VS7 cannot compile them, will implement them in...Ken Martin2007-10-091-2/+2