aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangtools
Commit message (Expand)AuthorAgeFilesLines
* ClangTools: Speed up loading diagnostics from fileChristian Kandeler5 days4-11/+30
* ClangTools: Don't retrieve and set a file's change set inside a loopChristian Kandeler6 days1-2/+4
* ClangTools: Get rid of ClangFixitsRefactoringFileChristian Kandeler6 days8-336/+37
* ClangTools: Do not call index() in DiagnosticItem::setFixItStatus()Christian Kandeler9 days2-27/+30
* ClangTools: Take more care about performanceChristian Kandeler9 days4-46/+52
* ClangTools: Do not use setData() for bulk changes to itemsChristian Kandeler9 days3-14/+21
* qbs build: Support building against system yaml-cppChristian Kandeler12 days1-1/+1
* ClangTools: Inline a function into its only callerChristian Kandeler12 days2-14/+16
* ClangTools: De-obfuscate signal emission from DiagnosticItemChristian Kandeler12 days2-19/+4
* ClangTools: Remove redundant DiagnosticItem memberChristian Kandeler12 days2-7/+11
* Debugger: Make DetailedErrorView a Utils::TreeViewChristian Kandeler13 days1-1/+1
* Merge remote-tracking branch 'origin/17.0'Eike Ziller2025-05-141-4/+5
|\
| * Use more DocumentManager::allFilesFilterStringEike Ziller2025-05-141-4/+5
* | Utils: Introduce a Utils::TextCodec classhjk2025-05-141-3/+3
* | Utils: Avoid QTextCodec in Utils::TextFileFormat interfacehjk2025-05-121-2/+2
* | Utils: Make TextFileFormat::readFile() a member functionhjk2025-05-091-6/+3
* | Utils: Make file contents part of TextFileFormat::ReadResulthjk2025-05-091-6/+3
* | ClangTools: Let document tool runner create entries in the issues paneChristian Kandeler2025-05-064-0/+61
|/
* Replace a few more FileReader by FilePath::fileContents()hjk2025-04-231-10/+10
* Utils: Make TextFileFormat::ReadResult a classhjk2025-04-231-5/+3
* Replace a few make_unexpected with ResultErrorhjk2025-04-151-5/+5
* Replace most expected_str by Utils::Resulthjk2025-04-117-21/+21
* Utils: Replace Result class by type alias to std::expected<T, QString>hjk2025-04-112-3/+3
* Fix build by including QElapsedTimer correctlyZoltan Gera2025-04-111-0/+1
* ClangTools: Display all output when the tool failsCristian Adam2025-04-091-1/+1
* Clang*: Some code cosmeticshjk2025-04-095-26/+19
* Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-04-091-1/+1
|\
| * ClangTools: Fix a disconnect warningJarek Kobus2025-04-031-1/+1
* | Clang*: Use FilePath::fileContents() instead of FileReaderhjk2025-04-041-4/+3
* | Utils: Return Utils::Result from TextFileFormat::writeFile()hjk2025-04-031-3/+2
* | Utils: Convert FileSystemWatcher signals to FilePathhjk2025-03-142-4/+3
* | ProjectExplorer: Make run configurations per build configurationChristian Kandeler2025-03-061-9/+8
* | Drop a few unneeded #includeshjk2025-03-043-3/+0
* | Debugger: Replace DiagnosticsLocation with Utils::Linkhjk2025-02-2114-77/+93
* | Merge remote-tracking branch 'origin/16.0'Eike Ziller2025-02-171-1/+1
|\|
| * ClangTools: Silence soft assertChristian Stenger2025-02-171-1/+1
* | ProjectExplorer: Replace various direct calls to Target::project()Christian Kandeler2025-02-061-2/+2
|/
* Util: Remove FilePath::removeRecursively(QString*error)Marcus Tillmanns2025-02-041-3/+3
* ClangTools: Create compilation databases per build configurationChristian Kandeler2025-01-286-69/+85
* ProjectExplorer: Add and make use of forwarding accessors in ProjectChristian Kandeler2025-01-202-15/+10
* ClangTools: Support ClangTool re-runningJarek Kobus2025-01-151-14/+9
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-102-7/+7
* Utils: Remove parent argument from FileUtils dialogshjk2025-01-062-6/+3
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2025-01-021-6/+7
|\
| * ClangTools: Fix stringification of check namesChristian Kandeler2024-12-191-6/+7
* | ProjectExplorer: Introduce a RunControl::start()hjk2024-12-201-1/+1
* | ProjectExplorer: Move output pane raising to RunControlhjk2024-12-201-1/+1
* | Debugger: Merge analyzerconstants.h into debuggerconstants.hhjk2024-12-201-1/+0
* | Debugger: Merge analyzermanager.h into analyzerutils.hhjk2024-12-201-1/+3
* | TextEditor: Protect access to TextFileFormat::[m_]codechjk2024-12-191-2/+2