summaryrefslogtreecommitdiff
path: root/src/plugins/clangtools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-136-6/+32
|\
| * ClangTools: Fix clazy documentation URLChristian Kandeler2021-09-081-1/+1
| * ClangTools: Cache information about the clazy executableChristian Kandeler2021-09-085-5/+32
* | Merge CppTools into CppEditorChristian Kandeler2021-09-0132-141/+131
* | CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-274-8/+8
* | Use more FileUtils based file dialogshjk2021-08-191-9/+7
* | ClangTools/CppTools: Code cosmeticshjk2021-08-183-61/+61
* | ClangTools: Simplify Internal::fullPath()hjk2021-08-181-4/+1
* | ClangTools: Proliferate use of FilePathhjk2021-08-1814-100/+91
* | Utils: Introduce a FilePath constructor from char arrayshjk2021-08-173-10/+10
* | ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-2/+2
* | CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-137-19/+22
|/
* ClangTools: Make sure clazy doc URL corresponds to tool versionChristian Kandeler2021-07-296-6/+35
* ClangTools: Use FilePath in ClangToolRunner::init()hjk2021-07-054-10/+9
* Utils: Use FilePath in TemporaryDirectory APIhjk2021-07-023-5/+4
* Utils: Merge FileUtils::removeRecursively() into FilePathhjk2021-07-021-4/+3
* ClangTools: Make sure URL for clang-tidy checks is always correctChristian Kandeler2021-06-293-3/+15
* ClangTools: Make version number available via settingsChristian Kandeler2021-06-284-13/+59
* All: Replace most SynchronousProcess by QtcProcesshjk2021-06-232-2/+2
* ClangTools: Don't double-buffer in ClangToolRunnerhjk2021-06-142-22/+11
* Core: filepathify FileIconProviderDavid Schulz2021-06-091-1/+1
* Debugger: filepathify DiagnosticLocationDavid Schulz2021-06-0911-47/+47
* TextEditor: filepathify RefactoringChangesDavid Schulz2021-06-081-1/+1
* Utils: Remove couple of functions from QtcProcessChristian Stenger2021-06-031-1/+1
* Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccesshjk2021-06-021-2/+2
* Utils: Move QProcess base to QtcProcessPrivatehjk2021-06-021-5/+3
* Utils: Make Environment::setEnglishOutput a proper member functionhjk2021-05-211-1/+1
* Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}hjk2021-05-192-3/+5
* Core: filepathify IDocumentDavid Schulz2021-05-191-1/+1
* Utils: filepathify fileutilsDavid Schulz2021-05-181-1/+1
* Utils: filepathify TextFileFormatDavid Schulz2021-05-181-5/+9
* Utils: Simplify QtcProcess::exitMessage() interfacehjk2021-05-171-1/+1
* Utils: Make process results accessible through QtcProcess objecthjk2021-05-142-9/+8
* ClangTools: Avoid one use of mutable ProcessArgs::iteratorhjk2021-05-111-12/+3
* Utils: Move process arguments class out of QtcProcesshjk2021-05-111-1/+1
* Utils: Merge {synchronous,qtc}process.{h,cpp} file pairshjk2021-05-104-5/+4
* Utils: Delete QtcProcess::{setP,p}rocessEnvironmenthjk2021-05-071-3/+2
* Utils: Make SynchronousProcess use Utils::Environment for environmentshjk2021-05-051-2/+2
* ClangTools: Let users disable checks from text marksChristian Kandeler2021-05-044-58/+85
* Utils: Move SynchronousProcess::normalizeNewlines to QtcProcesshjk2021-05-041-2/+2
* ClangTools: Use Utils::CommandLine for a command linehjk2021-05-042-6/+7
* ClangTools: Remove some use of SynchronousProcesshjk2021-05-032-9/+6
* ClangTools: Give a hint to users as to why we didn't do anythingChristian Kandeler2021-04-133-1/+19
* Improve translatable stringsRobert Löhning2021-03-252-6/+5
* ClangTools: Add tr functions to DiagnosticMarkDavid Schulz2021-03-191-0/+1
* Don't detach temporary containersAlessandro Portale2021-02-241-1/+1
* ClangTools: Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-178-14/+14
* ClangTools: Enable filtering in config widgetChristian Kandeler2021-02-103-4/+49
* TextEditor: Support tooltips for buttons in text mark tooltipsChristian Kandeler2021-02-051-0/+1
* clang-tidy: Fix parameters for callBjörn Schäpers2021-01-251-1/+1