summaryrefslogtreecommitdiff
path: root/Source/cmCPluginAPI.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'prop_t'Brad King2020-03-171-1/+2
|\
| * cmPropertyMap: Introduce cmProp as return type for GetProperty() functionsVitaly Stakhovsky2020-03-131-1/+2
* | cmPropertyDefinition: Construct directly in defined stateVitaly Stakhovsky2020-03-131-2/+3
|/
* Modernize memory managementMarc Chevrier2020-02-271-25/+9
* cmMakefile: Delay custom command creationDaniel Eiband2019-11-241-3/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* cmMakefile: Remove AddUtilityCommand overload without byproductsDaniel Eiband2019-09-261-1/+3
* cmMakefile: Move enumerations into new headerDaniel Eiband2019-09-261-5/+5
* cmSourceFile: Remove non-const GetProperties accessorDaniel Eiband2019-09-211-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-3/+3
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+2
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-2/+4
* cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-1/+1
* cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-2/+2
* 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