summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* When calling CMake, set the args and the cacheBen Boeckel2010-10-011-0/+1
* 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-221-9/+17
* When using the API, check for Add vs. RemoveBen Boeckel2010-09-171-1/+8
* Exempt CMAKE(CURRENT|PARENT)_LIST_FILE from usageBen Boeckel2010-09-161-0/+6
* Use the API so that warnings can be trackedBen Boeckel2010-09-161-1/+1
* Check for unused variables in the dtorBen Boeckel2010-09-161-0/+9
* Fix detection of unused variables when settingBen Boeckel2010-09-161-3/+3
* Don't warn if the variable wasn't definedBen Boeckel2010-09-161-1/+6
* Remove VarRemoved code since it's been supercededBen Boeckel2010-09-161-11/+0
* Rework CheckVariableForUnused usageBen Boeckel2010-09-161-4/+6
* Fix line lengths to be no more than 78Ben Boeckel2010-09-161-6/+12
* Improve unused warning logicBen Boeckel2010-09-151-4/+4
* Add method to allow variables to be marked as usedBen Boeckel2010-09-151-0/+5
* Fix the path used for ignoring system warningsBen Boeckel2010-09-141-4/+3
* Fix missing case for usage of a variableBen Boeckel2010-09-141-0/+1
* Factor out checks for unused variablesBen Boeckel2010-09-141-17/+32
* Use built-ins for readability and maintainabilityBen Boeckel2010-09-081-4/+4
* Push the initialize and unused states when copyingBen Boeckel2010-09-071-0/+2
* Fix detection of system filesBen Boeckel2010-09-021-2/+3
* 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-3/+11
* Rename flags again and use variablewatch for cliBen Boeckel2010-09-011-7/+0
* Default to marking things as usedBen Boeckel2010-09-011-1/+1
* Rename find-unused to warn-unusedBen Boeckel2010-09-011-8/+8
* Detect unused variablesBen Boeckel2010-09-011-2/+63
* Complete strict-mode checks for uninitialized varsBen Boeckel2010-09-011-1/+34
* Add a warning when variables are used uninitialized.Bill Hoffman2010-09-011-0/+11
* Merge branch 'version'Brad King2010-05-171-5/+3
|\
| * New version scheme to support branchy workflowBrad King2010-04-231-5/+3
* | Remove unused cmData and cmMakefile::DataMapBrad King2010-04-261-57/+0
|/
* Warn on set(PARENT_SCOPE) at top scopeBrad King2009-11-021-2/+8
* Remove CMake Policy CMP0015 until it is revisedBrad King2009-10-081-51/+0
* Do not collapse path of NOTFOUND valuesBrad King2009-10-071-1/+4
* Create explicit cmTarget::FinishConfigure stepBrad King2009-10-051-1/+1
* Create INTERPROCEDURAL_OPTIMIZATION build featureBrad King2009-10-021-0/+13
* Introduce "build feature" lookup frameworkBrad King2009-10-021-0/+25
* Create cmMakefile::PlatformIs64Bit helper methodBrad King2009-09-301-0/+9
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Remove old check for duplicate subdirectoriesBrad King2009-09-171-15/+0
* Initialize directory scope with closure of parentBrad King2009-09-161-2/+10
* Create CMake Policy CMP0015 to fix set(CACHE)Brad King2009-09-101-0/+51
* Remove barely-used cmMakefile::AddCacheDefinitionBrad King2009-09-101-17/+0
* Record backtrace for every add_test commandBrad King2009-08-111-2/+1
* No /fast targets in try_compile project modeBrad King2009-08-041-0/+2
* ENH: Keep only FinalPass commands in memoryBrad King2009-07-241-1/+1
* ENH: Improve dynamic variable scope implementationBrad King2009-07-221-91/+41
* ENH: make sure GUIDs for filters are cachedBill Hoffman2009-07-171-11/+29