summaryrefslogtreecommitdiff
path: root/Source/cmCPluginAPI.cxx
Commit message (Expand)AuthorAgeFilesLines
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* server: return whether or not a target is generator providedJustin Goshi2017-11-201-2/+2
* cmCPluginAPI: remove explicit casts to void*Rolf Eike Beer2017-09-231-5/+4
* cmCPluginAPI: do not check pointer before calling free()Rolf Eike Beer2017-09-231-3/+1
* cmCPluginAPI: use strdup() instead of open coding itRolf Eike Beer2017-09-231-17/+5
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-5/+4
* Use C++11 nullptrDaniel Pfeifer2017-08-241-11/+11
* 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