summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraSublimeTextGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-151-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
* Merge topic 'src-COMPILE_FLAGS-genex'Brad King2016-11-011-1/+5
|\
| * Add generator expression support to per-source COMPILE_FLAGSZsolt Parragi2016-10-281-1/+5
* | Sublime: Add option to specify env vars for the .sublime-projectBruno Pedrosa2016-10-271-1/+33
|/
* Merge topic 'st2-fix-regex'Brad King2016-10-251-1/+3
|\
| * Sublime: Update generated diagnostic matching expression for MSVCBruno Pedrosa2016-10-241-1/+3
* | cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* | cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-7/+7
|/
* Sublime: Exclude build tree from source tree project only optionallyBruno Pedrosa2016-10-121-2/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-4/+7
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-2/+1
* issues: update references to the CMake issue trackerBen Boeckel2016-08-151-1/+1
* Refactor extra generator registration to use factoriesTobias Hunger2016-08-031-12/+18
* use CM_NULLPTRDaniel Pfeifer2016-06-281-6/+7
* cmExtraSublimeTextGenerator: Use GetTargetCompileFlagsTobias Hunger2016-06-171-24/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-214/+158
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Sublime: Port API to cmGeneratorTarget.Stephen Kelly2015-10-241-9/+6
* Port to GetGeneratorTargets.Stephen Kelly2015-10-241-12/+14
* cmGeneratorTarget: Move GetExportMacro from cmTarget.Stephen Kelly2015-10-201-1/+1
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-3/+3
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-7/+7
* Sublime: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-121-9/+8
* cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-2/+1
* cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-081-6/+6