summaryrefslogtreecommitdiffstats
path: root/Source/cmFunctionBlocker.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
| | | | | | | | | | | | | | | | | Our Git commit hooks disallow modification or addition of lines with trailing whitespace. Wipe out all remnants of trailing whitespace everywhere except third-party code. Run the following shell code: git ls-files -z -- \ bootstrap doxygen.config '*.readme' \ '*.c' '*.cmake' '*.cpp' '*.cxx' \ '*.el' '*.f' '*.f90' '*.h' '*.in' '*.in.l' '*.java' \ '*.mm' '*.pike' '*.py' '*.txt' '*.vim' | egrep -z -v '^(Utilities/cm|Source/(kwsys|CursesDialog/form)/)' | egrep -z -v '^(Modules/CPack\..*\.in)' | xargs -0 sed -i 's/ \+$//'
* doxygen: remove a few commentsYury G. Kudryashov2012-02-291-5/+0
| | | | | These comments were either wrong or non-informative. Replace some of them by brief comments
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: Better error message for unclosed blocksBrad King2009-01-211-7/+9
| | | | | | This centralizes construction of the error message for an unclosed logical block (if, foreach, etc.). We record the line at which each block is opened so it can be reported in the error message.
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+3
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* ERR: Fixed unused parameter warning.Brad King2002-12-131-1/+1
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-5/+2
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* 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
| | | | specify if function blocker needs them expanded or not.
* 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