summaryrefslogtreecommitdiff
path: root/Source/cmEndWhileCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Combine all unexpected commands to a single classDaniel Pfeifer2016-11-291-45/+0
* Set the error after argument expansion in end commandsDaniel Pfeifer2016-11-291-12/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+7
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-6/+7
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-9/+7
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-18/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Merge topic 'while-testing'David Cole2012-03-021-1/+1
|\
| * improve error message on a stray "endwhile()"Rolf Eike Beer2012-03-011-1/+1
* | Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-4/+4
|/
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+4
* ENH: make commands lower case by defaultKen Martin2007-10-101-4/+4
* STYLE: fix docsKen Martin2005-11-161-1/+1
* ENH: big change that includes immediate subdir support, removing the notion o...Ken Martin2005-03-181-6/+0
* ENH: added while commandKen Martin2005-01-211-2/+2
* ENH: added while commandKen Martin2005-01-211-0/+88