summaryrefslogtreecommitdiff
path: root/Source/cmExtraSublimeTextGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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-171-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-211-1/+1
* cmLocalGenerator: Port some API to cmGeneratorTarget.Stephen Kelly2015-10-171-3/+3
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-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-091-6/+6
* cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-091-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-211-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
|/
* Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handlingBrad King2013-06-271-28/+1
* Add cmLocalGenerator::GetCompileOptions.Stephen Kelly2013-06-021-3/+5
* Sublime: Honor source-level COMPILE_FLAGS propertyStephen Kelly2013-05-211-1/+1
* Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-2/+1
* Update generator to use new cmGeneratorTarget api.Robert Maynard2013-02-191-11/+14
* Remove ability to generate sublime clang files.Robert Maynard2013-02-191-98/+4
* Correct missing parameter to CMP0018Flags call.Robert Maynard2013-02-191-1/+1
* SublimeText 2 Gen: Set the sublimeclang_options_script property.Morné Chamberlain2012-11-241-1/+28