summaryrefslogtreecommitdiff
path: root/Source/cmExtraEclipseCDT4Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-5/+6
* Deprecate "extra" generators in favor of cmake-file-api(7)Brad King2023-02-151-1/+2
* Revise C++ coding style using clang-format-15Kitware Robot2023-01-181-1/+1
* style: use `cmStrCat` in some more locationsBen Boeckel2022-05-191-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-8/+8
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-2/+2
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-3/+3
* Source: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-1/+1
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-1/+1
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-6/+6
* Fix typos identified using codespellJean-Christophe Fillion-Robin2020-07-221-13/+13
* 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-101-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-221-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
|/