summaryrefslogtreecommitdiff
path: root/Source/cmIfCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cm*FunctionBlocker: Move to source fileRegina Pfeifer2019-07-301-19/+1
* cmCommand: De-virtualize function InvokeInitialPassRegina Pfeifer2019-07-211-37/+2
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+6
* cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-10/+3
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-6/+6
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* cmCommand: remove IsScriptableDaniel Pfeifer2017-05-081-5/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* cmIfCommand: Reject duplicate else() and misplaced elseif()Gregor Jasny2017-03-221-0/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+9
* 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-10/+11
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-16/+15
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* If: Introduce policy CMP0054 - don't dereference quoted variables in if()Nils Gladitz2014-09-111-0/+4
* If: Extract cmConditionEvaluator from if() implementationNils Gladitz2014-09-111-12/+0
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-1/+1
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-177/+0
* if: Document that plain 'NOTFOUND' is a false constantBrad King2012-10-051-1/+1
* CMake: Clarify the documentation for if(f1 IS_NEWER_THAN f2)David Cole2012-08-151-1/+6
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-9/+9
* if: Document that macro arguments are not variables (#13393)Brad King2012-07-111-0/+1
* Merge branch 'add-const-qualifiers' into doxygen-fixesBrad King2012-03-011-4/+4
|\
| * Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-4/+4
* | doxygen: remove a few commentsYury G. Kudryashov2012-03-011-10/+1
|/
* Clarify auto-dereference cases in if() command (#11701)Brad King2011-01-171-20/+14
* Replace misleading example in the if() documentation (#10773)Brad King2011-01-141-34/+25
* Fix if() command and CMP0012 OLD/NEW behaviorBrad King2009-10-271-10/+18
* Add IS_SYMLINK test to if commandBrad King2009-10-211-0/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Clarify documentation for if.Bill Hoffman2009-09-141-1/+1
* ENH: clean up some help textKen Martin2009-06-121-4/+4
* ENH: modified the if command to address bug 9123 someKen Martin2009-06-121-4/+67
* ENH: fix styleKen Martin2009-02-161-6/+8
* ENH: fix documentation and add docs on parenthetical expressionsKen Martin2009-02-121-5/+12
* ENH: Better error message for unclosed blocksBrad King2009-01-211-1/+0
* ENH: Refactor function blocker deletionBrad King2009-01-201-2/+1
* ENH: Add version comparison to if() commandBrad King2008-09-101-0/+5
* ENH: Add if(TARGET) commandBrad King2008-08-201-0/+2
* BUG: fix memory leak and cleanup error string codeKen Martin2008-06-281-1/+1
* ENH: Add "if(POLICY policy-id)" option for IF command.Brad King2008-03-201-0/+3
* STYLE: document that if(COMMAND) works also for macros and functionsAlexander Neundorf2008-02-101-1/+2
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-4/+10