summaryrefslogtreecommitdiff
path: root/Source/cmExtraSublimeTextGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-1/+2
* Deprecate "extra" generators in favor of cmake-file-api(7)Brad King2023-02-151-1/+2
* cmLocalGenerator: Remove unused IncludePathStyle infrastructureBrad King2021-12-011-2/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-7/+7
* cmLocalGenerator: Clarify GetIncludeFlags signatureBrad King2021-02-251-1/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* Compile with explicit language flag when source LANGUAGE property is setBrad King2020-12-021-0/+5
* Revert "specify language flag when source LANGUAGE property is set"Brad King2020-11-191-7/+0
* cmake::GetCacheDefinition: Return cmPropvvs314152020-09-281-3/+3
* Explicitly specify language flag when source LANGUAGE property is setRobert Maynard2020-06-091-0/+7
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-2/+1
* Update links to gitlab.kitware.com repos to add `-/`Brad King2020-05-261-1/+1
* cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-10/+12
* replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-3/+3
* Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-3/+3
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-4/+5
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-1/+1
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-3/+3
* cmSourceFile: Rename non-const GetLanguageTushar Maheshwari2019-08-271-3/+3
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+4
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-1/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+1
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-1/+2
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-4/+4
* cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-1/+2
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-1/+0
* cmLocalGenerator: Remove AddCompileDefinitions methodBrad King2018-10-101-6/+1
* genex: Simplify cmGeneratorExpressionInterpreterBrad King2018-09-071-6/+6
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+3
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+1
* sourceFile properties: add property INCLUDE_DIRECTORIESMarc Chevrier2018-01-241-10/+32
* sourceFile properties: add property COMPILE_OPTIONSMarc Chevrier2018-01-231-2/+9
* Genex: Per-source $<COMPILE_LANGUAGE:...> supportMarc Chevrier2017-12-131-7/+13
* Add generator expression support to per-source COMPILE_DEFINITIONSMarc Chevrier2017-12-051-5/+9
* Refactor per-source generator expression evaluationMarc Chevrier2017-12-041-3/+2
* cmake: Add --open option for IDE generatorsGregor Jasny2017-10-131-0/+23
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-32/+23
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-2/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Sublime: Do not build with verbose outputRichard Collins2017-01-101-9/+3
* clang-tidy: apply readability-redundant-string-init fixesDaniel Pfeifer2016-12-121-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-6/+8