aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner: Fix quick1 testsMarco Bubke2014-07-3012-11/+12
* Squish: Replace Qt 5.0 by Qt 5.3Robert Loehning2014-07-2913-57/+77
* Squish: Revive WELP01 for Squish 5.1.1+Christian Stenger2014-07-284-75/+106
* C++: Tests: Remove plain-cplusplusNikolai Kosjar2014-07-285-663/+0
* CppTools: Auto-include pre-compiled headersNikolai Kosjar2014-07-243-1/+5
* C++: Fix expensive parsing of expressionsNikolai Kosjar2014-07-241-0/+41
* C++: Tests: Run ASTVisitor on parsed documentNikolai Kosjar2014-07-241-0/+8
* ObjC++: also index ObjC symbols.Erik Verbruggen2014-07-241-0/+23
* C++: Support alignas in C++11 mode.Erik Verbruggen2014-07-224-9/+62
* C++: block recursion when parsing subsequent case statements.Erik Verbruggen2014-07-222-0/+100007
* Squish: Revive testing of Welcome modeRobert Loehning2014-07-222-5/+17
* Squish: Provide test for QmlJSConsoleChristian Stenger2014-07-223-1/+187
* Debugger: Improve associative std container displayhjk2014-07-222-9/+60
* Squish: Fix detection of expected debuggers on Linux and MacChristian Stenger2014-07-221-2/+2
* Squish: Update tst_git_cloneRobert Loehning2014-07-181-1/+1
* Squish: Update tst_session_handlingRobert Loehning2014-07-181-2/+2
* qbs build: Get rid of CopyTransformer.Christian Kandeler2014-07-1711-60/+21
* Autotests: Fix qbs build.Christian Kandeler2014-07-166-8/+10
* Tests: Fix linking on WinChristian Stenger2014-07-141-1/+0
* Squish: Make sure the project has been openedChristian Stenger2014-07-101-0/+1
* Squish: Add temporary workaroundChristian Stenger2014-07-101-0/+4
* Squish: Fix expected labelChristian Stenger2014-07-101-1/+1
* C++: Fix return type of lambdaNikolai Kosjar2014-07-101-6/+107
* Fix Qt4 compilationOrgad Shaneh2014-07-061-1/+1
* C++: Fix preprocessor line offsetsNikolai Kosjar2014-07-041-0/+21
* C++: Fix "duplicate data type in declaration" for lambdasNikolai Kosjar2014-07-042-0/+7
* PluginManager: Remove hardcoded list of plugins that cannot be disabledEike Ziller2014-07-042-1/+4
* Squish: Fix expected values in tst_simple_analyzeChristian Stenger2014-07-032-2/+2
* Squish: Remove platform limitation of snooze() callChristian Stenger2014-07-031-2/+1
* Squish: Fix tst_create_proj_wizardChristian Stenger2014-07-021-2/+2
* Squish: Raise timeout to avoid LookupErrorChristian Stenger2014-07-021-1/+1
* Squish: Add workaround to test_QMLS03Christian Stenger2014-07-011-5/+12
* Squish: Disable pastebin.ca for nowChristian Stenger2014-07-011-1/+1
* Squish: Fix expected objectChristian Stenger2014-06-301-1/+1
* Squish: Add expected paths for 64bit debuggers on WinChristian Stenger2014-06-301-1/+5
* Squish: Update getQtInformationForBuildSettings()Robert Loehning2014-06-272-2/+3
* Squish: Update expected values of tst_simple_analyzeRobert Loehning2014-06-274-6/+6
* Sqish: Update tst_git_cloneRobert Loehning2014-06-262-8/+8
* Squish: Update editor testsRobert Loehning2014-06-263-10/+10
* Debugger: Fix display of wchar_t[]hjk2014-06-261-1/+5
* Mark unused fields with Q_UNUSED.Erik Verbruggen2014-06-251-3/+3
* C++: Split designator ASTOrgad Shaneh2014-06-241-1/+15
* C++: Fix parsing designators vs lambdasNikolai Kosjar2014-06-242-1/+29
* Debugger: Remove unused variable in autotestshjk2014-06-191-3/+2
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-06-181-83/+102
|\
| * Debugger: Make dumper work with GDB 7.7hjk2014-06-181-73/+117
* | C: Parser: Support parsing of c99 designated initializersWang Hoi2014-06-178-0/+220
* | Tests: Fix rest of QUrl usages in dumper testsChristian Stenger2014-06-171-4/+8
* | C++11: Fix parsing of expressions like vector<int>{1}.Christian Kamm2014-06-161-0/+1
* | C++: fix 'using' in separate block of scopePrzemyslaw Gorszkowski2014-06-131-0/+45