summaryrefslogtreecommitdiff
path: root/Source/cmFunctionCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-5/+5
* CPack Documentation extraction from CMake script begins to workEric NOULARD2012-01-221-0/+11
* Remove old false positive avoidance codeBen Boeckel2010-09-171-4/+0
* Mark ARGC, ARGV*, and ARGN as usedBen Boeckel2010-09-151-0/+8
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Better policies for functions and macrosBrad King2009-01-221-0/+8
* ENH: Enforce logical blocks in functions/macrosBrad King2009-01-211-0/+2
* ENH: Better handling of mismatched blocksBrad King2009-01-211-1/+1
* ENH: Better error message for unclosed blocksBrad King2009-01-211-11/+0
* BUG: Pop a function scope even on errorBrad King2009-01-141-3/+2
* ENH: New format for warning and error messagesBrad King2008-03-071-12/+6
* ENH: make CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS the default and remove the proper...Bill Hoffman2008-02-291-5/+5
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-6/+17
* BUG: fix issue with CMAKE_CURENT_LIST_FILE reporting in funcitonsKen Martin2007-12-201-2/+12
* COMP: fix style and work around old compilersKen Martin2007-12-041-3/+3
* ENH: add functions and raise scope to cmakeKen Martin2007-12-031-0/+277