summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge topic 'fix-xcode-generator-crash'Brad King2011-01-281-1/+1
|\ \ \ \ \ \
| * | | | | | Xcode: Fix crash: avoid strlen call on NULL char *David Cole2011-01-271-1/+1
| |/ / / / /
* | | | | | Merge topic 'FixParsingCompilerNameWithVersionNumber'Brad King2011-01-283-34/+37
|\ \ \ \ \ \
| * | | | | | Fix parsing of compiler name with a version numberAlex Neundorf2011-01-263-10/+13
| * | | | | | Strip trailing whitespace.Alex Neundorf2011-01-262-24/+24
* | | | | | | Merge topic 'MakeCMakeBuildWithCMakeLess263'Brad King2011-01-281-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Make cmake build again with cmake < 2.6.3Alex Neundorf2011-01-261-2/+2
* | | | | | | | KWSys Nightly Date StampKWSys Robot2011-01-281-1/+1
* | | | | | | | Merge topic 'dev/strict-mode'Brad King2011-01-2727-18/+621
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Merge branch 'dev/add_test-working-directory' into dev/strict-modeBrad King2011-01-27157-1419/+2846
| |\ \ \ \ \ \ \
| * | | | | | | | Unwatch manual variables upon removal in cmake-guiBen Boeckel2011-01-131-0/+2
| * | | | | | | | Unwatch manual variables upon removal in ccmakeBen Boeckel2011-01-131-0/+1
| * | | | | | | | Add method to unwatch a manual variableBen Boeckel2011-01-132-0/+9
| * | | | | | | | Give a better message for unused variablesBen Boeckel2011-01-131-1/+1
| * | | | | | | | Fix ArgumentExpansion test expected resultsBrad King2011-01-113-12/+31
| * | | | | | | | Checking for a definition is a usageBen Boeckel2011-01-031-0/+1
| * | | | | | | | Don't output to stderr in the GUIBen Boeckel2011-01-031-1/+0
| * | | | | | | | Merge branch 'ImprovedDotSupport2' into dev/strict-modeBrad King2010-12-1740-649/+1210
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'AddCMAKE_CURRENT_LIST_DIR' into dev/strict-modeBrad King2010-12-1795-164/+213
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'cmake-guiRememberAdvancedCheckbox' into dev/strict-modeBrad King2010-12-17143-1743/+3161
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fix expected output for WarnUninitialized testBen Boeckel2010-12-071-1/+1
| * | | | | | | | | | | Update expected messages to new formatBen Boeckel2010-12-071-4/+4
| * | | | | | | | | | | Don't check at destruction for usageBen Boeckel2010-12-071-3/+0
| * | | | | | | | | | | Use cmake::IssueMessage for warningsBen Boeckel2010-12-072-9/+18
| * | | | | | | | | | | Use 'CMake Warning' versus 'warning' for CDashBen Boeckel2010-12-074-10/+10
| * | | | | | | | | | | Initialize the class before setting warn flagsBen Boeckel2010-12-031-1/+1
| * | | | | | | | | | | Ignore files under the CMakeFiles directoryBen Boeckel2010-12-031-2/+4
| * | | | | | | | | | | Don't check for unused vars at configure timeBen Boeckel2010-12-021-2/+0
| * | | | | | | | | | | Don't warn during configure when doing everythingBen Boeckel2010-11-151-0/+6
| * | | | | | | | | | | Check for unused variables at the end of generateBen Boeckel2010-11-151-0/+2
| * | | | | | | | | | | When checking for variables, specify a reasonBen Boeckel2010-11-153-4/+5
| * | | | | | | | | | | Use a long int since Line is a long as wellBen Boeckel2010-10-081-1/+1
| * | | | | | | | | | | Change the failure case string to 'Unexpected'Ben Boeckel2010-10-082-4/+4
| * | | | | | | | | | | Add 'ArgumentExpansion' testBen Boeckel2010-10-072-0/+74
| * | | | | | | | | | | Wrong boolean value for CLI warningsBen Boeckel2010-10-071-1/+1
| * | | | | | | | | | | Hard-code the --no-warn-unused-cli flagBen Boeckel2010-10-071-1/+5
| * | | | | | | | | | | Fix line lengthsBen Boeckel2010-10-062-2/+4
| * | | | | | | | | | | Flag that the directories have been setBen Boeckel2010-10-051-1/+1
| * | | | | | | | | | | Add argument to arg parsing to not set directoriesBen Boeckel2010-10-052-3/+3
| * | | | | | | | | | | Revert "Revert "When calling CMake, set the args and the cache""Ben Boeckel2010-10-051-0/+1
| * | | | | | | | | | | Revert "When calling CMake, set the args and the cache"Ben Boeckel2010-10-011-1/+0
| * | | | | | | | | | | When calling CMake, set the args and the cacheBen Boeckel2010-10-011-0/+1
| * | | | | | | | | | | Fix long lines for KWStyleBen Boeckel2010-09-232-4/+5
| * | | | | | | | | | | Set a watch on variables added through the guiBen Boeckel2010-09-221-0/+2
| * | | | | | | | | | | Add a method to put a watch for variablesBen Boeckel2010-09-222-4/+10
| * | | | | | | | | | | Initialize the warning variables earlierBen Boeckel2010-09-221-2/+4
| * | | | | | | | | | | Fix the path detection to work for top-levelBen Boeckel2010-09-221-5/+18
| * | | | | | | | | | | Initialize the usage stack earlierBen Boeckel2010-09-221-14/+2
| * | | | | | | | | | | Factor out the checks for unused variablesBen Boeckel2010-09-222-9/+19
| * | | | | | | | | | | When using the API, check for Add vs. RemoveBen Boeckel2010-09-171-1/+8