summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* Update links to gitlab.kitware.com repos to add `-/`Brad King2020-05-261-1/+1
* cmState::GetInitializedCacheValue: return cmPropVitaly Stakhovsky2020-04-301-2/+1
* clang-tidy: address bugprone-branch-clone lintsBen Boeckel2020-04-131-1/+0
* cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-2/+2
* Merge topic 'cmprop-getglobalprop'Brad King2020-03-271-4/+4
|\
| * cmState::GetGlobalProperty: return cmPropVitaly Stakhovsky2020-03-251-4/+4
* | Merge topic 'cleanup-endls-2'Brad King2020-03-261-2/+2
|\ \
| * | Refactor: Avoid `std::endl` where it's not necessary (part 2)Alex Turbov2020-03-241-2/+2
| |/
* | replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-3/+3
|/
* cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-3/+3
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-12-091-19/+19
* cmLocalGenerator: modernize memory managementMarc Chevrier2019-11-111-14/+11
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+2
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-1/+1
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-10/+5
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-26/+13
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-5/+6
* Merge topic 'eclipse-resource-encoding'Brad King2019-07-111-0/+23
|\
| * Eclipse: Add option to set the resource encodingMartin Gerhardy2019-07-091-0/+23
* | Eclpise: Fix compiler warnings about uninitialized member variablesMartin Gerhardy2019-07-091-0/+2
|/
* Merge topic 'eclipse-interface-lib'Brad King2019-03-211-0/+5
|\
| * Eclipse: Fix extra generator to not crash on interface librariesBrad King2019-03-201-0/+5
* | cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-3/+4
|/
* cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-1/+1
* Merge topic 'semi-warnings'Brad King2019-01-161-1/+0
|\
| * Fix most clang -Wextra-semi-stmt warnings in C++ filesSean McBride2019-01-151-1/+0
* | Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+3
|/
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-1/+0
* Misc. comment typosluz.paz2018-12-051-1/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-41/+58
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-4/+3
* cmState::GetInitializedCacheValue: Return as const std::string*Vitaly Stakhovsky2018-09-101-3/+3
* Merge topic 'cleanup-find-cstr'Brad King2018-08-091-2/+2
|\
| * Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-2/+2
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-3/+3
|/
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+7
* Eclipse: Add property to include additional contents in .cproject fileMelanie Cappelaere2018-05-181-0/+7
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+1
* cmMakefile: use std::string in more methods; cleanup c_str()sVitaly Stakhovsky2018-01-231-1/+1
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-95/+67
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-3/+3
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-4/+5
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1