aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Do not count not matching test as failedhjk2018-09-181-6/+6
* ProjectExplorer: Rename compiler includes from System to BuiltInIvan Donchevskii2018-09-171-2/+2
* Debugger: Use new CheckSet infrastructure in AnonymousStruct testhjk2018-09-171-20/+16
* Tests: Fix buildOrgad Shaneh2018-09-141-1/+1
* Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-09-147-0/+7
|\
| * Squish: Wait for a clean shutdown when restarting QCChristian Stenger2018-09-077-0/+7
* | ProjectExplorer: Rename IncludePathType to HeaderPathTypeTobias Hunger2018-09-131-3/+3
* | Highlighting: Add highlighting style for punctuationIvan Donchevskii2018-09-133-66/+68
* | Clang: Add generated files support for pch managerMarco Bubke2018-09-125-22/+82
* | Clang: Add refactoring project updaterMarco Bubke2018-09-124-2/+179
* | ClangRefactoring: Fix project part idMarco Bubke2018-09-121-4/+7
* | Clang: Cleanup symbol indexerMarco Bubke2018-09-123-17/+56
* | QmlJS: Fix reformatter testUlf Hermann2018-09-122-2/+1
* | QmlJSEditor: Remove disabled qmllookup testUlf Hermann2018-09-118-589/+0
* | QmlJS: Fix and enable remaining pieces of importscheck testUlf Hermann2018-09-111-7/+6
* | QmlJS: Fix case-fallthrough.qml testUlf Hermann2018-09-111-1/+1
* | Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-101-5/+5
* | Merge "Merge remote-tracking branch 'origin/4.7'"Eike Ziller2018-09-0772-117/+98
|\ \
| * | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-09-0772-117/+98
| |\|
| | * Squish: Stabilize tst_CSUP06Robert Loehning2018-09-071-0/+1
| | * Squish: Refactor starting Qt Creator from SquishChristian Stenger2018-09-0571-112/+91
| | * Tracing: Adapt aggregator test to new ctor signatureUlf Hermann2018-08-311-1/+2
| | * Squish: Fix checking for plugin loader issuesChristian Stenger2018-08-301-4/+4
* | | Dumper: Tests: Fix handling of skipped single testsChristian Stenger2018-09-071-1/+1
|/ /
* | Debugger: Make inheritance dumper test pass againhjk2018-09-071-12/+12
* | Debugger: Make enum class dumper test pass again for gdbhjk2018-09-061-5/+5
* | Debugger: Make std::unordered_set test pass againhjk2018-09-061-44/+101
* | Clang: Improve generated files handlingMarco Bubke2018-09-0610-114/+153
* | Utils: Fix small stringMarco Bubke2018-09-031-0/+18
* | ClangRefactoring: Remove unused codeMarco Bubke2018-09-034-200/+55
* | Clang: Introduce parallel indexingMarco Bubke2018-09-0313-77/+350
* | ClangRefactoring: Process tasks after a task has been finishedMarco Bubke2018-09-033-3/+56
* | Introduce a basic client for the language server protocolDavid Schulz2018-09-035-2/+670
* | Tests: Fix compile after referred file has movedChristian Stenger2018-08-313-5/+5
* | Clang: Fix completion after '{'Ivan Donchevskii2018-08-301-0/+7
* | Debugger: Replace module polling in gdb by handling notificationshjk2018-08-301-0/+1
* | Merge remote-tracking branch 'origin/4.7'Eike Ziller2018-08-303-6/+5
|\|
| * qbs build: Fix highlighter engine autotestChristian Kandeler2018-08-281-1/+0
| * Fix painting of current line in generic and python editorsEike Ziller2018-08-242-1/+2
| * Squish: Remove remaining mentions of Squish hookingRobert Loehning2018-08-231-2/+1
| * Squish: Update URLs to sources of Qt 4.8.7Robert Loehning2018-08-221-2/+2
* | ClangRefactoring: Add SymbolIndexerTaskSchedulerMarco Bubke2018-08-275-28/+209
* | ClangRefactoring: Add SymbolIndexerTaskQueueMarco Bubke2018-08-274-1/+171
* | ClangRefactoring: Improve symbol parsingMarco Bubke2018-08-278-24/+112
* | Clang: Use only filePathId for comparisonMarco Bubke2018-08-231-8/+8
* | ClangRefactoring: Remove FileCache from SymbolStorageMarco Bubke2018-08-231-2/+1
* | UnitTests: Move printing functions to creator printing fileMarco Bubke2018-08-234-26/+31
* | Clang: Fix local references for operator argumentsIvan Donchevskii2018-08-212-0/+63
* | Clang: Treat brace initialization as constructor completionIvan Donchevskii2018-08-211-0/+21
* | Clang: Don't index already indexed symbolsMarco Bubke2018-08-204-0/+51