aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/quick/quicktestparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QStringList instead of QList<QString>Alessandro Portale2025-10-021-1/+1
* AutoTest: Silence warning of file system watcherChristian Stenger2025-05-221-1/+2
* AutoTest: Avoid hard freezeChristian Stenger2025-05-121-0/+19
* AutoTests: Some code cosmeticshjk2025-04-101-1/+1
* AutoTest: Use Utils::FileSystemWatcherhjk2025-03-141-18/+14
* Change RawProjectPart::projectFile to FilePathAndrii Semkiv2024-09-161-1/+1
* Autotest: Replace occurrences of FilePath::toStringAndrii Semkiv2024-09-061-10/+10
* AutoTest: Guard against concurrent accessChristian Stenger2023-09-271-5/+10
* AutoTest: Speed up scanning for testsChristian Stenger2023-09-081-4/+11
* AutoTest: Use new approach for settingsChristian Stenger2023-07-131-2/+1
* AutoTest: Remove unused memberChristian Stenger2023-07-131-1/+1
* AutoTest: Merge settings and tools hierarchies [2/2]hjk2023-07-121-1/+1
* CppEditor: Make a few CppModelManager functions statichjk2023-07-121-5/+6
* AutoTest: Merge settings and tools hierarchies [1/2]hjk2023-07-121-2/+2
* AutoTest: Fix scan for Quick TestsChristian Stenger2023-07-071-1/+2
* AutoTest: Improve QRegularExpression usagesChristian Stenger2023-07-041-1/+1
* AutoTest: Avoid some unneeded fetching of snapshotChristian Stenger2023-07-041-3/+1
* AutoTest: Further optimize TestCodeParser::scanForTests()Jarek Kobus2023-04-251-1/+1
* QmlJS: Use QtConcurrent invocation for async runJarek Kobus2023-03-141-4/+2
* AutoTest: Fix missing includesChristian Stenger2023-03-021-0/+2
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+6
* Autotest: Use QPromise for async callsJarek Kobus2023-02-271-12/+9
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-23/+19
* AutoTest: Use TestResult as value typeJarek Kobus2023-01-271-2/+2
* AutoTest: Add option to disable derived checksMarcus Tillmanns2023-01-231-4/+18
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AutoTest: Pass context object to lambda connectionsJarek Kobus2022-12-081-14/+14
* CPlusPlus: Return FilePaths from Document::includedFilehjk2022-11-251-2/+2
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-6/+7
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Autotest: Save a lookup in quicktestparser.cpphjk2022-08-291-6/+6
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Merge remote-tracking branch 'origin/8.0'hjk2022-08-031-2/+2
|\
| * AutoTest: Do not use reference for file contentChristian Stenger2022-08-021-1/+1
| * AutoTest: Prevent possible crashChristian Stenger2022-08-021-1/+1
* | Autotest: Convert to Tr::trhjk2022-08-011-1/+1
* | qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-13/+22
|/
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-071-0/+1
|\
| * AutoTest: Do not unnecessarily update QmlJS code modelChristian Stenger2021-09-021-0/+1
* | Merge CppTools into CppEditorChristian Kandeler2021-09-011-6/+6
* | Pass QFutureInterface by referenceJarek Kobus2021-08-301-3/+3
* | CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-2/+2
|/
* AutoTest: More filepathificationChristian Stenger2021-06-171-7/+7
* AutoTest: Take precompiled headers into accountChristian Stenger2021-06-071-5/+37
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-16/+16
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* AutoTest: Improve type safety in TestParseResultBernhard Beschow2021-02-041-1/+1
* AutoTest: Use working copy of own parserBernhard Beschow2021-01-221-7/+6
* Merge remote-tracking branch 'origin/4.14'Eike Ziller2020-11-191-4/+3
|\
| * Fix a warning about const signalJarek Kobus2020-11-171-4/+3