aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Fix some dumpers with namespaced Qtv4.14.0-rc1hjk2020-12-011-5/+5
* Test: Debugger: Gui: Compile fix for Qt6Robert Loehning2020-12-011-1/+1
* CppTools: Adapt autotestChristian Kandeler2020-12-011-7/+8
* Debugger: Fix dumper test using QVectorDavid Schulz2020-11-261-7/+7
* Debugger: adjust QStringList dumper test for qt6David Schulz2020-11-261-10/+10
* Debugger: Adapt QXmlAttributes dumper to Qt6hjk2020-11-261-1/+2
* Debugger: Adapt QDate{,Time} dumper and test to Qt6hjk2020-11-251-0/+6
* cmake build: Fix issue with tests and CMake < 3.14Eike Ziller2020-11-241-0/+4
* Debugger: Adapt QRegion dumper and test to Qt6hjk2020-11-241-2/+7
* Debygger: Adapt QLazilyAllocated dumper test to Qt 6 changeshjk2020-11-241-1/+2
* Debugger: Adapt QHash dumper for Qt6hjk2020-11-231-7/+12
* cmake: Fix building debug with release libclangChristian Stenger2020-11-231-0/+5
* Fix build with newest Qt 6Eike Ziller2020-11-201-2/+2
* MultiLanguage: Add image generation for excel exportMarco Bubke2020-11-191-0/+1
* Debugger: Make qfloat16 dumper test pass with Qt 6hjk2020-11-191-1/+2
* Debugger: Adapt QMap and QMultiMap dumper to Qt6hjk2020-11-191-47/+86
* 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