summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraSublimeTextGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-081-2/+2
* Access sources through cmGeneratorTarget.Stephen Kelly2015-10-071-1/+1
* cmExtra{Kate,SublimeText}Generator: Remove unused cmXMLSafe includesDaniel Pfeifer2015-08-281-1/+0
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-201-2/+2
* Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-1/+1
* LocalGenerator: Add a string overload for AppendFlagsBen Boeckel2014-05-071-1/+1
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-5/+6
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings in target nameBen Boeckel2014-03-081-2/+3
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-7/+3
* Sublime: Pass language and config properlyBen Boeckel2014-02-111-1/+1
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-1/+2
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-20/+0
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-7/+0
* Merge topic 'tid-system-argument'Brad King2013-07-161-1/+1
|\
| * Add Target API to determine if an include is a system include.Stephen Kelly2013-07-021-1/+1
* | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-1/+1
|/