aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QmlDesigner & friends: Fix various new warningsv4.14.0-beta2Christian Kandeler2020-11-181-8/+10
* CppTools: "CLANG-UPGRADE-CHECK: Update known language features macros."Alessandro Portale2020-11-181-0/+1
* ClangSupport: Remove unused circular includesLeander Schulten2020-11-181-0/+1
* Fix CppProjectUpdater cancelAndWaitForFinishedEike Ziller2020-11-111-1/+1
* UnitTests: Fix double deletionMarco Bubke2020-11-101-2/+2
* QmlDesigner: Add states to ImageCacheMarco Bubke2020-11-104-57/+124
* UnitTests: Setup an environment for every test runMarco Bubke2020-11-101-4/+17
* QmlDesigner: Improving SessionChangeSetsMarco Bubke2020-11-103-24/+25
* QmlDesigner: Add waitForFinished to ImageCacheMarco Bubke2020-11-103-0/+43
* CPlusPlus: Fix "find usages" categorization for sizeof and array accessChristian Kandeler2020-11-091-3/+29
* CPlusPlus: Provide information about the "static" specifierChristian Kandeler2020-11-091-1/+0
* CPlusPlus: Check for static member functions in FindUsagesChristian Kandeler2020-11-091-3/+10
* Tests: Fix linking of test projectChristian Stenger2020-11-061-1/+1
* CPlusPlus: Correctly categorize post-increment and -decrement accessesChristian Kandeler2020-11-041-2/+8
* CPlusPlus: Differentiate declarations with an initializerChristian Kandeler2020-11-041-13/+13
* CPlusPlus: Properly categorize usages in if statementsChristian Kandeler2020-11-041-3/+9
* Sqlite: Add change set iteratorMarco Bubke2020-11-033-9/+393
* CPlusPlus: Properly categorize usages in switch and case statementsChristian Kandeler2020-11-021-3/+18
* Debugger: Fix some instructions in manual testshjk2020-11-021-4/+10
* QmlDesigner: Fix and cleanup testsThomas Hartmann2020-11-021-12/+17
* Fix building tests with Qt6Eike Ziller2020-10-3010-47/+66
* CppRefactoring: Disable failing testsMarco Bubke2020-10-282-4/+4
* QmlDesigner: Simplify threading in image cache generatorMarco Bubke2020-10-272-18/+24
* clangbackend: Provide highlighting for structured bindingsChristian Kandeler2020-10-272-0/+13
* Debugger: Fix compiler warning in dumper testChristian Kandeler2020-10-231-0/+1
* Make Help mode Squish-testable againRobert Loehning2020-10-222-16/+6
* Debugger: prevent calling functions with gdb on windowsDavid Schulz2020-10-211-12/+12
* CppTools: Categorize the delete operator as a write accessChristian Kandeler2020-10-211-1/+3
* clangbackend: Categorize non-const pointer arguments as output argumentsChristian Kandeler2020-10-212-8/+8
* Merge remote-tracking branch 'origin/4.13' into 4.14Eike Ziller2020-10-211-1/+1
|\
| * Squish: Update tst_codepastingRobert Loehning2020-10-201-1/+1
* | CMake Build: Allow building unittests when targets are missingCristian Adam2020-10-201-14/+13
* | CMake Build: Make sure testplugin target exists before setting propertyCristian Adam2020-10-201-1/+3
* | Tests: Fix compile and codeChristian Stenger2020-10-202-7/+8
* | Unittest: Fix qbs buildChristian Kandeler2020-10-191-13/+0
* | QmlDesigner: Add image cacheMarco Bubke2020-10-1626-39/+1725
* | clangbackend: Fix crashChristian Kandeler2020-10-092-0/+68
* | Debugger: fix various dumper tests for mingwDavid Schulz2020-10-081-16/+38
* | Merge remote-tracking branch 'origin/4.14' into masterEike Ziller2020-10-083-17/+13
|\ \
| * | Unit test: Fix qbs buildChristian Kandeler2020-10-071-3/+5
| * | Squish: Update __getSupportedPlatforms__()Robert Loehning2020-10-071-1/+1
| * | Tests: Ensure valid project fileChristian Stenger2020-10-071-1/+1
| * | Debugger: set utf8_source qmake config value for cdbDavid Schulz2020-10-071-6/+5
| * | Debugger: Simplify QString dumper testhjk2020-10-071-6/+1
* | | Autotools: Also read _HEADERS variablehjk2020-10-081-1/+1
|/ /
* | Merge remote-tracking branch 'origin/4.14' into masterEike Ziller2020-10-066-0/+166
|\ \
| * | Debugger: Fix parsing of octal-encoded gdb escapeshjk2020-10-066-0/+166
* | | Tests: Fix QJson dumper testChristian Stenger2020-10-051-2/+2
* | | Tests: Fix boost pro file additionsChristian Stenger2020-10-051-0/+1
|/ /
* | Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-10-053-3/+145
|\|