aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.14' into masterEike Ziller2020-10-191-6/+6
|\
| * CppTools: Fix test on WindowsChristian Kandeler2020-10-131-6/+6
* | CppEditor: Introduce QuickFix settings and unify getter/setter generationLeander Schulten2020-10-143-31/+2
|/
* CppTools: Consider .cu filesChristian Kandeler2020-10-023-6/+11
* EditorManager: Small API clean-upEike Ziller2020-09-301-2/+2
* Remove unneeded QStringList forward declarationsEike Ziller2020-09-292-3/+0
* Core: Allow different highlight colors in search result windowChristian Kandeler2020-09-181-6/+16
* CppTools: Fix Qt6 build wrt internal QString changesEike Ziller2020-09-151-2/+7
* CppTools: Fix QStringRef and QSharedPointer related issues with Qt6Eike Ziller2020-09-156-11/+16
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-141-1/+1
|\
| * CppTools: Guard against null pointer accessChristian Kandeler2020-09-111-1/+1
* | CppTools: De-duplicate list of include pathsChristian Kandeler2020-09-081-1/+11
* | TextEditor: use Utils::FilePath as file member in AssistInterfaceDavid Schulz2020-09-044-23/+26
* | CPlusPlus: Categorize "Find Usages" resultsChristian Kandeler2020-09-031-2/+3
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-09-032-1/+14
|\|
| * Clang: Add conditions for adding exceptions flagOrgad Shaneh2020-09-022-1/+14
* | C++: Offer only signals when completing in a connect() callChristian Kandeler2020-08-272-0/+113
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-251-3/+4
|\|
| * CppTools: Do not ignore "built-in" compiler macros for custom toolchainsChristian Kandeler2020-08-241-3/+4
* | clang: Fix include/resource dir confusionChristian Kandeler2020-08-244-15/+15
* | CppEditor: Skip over access specifier when inserting a doxygen commentChristian Kandeler2020-08-211-1/+1
* | C++ Refactoring: Fix the include macros in header files after renamingMiklos Marton2020-08-211-8/+64
* | CppEditor: Properly handle multiple inheritanceChristian Kandeler2020-08-202-19/+61
* | CppTools: Do not indent within string literalsChristian Kandeler2020-08-203-5/+19
* | CppTools: More consistent fuzzy matching behaviorChristian Kandeler2020-08-141-67/+52
* | TextEditor: Make threshold for automatic completion configurableChristian Kandeler2020-08-131-2/+2
* | TextEditor: Introduce shortcut for forcing a function hint proposalChristian Kandeler2020-08-115-0/+14
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-103-3/+3
|\|
| * CppTools: Bump TIDY_DOCUMENTATION_URL_TEMPLATE from 8.0.1 to 10.0.0Alessandro Portale2020-07-281-1/+1
| * Wizards: Fix function parameter type in CppToolsJsExtensionChristian Kandeler2020-07-172-2/+2
* | Replace QT_USE_FAST_{OPERATOR_PLUS,CONCATENTION} by QT_USE_QSTRINGBUILDERhjk2020-08-071-2/+2
* | CppTools: Use consistent sorting in the two outlinesChristian Kandeler2020-08-061-1/+0
* | CppTools: Fix formatting for lambdas with trailing return typeChristian Kandeler2020-07-311-1/+7
* | CppEditor: Let users create implementations for all member functionsChristian Kandeler2020-07-292-6/+6
* | CppTools: Prevent SegFault in the ClangFormatIndenterLeander Schulten2020-07-281-4/+7
* | Utils: Drop Utils::SkipEmptyParts againhjk2020-07-214-4/+4
* | CppEditor: Find implementations for pure virtual declarationChristian Kandeler2020-07-211-2/+11
* | Wizards: Offer auto-completion in "New C++ Class" wizardChristian Kandeler2020-07-211-1/+1
* | CppTools: Qt6: Drop use of QTextStream::setEncoding from CppFileSettingshjk2020-07-171-1/+0
* | CppTools: Use indenter from TextDocument or create oneLeander Schulten2020-07-141-11/+26
* | CppEditor:CppTools: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-131-1/+1
|/
* Clang: Fix error when including float.h with mingwChristian Kandeler2020-07-092-17/+37
* CppTools: Fix warning about fall-throughChristian Kandeler2020-07-061-3/+4
* Core/Utils: Migrate further to Utils::Idhjk2020-07-0620-63/+62
* Cpp: Fix leaks in ClangCodeModel testsChristian Kandeler2020-06-191-1/+1
* CppTools: Also look up definitions for variablesChristian Kandeler2020-06-183-17/+142
* All: Use Utils::SkipEmptyPartshjk2020-06-173-7/+9
* Fix plugin unit tests when using projectsChristian Stenger2020-06-172-4/+9
* Fix Qt 5.15 deprecation warnings for QString::SkipEmptyPartsChristian Kandeler2020-06-161-1/+2
* CppTool: Avoid a use of QStringRefhjk2020-06-163-3/+3