summaryrefslogtreecommitdiff
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix qbs build for QML testChristian Kandeler2023-05-021-1/+0
* Examples: Read meta data, which includes categoriesEike Ziller2023-04-131-1/+7
* Add test for examples parsingEike Ziller2023-04-135-0/+172
* Utils: Improve DeviceShell error handlingMarcus Tillmanns2023-03-211-1/+1
* Tests: Enhance offset testChristian Stenger2023-03-061-0/+33
* Debugger: Remove 'UndefinedStaticMember' testhjk2023-03-021-11/+0
* Debugger: add QPointer Dumper tests for inherited classesDavid Schulz2023-03-011-4/+8
* Debugger: fix QJSValue dumper for Qt >= 6.5David Schulz2023-03-011-1/+1
* TaskTree: Don't call storage done handlers from TaskTree's d'torJarek Kobus2023-02-241-5/+19
* Add tests to Utils::wildcardToRegularExpressionEike Ziller2023-02-231-0/+74
* Debugger: disable inheritance dumper tests for LLDBChristian Stenger2023-02-231-5/+5
* Debugger: fix optional and variant dumper test when using qt5 qmakeDavid Schulz2023-02-221-4/+11
* Debugger: improve dumping Qt pointer typesDavid Schulz2023-02-211-4/+17
* Debugger: Fix printing of pointer to multiple inheritence base classDavid Schulz2023-02-211-4/+12
* Utils::Link: Remove 3rd arg from fromString()Jarek Kobus2023-02-161-40/+19
* Utils: Fix fileInfoFlagsfromStatModeMarcus Tillmanns2023-02-161-0/+74
* Debugger: modify dumper for std::variantDavid Schulz2023-02-151-0/+18
* Debugger: test std::optional dumpersDavid Schulz2023-02-151-0/+18
* DumperTest: print total time in debuggerDavid Schulz2023-02-141-0/+10
* Tests: Remove a couple of tr() callsAlessandro Portale2023-02-102-3/+3
* ExtensionSystem: Remove the IPlugin back pointer to pluginspechjk2023-02-101-1/+1
* CPlusPlus: Check maximum include depth in lexerChristian Kandeler2023-02-081-1/+1
* RunExtenstions: Remove StackSizeInBytesJarek Kobus2023-02-071-15/+0
* Utils: Add FilePath::tmpDir and createTempFileMarcus Tillmanns2023-02-071-0/+33
* StringUtils: Add trimFront(), trimBack() and trim() methodsJarek Kobus2023-02-051-0/+31
* StringUtils: Add joinStrings methodJarek Kobus2023-02-031-13/+66
* TaskTree: Add 2 more variants of NestedParallelError testJarek Kobus2023-02-012-8/+86
* TaskTree: Add a test for running empty tree with group handlersJarek Kobus2023-02-011-4/+30
* Merge remote-tracking branch 'origin/master' into 10.0David Schulz2023-02-011-0/+2
|\
| * Cpp: support space ship operator in lexerDavid Schulz2023-01-301-0/+2
* | Merge remote-tracking branch 'origin/master' into 10.0Eike Ziller2023-01-273-0/+739
|\ \ | |/
| * Haskell: Import from superrepohjk2023-01-273-0/+739
* | TaskTree: Add tests for proper continuation unwindingJarek Kobus2023-01-271-2/+203
* | TaskTree: Revamp testsJarek Kobus2023-01-271-485/+556
|/
* tst_qtcprocess: Add testPipeJarek Kobus2023-01-251-0/+55
* CMake build: Remove usages of Qt5_VERSIONEike Ziller2023-01-243-6/+3
* TaskTree: Fix continuation of group with parallel limitJarek Kobus2023-01-241-0/+47
* TaskTree: Merge DynamicSetup with OnGroupSetupJarek Kobus2023-01-231-2/+2
* TaskTree: Remove GroupConfig / GroupActionJarek Kobus2023-01-201-29/+16
* TaskTree: Add more tests for recently added fixesJarek Kobus2023-01-201-10/+79
* TaskTree: Implement dynamic setup for tasksJarek Kobus2023-01-201-0/+24
* Core: Tr::trhjk2023-01-171-2/+2
* Utils: Rename QtcProcess::readAllStandard* to readAllRawStandard*hjk2023-01-102-13/+13
* Qmake: Enhance remote parsinghjk2023-01-101-5/+10
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-06196-196/+196
* Remove GPL-3.0+ from license identifiers, part IIKai Köhne2023-01-067-7/+7
* Utils: Make Utils::withTildeHomePath a FilePath memberhjk2023-01-051-20/+21
* CMake build: Use version-less Qt targetsEike Ziller2023-01-0520-26/+26
* Android: FilePath-ify AVD handling codeAlessandro Portale2023-01-041-6/+6
* Fix that Utils::sorted could modify input containerEike Ziller2023-01-031-0/+101