summaryrefslogtreecommitdiffstats
path: root/Source/cmCPluginAPI.cxx
Commit message (Expand)AuthorAgeFilesLines
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+4
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-14/+10
* Merge topic 'tidy-use-equals-default'Brad King2019-01-291-1/+0
|\
| * cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-1/+0
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-1/+1
* | cmSystemTools::Error(): new overload accepting std::stringVitaly Stakhovsky2019-01-231-1/+1
|/
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-8/+7
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* Source: Fix various compiler warnings in Visual Studio 2017Bruno Manganelli2019-01-091-1/+1
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-5/+2
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-1/+1
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-4/+4
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-4/+5
* cmMakefile: Improve ExpandVariablesInString return typeVitaly Stakhovsky2018-05-011-1/+2
* cmCPluginAPI: Remove a few unnecessary c_str() callsVitaly Stakhovsky2018-05-011-3/+3
* 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-141-1/+1
* cmTarget: Move link type enum out.Stephen Kelly2015-10-141-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-081-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-201-2/+2
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-1/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-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