summaryrefslogtreecommitdiff
path: root/Source/cmExtraCodeBlocksGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-1/+1
* cmSourceFile: Rename non-const GetLanguageTushar Maheshwari2019-08-271-1/+1
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-20/+13
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+2
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-4/+2
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-4/+5
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-15/+10
* Source: std::string related cleanupVitaly Stakhovsky2019-05-151-25/+22
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-0/+1
* Merge topic 'modernize-for-loops'Brad King2019-02-111-3/+2
|\
| * Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-3/+2
* | cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-2/+2
|/
* Use cmSourceFile::GetIsGeneratedSebastian Holtermann2019-02-011-1/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-1/+0
* cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-1/+1
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-2/+2
* Fix misc. typosluz.paz2018-06-041-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-8/+12
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-8/+6
* Generators: remove KDevelop3 generatorAlex Neundorf2018-01-241-1/+1
* CUDA: Add cu as default source file extensionRobert Maynard2018-01-081-2/+2
* Merge topic 'CodeBlocks-custom-compiler-id'Brad King2017-11-291-0/+7
|\
| * CodeBlocks: add option for the CB compiler IDMelven Roehrig-Zoellner2017-11-271-0/+7
* | Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-11-171-8/+2
|/
* CodeBlocks: add option to exclude external filesAlexandr (Sagrer) Gridnev2017-09-141-0/+20
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-91/+61
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-2/+2
* CodeBlocks: Avoid listing files multiple timesAlexandr (Sagrer) Gridnev2017-08-301-6/+7
* Use C++11 nullptrDaniel Pfeifer2017-08-241-6/+6
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-4/+6
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-4/+4
* Allow CodeBlocks for NMake Makefiles JOMKonstantin Podsvirov2017-01-101-1/+2
* clang-tidy: apply readability-redundant-control-flow fixesDaniel Pfeifer2016-12-121-1/+0
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-6/+5
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-21/+21
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+10
* CodeBlocks: List C++ includes firstKevin Ottens2016-08-261-2/+2
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-22/+21
* issues: update references to the CMake issue trackerBen Boeckel2016-08-151-2/+2
* Refactor extra generator registration to use factoriesTobias Hunger2016-08-031-11/+17
* use CM_NULLPTRDaniel Pfeifer2016-06-281-7/+7
* Merge topic 'CodeBlocks-generated-sources'Brad King2016-06-171-2/+4
|\
| * CodeBlocks: Show generated files in non-utility targetsEnrico Bedau2016-06-161-2/+4
* | Merge topic 'CodeBlocks-include-order'Brad King2016-06-171-7/+11
|\ \ | |/ |/|
| * cmExtraCodeBlocksGenerator: Do not shuffle include directoriesTobias Hunger2016-06-171-7/+11