summaryrefslogtreecommitdiff
path: root/Source/cmCPluginAPI.cxx
Commit message (Expand)AuthorAgeFilesLines
* Trace: include `line_end` field in json-v1 formatBraulio Valdivielso Martinez2022-02-091-1/+1
* cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-1/+2
* cmMakefile: Simplify Add*Command and adopt to cmAddCustom*CommandNAKAMURA Takumi2021-11-181-13/+12
* cmMakefile: Move CMP0116 lookup into Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-8/+4
* Source: fix clang-tidy modernize-redundant-void-arg warningSean McBride2021-10-251-1/+1
* Source: fix many -Wmissing-prototypes warnings by marking functions staticSean McBride2021-10-251-87/+93
* remove cmToCStr functionMarc Chevrier2021-09-191-3/+3
* Refactor: Convert parallel string/backtrace vectors to BT vectorsKyle Edwards2021-09-031-1/+1
* Source: Minor code improvementsVitaly Stakhovsky2021-05-111-1/+1
* cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-4/+8
* clang-tidy: fix `readability-simplify-boolean-expr` warningsBen Boeckel2021-01-271-2/+2
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-1/+1
* GENERATED prop: Add implementation for policy CMP0118 being set to NEWDeniz Bahadir2020-11-241-0/+5
* Reduce the scope of temporary cmProp variables and other improvementsVitaly Stakhovsky2020-11-051-4/+2
* cmListFileCache: Make cmListFileFunction a shared pointerOleksandr Koval2020-10-011-3/+6
* Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-031-2/+2
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-1/+1
* cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-1/+2
* 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