aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Also check value in SSE dumper autotesthjk2016-08-231-2/+3
* Debugger: Use shorter QList in automatic dumper testhjk2016-08-231-3/+3
* Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-08-222-2/+0
|\
| * Squish: Remove unused declaration of global variableRobert Loehning2016-08-172-2/+0
* | UnitTest: Break the dependency to LLVMMarco Bubke2016-08-226-35/+61
* | Utils: Fix unittestMarco Bubke2016-08-221-1/+1
* | Clang: Remove unused argumentsNikolai Kosjar2016-08-221-3/+1
* | C++: Support pretty printing of template enclosing scopeOrgad Shaneh2016-08-191-0/+26
* | Clang: Fix CodeCompletionsExtractor test crashMarco Bubke2016-08-181-1/+1
* | Timeline: fix autotestUlf Hermann2016-08-181-1/+1
* | Squish: Fix triggering "Recent ..." menu itemsChristian Stenger2016-08-172-3/+22
* | Squish: Fix object propertiesChristian Stenger2016-08-161-1/+1
* | Merge remote-tracking branch 'origin/4.1'Eike Ziller2016-08-156-17/+22
|\|
| * Squish: Update suite_QMLSRobert Loehning2016-08-124-10/+10
| * Squish: Update testdata for tst_simple_analyzeRobert Loehning2016-08-121-6/+11
| * Squish: Update tst_SCOM02Robert Loehning2016-08-121-1/+1
* | Timeline: Unify TimelineModel's emptyChanged and labelsChanged signalsUlf Hermann2016-08-152-2/+2
* | Revert required C++ version to 11Orgad Shaneh2016-08-151-1/+1
* | Tests: Do not use deprecated Qt algorithmsOrgad Shaneh2016-08-152-6/+6
* | Squish: Adapt to changed Projects viewChristian Stenger2016-08-125-31/+26
* | Remove all QT_VERSION_CHECKOrgad Shaneh2016-08-121-7/+3
* | Squish: Fix object propertiesChristian Stenger2016-08-121-1/+1
* | Timeline: Remove TimelineModel ctor with private objectUlf Hermann2016-08-111-7/+1
* | Algorithm: Allow sorting container of pointers with member (function)Eike Ziller2016-08-091-0/+10
* | Utils: Introduce sort variants for member and member functionOrgad Shaneh2016-08-091-0/+27
* | Clang: Smallstring should not depend on std::ostreamMarco Bubke2016-08-081-2/+2
* | Clang: Test for file path RequestSourceLocationsForRenamingMessageMarco Bubke2016-08-081-2/+7
* | Clang: Fix template renamingMarco Bubke2016-08-082-3/+70
* | Clang: Use std::replace instead of std::transformMarco Bubke2016-08-081-3/+1
* | Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-08-0511-15/+12
|\|
| * Tests: Remove Utils dependency in algorithm testOrgad Shaneh2016-08-042-2/+1
| * Tests: Fix missing reference to algorithm testChristian Stenger2016-08-041-0/+1
| * Squish: Stabilize test for removal of break pointsChristian Stenger2016-08-031-0/+1
| * adjust to changed QMakeParser APIOswald Buddenhagen2016-08-031-5/+5
| * enable c++11 really globallyOswald Buddenhagen2016-08-025-7/+3
| * Squish: Stabilize tst_simple_analyzeRobert Loehning2016-08-011-1/+1
* | Clang: Add clang refactoringMarco Bubke2016-08-0421-24/+1081
* | TreeModel: Move some base TreeItem code out-of-linehjk2016-08-032-4/+4
* | Utils: Add std::string conversion constructor and operator to small stringMarco Bubke2016-08-021-0/+9
* | Utils: Add iterator constructors to small stringMarco Bubke2016-08-021-0/+27
* | Utils: Fix smallstringMarco Bubke2016-08-021-1/+1
* | Merge remote-tracking branch 'origin/4.1'Orgad Shaneh2016-07-2921-87/+210
|\|
| * QmlDesigner: Adding testproject for directory importsThomas Hartmann2016-07-293-0/+92
| * Merge remote-tracking branch 'origin/4.0' into 4.1Oswald Buddenhagen2016-07-271-0/+2
| |\
| | * [test] Use command line in proparserBrett Stottlemyer2016-07-111-0/+2
| * | Squish: Replace Qt 5.2.1 kit with Qt 5.6.1Robert Loehning2016-07-2713-75/+82
| * | Squish: Use shadow builds in tst_debug_empty_mainRobert Loehning2016-07-271-6/+13
| * | Squish: Use shadow builds in tst_simple_analyzeRobert Loehning2016-07-261-3/+10
| * | Squish: Use shadow builds in tst_simple_debugRobert Loehning2016-07-252-3/+11
* | | Clang: Process distinct documents concurrentlyNikolai Kosjar2016-07-2823-563/+1699