aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CppTools: Fix updating pending queue in CppLocatorDataNikolai Kosjar2019-07-161-5/+7
* ProjectExplorer: Auto-detect GNU toolchains provided by AtmelStudio v7Denis Shienkov2019-07-161-0/+28
* FileSystemFilter: Simplify directory handlingAndre Hartmann2019-07-161-5/+3
* Utils: Remove NameValueDictionary::expandVariables()Christian Kandeler2019-07-152-84/+0
* ProjectExplorer: Auto-detect installed GNU tools for AVR on WindowsDenis Shienkov2019-07-151-2/+53
* ProjectExplorer: Add additional GCC name filtersDenis Shienkov2019-07-151-0/+2
* Utils: Add path search function to environmentDavid Schulz2019-07-152-0/+42
* ProjectExplorer: Fix ABI unit testsChristian Kandeler2019-07-151-2/+2
* GenericProposalModel: Modernize and cleanupAndre Hartmann2019-07-141-6/+5
* GenericProposalWidget: Fix typoAndre Hartmann2019-07-141-1/+1
* FuzzyMatcher: Handle digits as camel humpAndre Hartmann2019-07-131-1/+1
* ProjectExplorer: Add lld output parserChristian Kandeler2019-07-128-1/+249
* Merge remote-tracking branch 'origin/4.10'Tim Jenssen2019-07-1279-6326/+8799
|\
| * CppTools: Allow enabling debugging of locator filter tests by environmentNikolai Kosjar2019-07-111-1/+1
| * AutoTest: Avoid unclosable progress bar widgetChristian Stenger2019-07-111-2/+5
| * QmlJSEditor: Remove registration of json filesChristian Stenger2019-07-111-1/+0
| * ClangPchManager: Fix path for excluded include filesMarco Bubke2019-07-114-18/+8
| * ClangPchManager: Protect fetchPchSourcesMarco Bubke2019-07-111-1/+12
| * Sqlite: Handle cases that the database is busyMarco Bubke2019-07-111-10/+18
| * ClangRefactoring: Test for non existing clientMarco Bubke2019-07-111-1/+2
| * ClangRefactoring: Make the indexer more robustMarco Bubke2019-07-111-23/+35
| * ClangRefactoring: Add WAL checkpoint at the end of the symbol storageMarco Bubke2019-07-111-0/+1
| * Sqlite: Use newest versionMarco Bubke2019-07-113-6002/+8413
| * ClangTools: Fix showing diagnostics outside the project root dirNikolai Kosjar2019-07-107-20/+15
| * Clang: Fix adding snippets after opening braceNikolai Kosjar2019-07-101-0/+1
| * ClangTools: Sanitize ClangToolsUnitTestsNikolai Kosjar2019-07-102-39/+58
| * Clang: Fix use-after-freeNikolai Kosjar2019-07-095-8/+14
| * QmlDesigner: Fix potential crashesThomas Hartmann2019-07-092-3/+10
| * RemoteLinux: Limit the number of concurrent stat callsChristian Kandeler2019-07-092-31/+47
| * Clang: Fix tidy checksNikolai Kosjar2019-07-091-11/+26
| * CMake: Fix buildOrgad Shaneh2019-07-083-7/+1
| * QmlDebug: Destroy connection before signaling failure or retryingUlf Hermann2019-07-081-1/+2
| * Update qbs submoduleChristian Kandeler2019-07-051-0/+0
| * Cmake: Fix deprecation warninghjk2019-07-052-3/+3
| * RemoteLinux: Add missing check for stat failureChristian Kandeler2019-07-052-6/+7
| * QmlJS: Avoid deprecation warningshjk2019-07-051-6/+6
| * Remove more deprecation warningshjk2019-07-059-15/+21
| * Clang: Remove unused memberNikolai Kosjar2019-07-052-2/+0
| * Unify disabling build of llvm related plugins or test on WindowsChristian Stenger2019-07-053-22/+24
| * CppTools: Avoid some deprecation warningshjk2019-07-051-4/+4
| * Autotest: Avoid a deprecation warninghjk2019-07-051-1/+1
| * Todo: Avoid deprecation warningshjk2019-07-051-2/+2
| * ProjectExplorer: Remove one deprecated use of QTimehjk2019-07-051-2/+2
| * ClangCodeModel: Avoid warnings on deprecated use of QTimehjk2019-07-051-4/+4
| * ClangRefactor: Avoid warningshjk2019-07-051-14/+0
| * Debugger: Robustify QmlInspectorAgent::onResulthjk2019-07-051-1/+2
| * Avoid more deprecation warningshjk2019-07-058-12/+13
| * Utils: Move reuse.h out of sighthjk2019-07-057-65/+30
| * CrashHandler: Allow enabling per executableNikolai Kosjar2019-07-051-1/+8
| * Utils: Fix a case fall through warninghjk2019-07-041-0/+1