summaryrefslogtreecommitdiff
path: root/Source/cmExtraCodeBlocksGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-2/+3
* Deprecate "extra" generators in favor of cmake-file-api(7)Brad King2023-02-151-1/+1
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-0/+6
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-2/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* HIP: Add language to CMakeRobert Maynard2021-06-071-2/+3
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-17/+18
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-6/+7
* WIN32_EXECUTABLE: Add support for generator expressionsKyle Edwards2020-08-211-1/+2
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-17/+17
* cmIsOn: add overload accepting const std::string*Vitaly Stakhovsky2020-07-141-6/+4
* Refactor file extension queries to be more consistentRobert Maynard2020-06-221-1/+1
* Update links to gitlab.kitware.com repos to add `-/`Brad King2020-05-261-2/+2
* replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-4/+4
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-4/+6
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-10/+10
* 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