aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools
Commit message (Expand)AuthorAgeFilesLines
* Merge CppTools into CppEditorChristian Kandeler2021-09-01226-55291/+0
* Add convenience functions for creating ProjectExplorer::HeaderPathsChristian Kandeler2021-08-308-63/+44
* CppTools/CppEditor: Rename the TestDocument classesChristian Kandeler2021-08-303-19/+20
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-2730-165/+173
* CppTools: Replace a QMutex with a QReadWriteLockChristian Kandeler2021-08-271-18/+21
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-262-4/+19
|\
| * CppTools: Code model fix for C++20, MSVC, and newer CMake versionsCristian Adam2021-08-202-4/+19
* | CppTools: Use test objects to group related test functionsChristian Kandeler2021-08-2635-539/+1131
* | Utils: Rename FilePath::normalizePathName to normalizedPathNamehjk2021-08-231-1/+1
* | CppTools: Make sure there's only one C++ parsing thread per projectChristian Kandeler2021-08-232-50/+63
* | CppTools: Remove unused additional indexing support objectChristian Kandeler2021-08-233-38/+2
* | CppTools: Some code cosmeticshjk2021-08-202-31/+30
* | Use more FileUtils based file dialogshjk2021-08-191-11/+13
* | Use new FilePath::setPermissions in a few caseshjk2021-08-191-9/+8
* | Merge "Merge remote-tracking branch 'origin/5.0'"The Qt Project2021-08-183-8/+11
|\ \
| * | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-183-8/+11
| |\|
| | * CppTools: Fix indentation of plain stringsOrgad Shaneh2021-08-183-8/+11
* | | ClangTools/CppTools: Code cosmeticshjk2021-08-182-50/+43
|/ /
* | ClangTools: Proliferate use of FilePathhjk2021-08-185-14/+18
* | Utils: Introduce a FilePath constructor from char arrayshjk2021-08-176-7/+10
* | CppTools: Fix testsChristian Kandeler2021-08-162-5/+6
* | clangd: add setting for document update timeoutDavid Schulz2021-08-163-2/+24
* | CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-1325-766/+873
* | Utils: Use FilePath in copy helpershjk2021-08-101-6/+4
* | Fix warning about format string not being string literalTor Arne Vestbø2021-08-041-14/+7
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-031-1/+7
|\|
| * CppTools: Fix semantic highlightingChristian Kandeler2021-08-021-1/+7
* | Replace uses of deprecated QWARN macro with qWarningTor Arne Vestbø2021-08-031-7/+7
* | Utils: Use FilePath in DropSupporthjk2021-08-021-1/+2
* | Merge remote-tracking branch 'origin/5.0'Orgad Shaneh2021-07-293-10/+11
|\|
| * CppEditor: Fix possible crash when following typdefsChristian Kandeler2021-07-292-3/+11
| * ClangTools: Make sure clazy doc URL corresponds to tool versionChristian Kandeler2021-07-291-7/+0
* | ProjectExplorer: Use FilePath in ProjectExplorer::openProject{,s}()hjk2021-07-271-1/+3
* | CppTools: Move SendDocumentTracker tests into pluginChristian Kandeler2021-07-223-4/+196
* | CompilationDatabaseProjectManager: Move tests to pluginChristian Kandeler2021-07-221-4/+2
* | CppTools: Move ProjectFileCategorizer tests to pluginChristian Kandeler2021-07-223-4/+114
* | CppTools: Remove some unneeded name qualifications in converted testsChristian Kandeler2021-07-212-179/+114
* | CppTools: Fix compile with gcc7Christian Stenger2021-07-211-1/+2
* | Merge remote-tracking branch 'origin/5.0'hjk2021-07-214-37/+69
|\|
| * CppTools: Fix look-up of top-level virtual function declarationChristian Kandeler2021-07-201-4/+20
| * ClangTools: Fix clang-tidy command-line constructionChristian Kandeler2021-07-191-2/+2
| * CppTools: Do not access kits in non-UI threadChristian Kandeler2021-07-192-31/+47
* | Unit test: Remove some now-unused CppTools sourcesChristian Kandeler2021-07-201-4/+2
* | CppTools: Move HeaderPathsFilter tests to pluginChristian Kandeler2021-07-203-4/+263
* | CppTools: Move ProjectInfoGenerator tests into the pluginChristian Kandeler2021-07-163-2/+158
* | Merge remote-tracking branch 'origin/5.0'Orgad Shaneh2021-07-0518-92/+522
|\|
| * Don't update extra compilers individually after project loadEike Ziller2021-07-054-6/+101
| * ClangCodeModel: Prefer ui headers from ExtraCompilersChristian Kandeler2021-07-022-0/+6
| * Utils: Use FilePath in TemporaryDirectory APIhjk2021-07-022-3/+3
| * Utils: Merge FileUtils::removeRecursively() into FilePathhjk2021-07-021-1/+1