62 Commits (19ffc0729fdc12b8c0874db7ae1c5e576b48ba10)

Author SHA1 Message Date
Bruno Pedrosa 19ffc0729f Sublime: Exclude build tree from source tree project only optionally 9 years ago
Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
Daniel Pfeifer efed6468ed fix a load of include-what-you-use violations 9 years ago
Daniel Pfeifer e7b842e189 Make sure unnused parameters are /*named*/ 9 years ago
Ben Boeckel 2bdba83e4b issues: update references to the CMake issue tracker 9 years ago
Tobias Hunger a354f60ce0 Refactor extra generator registration to use factories 9 years ago
Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
Tobias Hunger 802b36fb62 cmExtraSublimeTextGenerator: Use GetTargetCompileFlags 9 years ago
Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 years ago
Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 years ago
Brad King 180538c706 Source: Stabilize include order 9 years ago
Stephen Kelly b92d0b2c94 Sublime: Port API to cmGeneratorTarget. 10 years ago
Stephen Kelly 67b2f4312c Port to GetGeneratorTargets. 10 years ago
Stephen Kelly 311018e5ad cmGeneratorTarget: Move GetExportMacro from cmTarget. 10 years ago
Stephen Kelly 3e8ef64273 cmLocalGenerator: Port some API to cmGeneratorTarget. 10 years ago
Stephen Kelly eac15298a8 cmState: Move TargetType enum from cmTarget. 10 years ago
Stephen Kelly a143d4ac60 Sublime: Port some API to cmGeneratorTarget. 10 years ago
Stephen Kelly bbef3c2da8 cmLocalGenerator: Add current binary directory accessor. 10 years ago
Stephen Kelly 12cb3bdce4 cmLocalGenerator: Add Home directory accessors. 10 years ago
Stephen Kelly 4ab2750c54 cmLocalGenerator: Add GetProjectName method. 10 years ago
Stephen Kelly 5d3776a7eb Access sources through cmGeneratorTarget. 10 years ago
Daniel Pfeifer b3372db588 cmExtra{Kate,SublimeText}Generator: Remove unused cmXMLSafe includes 10 years ago
Stephen Kelly 32b8f03acc cmMakefile: Port users of GetStart* methods to new names. 10 years ago
Stephen Kelly 0b945ea9a6 Genex: Allow COMPILE_LANGUAGE when processing compile definitions. 11 years ago
Ben Boeckel 6fa6bedf78 LocalGenerator: Add a string overload for AppendFlags 11 years ago
Stephen Kelly e6971df6ab cmTarget: Make the source files depend on the config. 12 years ago
Stephen Kelly 21c573f682 Remove some c_str() calls. 12 years ago
Ben Boeckel 1a1b737c99 stringapi: Use strings for generator names 12 years ago
Ben Boeckel 84fdc9921c stringapi: Pass configuration names as strings 12 years ago
Ben Boeckel 270eb96df0 strings: Remove cmStdString references 12 years ago
Ben Boeckel fabf1fbabb stringapi: Use strings in target name 12 years ago
Ben Boeckel ce5114354c stringapi: Use strings for the languages 12 years ago
Ben Boeckel 2d9f93ab24 Sublime: Pass language and config properly 12 years ago
Stephen Kelly 531e40b95e cmTarget: Make GetSourceFiles populate an out-vector parameter. 12 years ago
Brad King 684063c036 Refactor tool selection for edit_cache (#14544) 12 years ago
Brad King 0c39a757da Drop the 'Full' field from cmDocumentationEntry 12 years ago
Stephen Kelly 184121538c Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string. 12 years ago
Stephen Kelly f1fcbe3fde Add Target API to determine if an include is a system include. 12 years ago
Brad King d221eac812 Refactor target COMPILE_OPTIONS and COMPILE_FLAGS handling 12 years ago
Stephen Kelly 35496761a5 Add cmLocalGenerator::GetCompileOptions. 12 years ago
Stephen Kelly 8e947670cf Sublime: Honor source-level COMPILE_FLAGS property 12 years ago
Stephen Kelly a6286e92c9 Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037) 13 years ago
Robert Maynard f616ff2c25 Update generator to use new cmGeneratorTarget api. 13 years ago
Robert Maynard 4760eade42 Remove ability to generate sublime clang files. 13 years ago
Robert Maynard da0898e0a2 Correct missing parameter to CMP0018Flags call. 13 years ago
Morné Chamberlain 089d9ccdce SublimeText 2 Gen: Set the sublimeclang_options_script property. 13 years ago
Morné Chamberlain 304b885d36 Sublime Text 2 Gen: Per-source Compile flags are now saved in a separate file. 13 years ago
Morné Chamberlain 5b2aa3dd9a SublimeText2 Gen: Fixed the issue where include directory flags used -D 13 years ago
Morné Chamberlain 90bcb77956 SublimeText2 Gen: Improved use of define, include flags from CMAKE_C(XX)_FLAGS 13 years ago