summaryrefslogtreecommitdiff
path: root/Source/cmFunctionBlocker.h
Commit message (Expand)AuthorAgeFilesLines
* cmFunctionBlocker: Add handling of close block without parameters.Marc Chevrier2022-08-221-0/+2
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-1/+0
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* cmFunctionBlocker: Recycle functionsRegina Pfeifer2019-07-311-1/+1
* cmFunctionBlocker: Move check for matching argsRegina Pfeifer2019-07-311-9/+3
* cmFunctionBlocker: Move common logic to baseRegina Pfeifer2019-07-311-2/+17
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-7/+13
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmFunctionBlocker: Constify methodStephen Kelly2015-10-261-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* doxygen: remove a few commentsYury G. Kudryashov2012-03-011-5/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Better error message for unclosed blocksBrad King2009-01-211-7/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+3
* ERR: Fixed unused parameter warning.Brad King2002-12-131-1/+1
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-5/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* ERR: Fixed compiler warnings.Brad King2002-06-181-5/+5
* FIX: foreach function-blockers were using expanded args. Add virtual func to ...Sebastien Barre2002-03-261-0/+2
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* added for each commandKen Martin2001-07-251-3/+3
* BUG: clean up memory leaks.Bill Hoffman2001-06-041-0/+2
* better If checksKen Martin2001-05-041-3/+11
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* added if else endif add definitionKen Martin2001-04-191-0/+44