aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/unittest-utility-functions.h
Commit message (Collapse)AuthorAgeFilesLines
* QmlProject: Reorganize unittestsBurak Hancerli2023-06-071-23/+0
| | | | | | | Task-number: QDS-9946 Change-Id: Ib165340d13e40c6e8fba08a828ceecb312dd5dde Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Marco Bubke <marco.bubke@qt.io>
* QmlDesigner: Add module scannerMarco Bubke2023-04-191-3/+2
| | | | | | | | | | | For performance reason we want to get the qml modules directly from the file system. When the project storage is finished we can get the modules from there. Task-number: QDS-9542 Change-Id: I26d4b028fbf5ebc541fcd8e34d285ded1fb14935 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
| | | | | | | | | | | | | | | Since we also license under GPL-3.0 WITH Qt-GPL-exception-1.0, this applies only to a hypothetical newer version of GPL, that doesn't exist yet. If such a version emerges, we can still decide to relicense... While at it, replace (deprecated) GPL-3.0 with more explicit GPL-3.0-only Change was done by running find . -type f -exec perl -pi -e "s/LicenseRef-Qt-Commercial OR GPL-3.0\+ OR GPL-3.0 WITH Qt-GPL-exception-1.0/LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0/g" {} \; Change-Id: I5097e6ce8d10233993ee30d7e25120e2659eb10b Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
| | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Task-number: QTBUG-67283 Change-Id: I708fd1f9f2b73d60f57cc3568646929117825813 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Remove clangsupport libraryChristian Kandeler2022-05-091-9/+0
| | | | | | Change-Id: I18455fc451b6e1b73c7183f6c75820379e26951a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: David Schulz <david.schulz@qt.io>
* Clang: Fix system pre include search pathMarco Bubke2019-04-291-1/+11
| | | | | | | | We now get the resource path from creator. The -fPIC case is working now too. Change-Id: Id191e89e6d46706748d50440038a06a349972cc9 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* ClangPchManager: Introduce PchTasksMergerMarco Bubke2018-12-101-2/+2
| | | | | | | | | So far no merging is happening but we will add it after the rest of the pipeline is in shape. Task-number: QTCREATORBUG-21381 Change-Id: I610c243eabcb305843ad6339fdc636b0c3966fc1 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* Clang: Add refactoring project updaterMarco Bubke2018-09-121-0/+6
| | | | | | | | The project parts are now first used by the pch manager and then notified by the pch manager to the refactoring plugin. Change-Id: I88074d8891cd0de9721497bbafee0deffc0b6339 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
* UnitTests: Add utility functions for testMarco Bubke2017-10-211-0/+39
Having a global temporaryDirPath makes changes much easier. Change-Id: Iec92bba7b7eca5b0e893ebee9f457734deba8cc8 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>