aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cpptoolsplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-533/+0
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-2/+2
* CppTools: Use test objects to group related test functionsChristian Kandeler2021-08-261-1/+46
* Utils: Rename FilePath::normalizePathName to normalizedPathNamehjk2021-08-231-1/+1
* CppTools: Some code cosmeticshjk2021-08-201-28/+28
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-3/+3
* Clangd: Add per-project settingsChristian Kandeler2021-06-301-0/+9
* CppTools: Add dedicated settings and settings page for clangdChristian Kandeler2021-06-281-0/+4
* Utils: Change signature of MacroExpander::registerFileVariableshjk2021-06-031-1/+1
* "New Class" wizard: Check custom base class for QObject parentChristian Kandeler2021-01-251-3/+1
* Don't access static functions/fields via instanceAlessandro Portale2020-11-191-1/+1
* CppTools: Consider .cu filesChristian Kandeler2020-10-021-6/+7
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+1
* CppTools: Fix crash when loading pre 4.11 settingsEike Ziller2020-05-061-4/+4
* CppTools: Make CppCodeStyleSettingsPage a plugin pimpl memberhjk2020-02-061-4/+1
* CppTools: Use a plugin pimpl data member for CppToolsSettingshjk2020-02-061-2/+1
* CppTools: Use a normal plugin pimpl member for CppModelManagerhjk2020-02-061-1/+1
* CppTools: Use a normal plugin pimpl member for StringTablehjk2020-02-061-2/+1
* CppTools: Move CppFilesSettingsPage closer to new setuphjk2020-02-051-13/+16
* CppTools: Use unshared object for CppCodeModelSettingshjk2020-02-041-8/+5
* GenericProject: Make dependency on CppTools optionalEike Ziller2019-09-131-7/+12
* Utils: Rename FileName to FilePathhjk2019-05-281-3/+3
* Export Wizard values to JavaScript macroEike Ziller2019-05-091-1/+1
* Fix quotation marksRobert Loehning2019-03-051-1/+1
* Wizards: Support using #pragma once instead of include guardsFilip Bucek2019-01-231-0/+10
* ClangFormat: Fix crash on exitIvan Donchevskii2018-11-121-2/+3
* CppToolsPlugin: Simplify setup codehjk2018-09-101-2/+1
* CppTools: Apply 'static' pattern to StringTablehjk2018-02-071-11/+8
* CppToolsPlugin: Partially pimpl and remove use of global object poolhjk2018-02-071-22/+38
* CppTools: move locators ownership to ModelManagerIvan Donchevskii2018-01-171-31/+1
* Project: Make Project::files return a FileNameListTobias Hunger2017-12-081-1/+3
* AutoTest: Try harder to find relevant build targetsChristian Stenger2017-09-261-9/+15
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-2/+2
* Utils: Wrap MimeDatabase into static functionshjk2017-03-031-7/+6
* Move mimetype definitions to plugin specsEike Ziller2017-02-271-2/+0
* CppTools: Distinguish between ProjectFile::{unclassified,unsupported}Nikolai Kosjar2017-02-021-1/+1
* CppTools: Classify ambiguous headers depending on other filesNikolai Kosjar2016-12-121-1/+1
* CppTools: Use Qt5-style connectsOrgad Shaneh2016-05-231-2/+2
* Move C++ mime types from cppeditor to cpptoolsTobias Hunger2016-03-151-0/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CppTools: Remove cpptools/cppprojects.[h|cpp]Marco Bubke2016-01-131-0/+1
* CppTools: Add CppToolsBridgeMarco Bubke2016-01-121-0/+4
* CppTools: SwitchHeaderSource file name case sensitivityCristian Adam2015-09-231-5/+10
* Properly delete plugins dependent on failed pluginJarek Kobus2015-06-171-1/+2
* Clang: Use completion through backend processNikolai Kosjar2015-06-101-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
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Use new mime databaseEike Ziller2015-02-171-6/+8
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\