aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools/executableinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Drop a few unneeded #includeshjk2025-03-041-1/+0
* ClangTools: Replace FilePath::toStringAndrii Semkiv2024-09-121-3/+2
* ProjectExplorer: Expose toolchain versionsChristian Kandeler2024-09-111-5/+9
* CommandLine: Reuse new c'torJarek Kobus2024-05-221-3/+2
* Utils: Fix build with MSVC with C++20Eike Ziller2024-02-281-1/+1
* Utils: Add convenience class for parsing and caching process outputChristian Kandeler2024-02-191-124/+112
* Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}Jarek Kobus2023-05-041-1/+1
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-041-1/+1
* ClangTools: Fix include path retrievalChristian Kandeler2023-03-131-0/+1
* Various: Adapt to change in FilePathChristian Stenger2023-01-171-1/+1
* ExecutableInfo: Share getClangIncludeDirAndVersion's cacheJarek Kobus2023-01-101-1/+10
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Remove FilePath::operator+()hjk2022-11-301-1/+1
* Clang: Limit the usage of qMakePair and std::make_pairJarek Kobus2022-10-041-3/+3
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: use cleaned stdout all over the place againDavid Schulz2022-06-171-1/+1
* QtcProcess: Limit the inclusion of qtcprocess.hJarek Kobus2022-03-021-2/+2
* Fix LLVM tools version queryBogDan Vatra2021-12-101-2/+3
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-131-0/+18
|\
| * ClangTools: Cache information about the clazy executableChristian Kandeler2021-09-081-0/+19
* | ClangTools: Proliferate use of FilePathhjk2021-08-181-8/+7
* | Utils: Introduce a FilePath constructor from char arrayshjk2021-08-171-7/+7
|/
* ClangTools: Make sure clazy doc URL corresponds to tool versionChristian Kandeler2021-07-291-1/+17
* ClangTools: Make version number available via settingsChristian Kandeler2021-06-281-11/+11
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-231-1/+1
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-2/+2
* Utils: Make Environment::setEnglishOutput a proper member functionhjk2021-05-211-1/+1
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-191-1/+2
* Utils: Simplify QtcProcess::exitMessage() interfacehjk2021-05-171-1/+1
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-141-6/+6
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-101-1/+1
* Utils: Make SynchronousProcess use Utils::Environment for environmentshjk2021-05-051-2/+2
* Do not pop up general messages paneEike Ziller2021-01-041-2/+2
* clang: Fix include/resource dir confusionChristian Kandeler2020-08-241-3/+3
* ClangTools: Fix clazy output parsingChristian Kandeler2020-07-071-1/+1
* ClangTools: Use resource dir from tool instead of hard-coded oneNikolai Kosjar2020-06-191-3/+53
* ClangTools: Work around clazy-standalone behavior fluctuationChristian Kandeler2020-05-271-2/+7
* ClangTools: Query the tools for supported checksNikolai Kosjar2019-12-031-0/+161