aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppfunctiondecldeflink.cpp
Commit message (Expand)AuthorAgeFilesLines
* FunctionDeclDefLinkFinder: Ensure the old futures are synchronizedJarek Kobus2024-02-231-2/+7
* FunctionDeclDefLinkFinder: Don't delete the watcher from its signal handlerJarek Kobus2024-02-231-6/+5
* CppEditor: Do not access document manager when gathering local symbolsChristian Kandeler2024-02-201-1/+1
* LookupContext: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-061-2/+2
* FunctionDeclDefLinkFinder: Replace QSharedPointer with std::shared_ptrJarek Kobus2024-02-051-6/+6
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2024-01-191-0/+2
|\
| * CppEditor: Do not look for unnamed function parameters in commentsChristian Kandeler2024-01-181-0/+2
* | TextEditor: Make RefactoringChanges::file() virtualChristian Kandeler2023-11-171-2/+2
|/
* CppEditor: Consider parameter comments in "apply changes to decl/def"Christian Kandeler2023-09-041-0/+38
* TextEditor: optimize setting refactor markersDavid Schulz2023-06-131-5/+3
* Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}Jarek Kobus2023-05-031-1/+1
* CppEditor: Use QtConcurrent invocation for async runJarek Kobus2023-03-091-2/+2
* CppEditor: Convert to Tr::trAlessandro Portale2023-01-121-3/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* CppEditor: FilePathify some of the refactoring operationshjk2022-12-161-4/+1
* CppEditor: Proliferate FilePath usehjk2022-11-241-1/+1
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-2/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* CPlusPlus: Inline more simple Type related functionshjk2022-06-281-1/+1
* CppEditor: Remove foreach / Q_FOREACH usage part 2Artem Sokolovskii2022-05-091-1/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-8/+7
* TextEditor: filepathify RefactoringChangesDavid Schulz2021-06-081-3/+5
* CppEditor: Do not omit template typesChristian Kandeler2020-11-051-0/+1
* CppEditor: Do not omit the function return typeChristian Kandeler2020-08-101-0/+1
* CPlusPlus: Do not ignore namespacesChristian Kandeler2020-07-201-2/+2
* CppEditor:CppTools: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-131-5/+5
* CppEditor: Fix operator refactoringChristian Kandeler2020-06-101-1/+24
* C++: fix built-in code model to work with shared_ptr on MSVC 2017Volodymyr Zibarov2020-05-291-0/+1
* CppEditor: Detect changes in a function's exception specificationChristian Kandeler2020-05-281-0/+24
* CppEditor: SimplifyNikolai Kosjar2019-11-011-3/+1
* Compile fix with recent Qt devhjk2019-07-291-3/+2
* CppEditor: ModernizeNikolai Kosjar2019-02-081-21/+19
* TextEditor: Use callback in refactoring markersDavid Schulz2019-01-251-13/+10
* CppEditor: split CppEditor and CppEditorWidgetIvan Donchevskii2017-09-121-1/+1
* CppEditor: Fix uninitialized value warningsNikolai Kosjar2017-06-011-11/+0
* QRegExp include cleanupSamuel Gaist2017-03-131-0/+1
* CppEditor: Use Qt5-style connectsOrgad Shaneh2016-05-301-1/+1
* CppTools/Editor: Use Utils::runAsyncEike Ziller2016-02-151-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* C++: Revert lookup to 3.4.2Nikolai Kosjar2015-11-191-2/+2
* C++: Rename ClassOrNamespace -> LookupScopeOrgad Shaneh2015-04-201-2/+2
* Clean exported headers of the CppTools plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Utils: Start simplification of tooltip handlinghjk2014-12-081-2/+1
|/
* CppEditor: Remove invalid QTC_ASSERTs in signature synchronizerNikolai Kosjar2014-11-051-2/+4
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | CppEditor: Denoise cppfunctiondecldeflink.cpphjk2014-09-091-26/+28