summaryrefslogtreecommitdiff
path: root/Source/cmCPluginAPI.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: apply readability-redundant-control-flow fixesDaniel Pfeifer2016-12-121-1/+0
* cmCPluginAPI: Fix clang-tidy findingsDaniel Pfeifer2016-11-051-4/+4
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-2/+4
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-6/+6
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-5/+5
* cmMakefile: Inline method into only remaining callerStephen Kelly2016-10-071-3/+32
* cmMakefile: Inline method into only callerStephen Kelly2016-10-071-1/+8
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-9/+6
* use CM_NULLPTRDaniel Pfeifer2016-06-281-11/+11
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-358/+278
* Source: Stabilize include orderBrad King2016-04-291-1/+2
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
* cmTarget: Move link type enum out.Stephen Kelly2015-10-151-3/+3
* Merge topic 'refactor-cache-manager'Brad King2015-10-121-4/+4
|\
| * cmState: Add API for cache version.Stephen Kelly2015-10-101-4/+4
* | cmCPluginAPI: Inline code to get project name.Stephen Kelly2015-10-091-1/+1
|/
* cmMakefile: Use std::string in ProjectName API.Stephen Kelly2015-08-251-1/+3
* cmListFileArgument: Remove FilePath member.Stephen Kelly2015-06-211-2/+1
* cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-071-8/+2
* cmPropertyMap: Remove scope parameter from API where not used.Stephen Kelly2015-06-071-3/+2
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-2/+2
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* Port cmCommand consumers to cmState.Stephen Kelly2015-04-151-1/+1
* Move property definition to cmState.Stephen Kelly2015-04-131-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-6/+6
* cmMakefile: Remove cache version accessors.Stephen Kelly2015-04-071-2/+4
* Revert topic 'refactor-cache-api'Brad King2015-04-071-4/+2
* cmMakefile: Remove cache version accessors.Stephen Kelly2015-04-061-2/+4
* Remove use of ExpandSourceListArguments.Stephen Kelly2015-02-051-4/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Add an option for explicit BYPRODUCTS of custom commands (#14963)Brad King2014-11-141-1/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enumBrad King2013-08-081-2/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Fix plugin API for gcc 2.9-aix51-020209 (#12233)Daniel R. Gomez2011-05-311-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Do not automatically set HEADER_FILE_ONLYBrad King2009-03-161-16/+5
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* BUG: better setup of properties for loaded commandsKen Martin2007-11-121-2/+4
* ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet workingAlexander Neundorf2007-06-221-1/+3
* COMP: Work-around warning about static specifier on HP compiler.Brad King2007-06-191-1/+1
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-45/+282
* ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ...Brad King2007-05-281-1/+1
* ENH: some more cleanupKen Martin2007-03-131-1/+1
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-131-1/+1
* COMP: fix warningKen Martin2006-12-071-1/+2
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+20
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ...Bill Hoffman2006-11-291-2/+3