aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools
Commit message (Expand)AuthorAgeFilesLines
* CppTools: "CLANG-UPGRADE-CHECK: Update known language features macros."Alessandro Portale2020-11-181-0/+1
* CppTools: "CLANG-UPGRADE-CHECK: Checks/update URLs."Alessandro Portale2020-11-181-1/+1
* Fix warnings about possible detach of temporary objectsJarek Kobus2020-11-161-1/+1
* Remove QStringRef leftoversJarek Kobus2020-11-162-2/+0
* Use typed syntax in calls to QMetaObject::invokeMethodJarek Kobus2020-11-161-1/+2
* CppEditor: Improve "definition from declaration" for templatesChristian Kandeler2020-11-131-0/+11
* Remove unneeded includesJarek Kobus2020-11-124-2/+3
* Fix CppProjectUpdater cancelAndWaitForFinishedEike Ziller2020-11-1111-84/+62
* Fix build against Qt6 with GCC 7 / LinuxEike Ziller2020-11-101-0/+2
* Make CppProjectUdpater a final classJarek Kobus2020-11-091-1/+1
* Fix a build with Qt 6Jarek Kobus2020-11-051-1/+0
* CPlusPlus: Differentiate declarations with an initializerChristian Kandeler2020-11-041-0/+1
* Fix more compilation issues with Qt6Eike Ziller2020-11-041-0/+1
* Fix build with newest Qt6Eike Ziller2020-10-302-2/+1
* Qbs: Fix linking tests when building release with testsChristian Stenger2020-10-281-2/+10
* ClangTools: Do not include our wrapped Qt headersChristian Kandeler2020-10-282-2/+3
* Fix build with Qt6Eike Ziller2020-10-261-0/+1
* CppEditor: Fix some "convert to camel case" edge casesChristian Kandeler2020-10-202-2/+2
* CppTools: Fix test on WindowsChristian Kandeler2020-10-131-6/+6
* 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