summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools
Commit message (Expand)AuthorAgeFilesLines
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-135-6/+6
* Don't remove __cplusplusMarco Bubke2018-10-102-6/+26
* CppTools: Inline ToolChainEvaluatorNikolai Kosjar2018-10-091-86/+40
* CppTools: Remove enum duplicationNikolai Kosjar2018-10-092-5/+4
* CppTools: Fix clang warnings about old-style castsChristian Kandeler2018-10-081-6/+8
* CppTools/ProjectExplorer: Remove enum duplicationNikolai Kosjar2018-10-0811-108/+68
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-087-52/+50
* CompilerOptionsBuilder unit-testsIvan Donchevskii2018-10-042-28/+31
* CppTools: Apply SkipBuiltIn also to toolchain definesOrgad Shaneh2018-09-252-11/+15
* Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-09-211-0/+3
|\
| * Merge remote-tracking branch 'origin/4.7' into 4.8Eike Ziller2018-09-211-0/+3
| |\
| | * CppTools: Fix crash on smart selection change with lambdaNikolai Kosjar2018-09-201-0/+3
| | * Clang: Fix the include paths order for libclangIvan Donchevskii2018-08-081-1/+1
* | | Clang/CppTools: Replace Q_DECL_NOEXCEPT with noexceptOrgad Shaneh2018-09-202-2/+2
* | | Plugins: Add compilation database pluginIvan Donchevskii2018-09-194-0/+30
|/ /
* | CppTools: Fix missing overrideEike Ziller2018-09-181-1/+1
* | Clang: Use built-in paths knowledge to better place clang include pathIvan Donchevskii2018-09-182-90/+84
* | Clang: Skip built-in includes when exporting the compilation databaseIvan Donchevskii2018-09-172-1/+13
* | ProjectExplorer: Rename compiler includes from System to BuiltInIvan Donchevskii2018-09-176-21/+29
* | Clang: Do not use -isystem in ClangCodeModelIvan Donchevskii2018-09-171-1/+3
* | ProjectExplorer: Remove HeaderPath::isFrameworkPathTobias Hunger2018-09-132-3/+3
* | ProjectExplorer: Consistently use HeaderPathsTobias Hunger2018-09-131-1/+1
* | ProjectExplorer: Remove HeaderPath::isValid and related codeTobias Hunger2018-09-132-3/+1
* | ProjectExplorer: Rename IncludePathType to HeaderPathTypeTobias Hunger2018-09-139-38/+38
* | Clang: Add refactoring project updaterMarco Bubke2018-09-123-2/+45
* | Clang: Use clang-format for indentationIvan Donchevskii2018-09-124-3/+17
* | CppToolsPlugin: Simplify setup codehjk2018-09-101-2/+1
* | Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-1025-213/+118
* | CppTools: Do not auto-trigger completion after '{' and '(' in the new lineIvan Donchevskii2018-09-031-1/+4
* | Clang: Fix completion after '{'Ivan Donchevskii2018-08-301-0/+21
* | Clang: Do not add -undef to ClangCodeModel arguments with clang-clIvan Donchevskii2018-08-281-1/+3
* | Clang: Fix include paths orderIvan Donchevskii2018-08-272-7/+124
* | Clang: Fix excluded Clang path regular expressionIvan Donchevskii2018-08-241-1/+1
* | Add optional system include to compiler option builderMarco Bubke2018-08-142-9/+23
* | Clang: Add button to generate compile_commands.jsonIvan Donchevskii2018-08-132-66/+76
* | Clang: Provide include directory only for libclangIvan Donchevskii2018-08-082-35/+2
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-071-0/+1
|\ \ | |/
| * TextEditor: fix crash while request follow symbol and typing on macDavid Schulz2018-08-061-0/+1
* | Utils: move code model icons to utilsDavid Schulz2018-08-061-1/+1
* | Clang: Move clang paths helper functions to Core pluginIvan Donchevskii2018-08-062-37/+10
* | Prefer using 'override' instead of 'virtual'Alessandro Portale2018-07-117-59/+59
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-07-054-30/+44
|\ \ | |/
| * CppTools: Fix getting locator filters from the object poolIvan Donchevskii2018-06-283-4/+43
| * Clang: Avoid using -isystem include pathsNikolai Kosjar2018-06-271-26/+1
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-06-254-12/+117
|\ \ | |/
| * Clang: Remove redundant checkIvan Donchevskii2018-06-201-4/+0
| * Fix that D source files should not open in C++ editorEike Ziller2018-06-201-0/+7
| * Clang: Add default diagnostic configuration for ClazyIvan Donchevskii2018-06-201-14/+46
| * Clang: Add default configurations with Clang-Tidy checksIvan Donchevskii2018-06-202-8/+78
* | Remove unneeded checks for validity of mime typesEike Ziller2018-06-251-2/+0