summaryrefslogtreecommitdiffstats
path: root/Source/cmEndWhileCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Combine all unexpected commands to a single classDaniel Pfeifer2016-11-291-14/+0
* Set the error after argument expansion in end commandsDaniel Pfeifer2016-11-291-3/+2
* Make error message of standalone endwhile command consistentDaniel Pfeifer2016-11-291-12/+5
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-10/+5
* improve error message on a stray "endwhile()"Rolf Eike Beer2012-03-011-4/+13
* 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-1/+2
* STYLE: fix line lengthKen Martin2006-05-101-2/+5
* ENH: added while commandKen Martin2005-01-211-0/+24