aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest
Commit message (Expand)AuthorAgeFilesLines
* Remove nested margins in project panel wigetsAlessandro Portale2021-12-021-0/+2
* AutoTest: Move benchmark icon to UtilsChristian Stenger2021-11-234-3/+1
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-11-151-15/+3
|\
| * Autotest: Simplify ITestConfiguration::executableFilePath()hjk2021-11-121-15/+3
* | Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-11-111-0/+2
|\|
| * AutoTest: Set gtest_catch_exceptions=0 during debug runsJonas Singe2021-11-081-0/+2
* | Remove unneeded includes of ApplicationLauncherJarek Kobus2021-11-101-0/+1
|/
* AutoTest: Improve handling of pch usageChristian Stenger2021-09-241-4/+19
* AutoTest: Support some ctest settingsChristian Stenger2021-09-2110-11/+293
* Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-151-1/+1
|\
| * AutoTest: Silence soft assertChristian Stenger2021-09-151-1/+1
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-131-1/+9
|\|
| * AutoTest: Fix test tools handling for project settingsChristian Stenger2021-09-071-1/+9
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-09-074-9/+14
|\|
| * AutoTest: Fix synchronizing test toolsChristian Stenger2021-09-031-5/+3
| * AutoTest: Silence deprecation warningChristian Stenger2021-09-032-2/+6
| * AutoTest: Fix getting more output from ctest on WindowsChristian Stenger2021-09-031-3/+5
| * AutoTest: Do not unnecessarily update QmlJS code modelChristian Stenger2021-09-021-0/+1
* | Merge CppTools into CppEditorChristian Kandeler2021-09-0125-94/+94
* | Pass QFutureInterface by referenceJarek Kobus2021-08-3011-14/+14
* | CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-2710-16/+19
* | Use more FileUtils based file dialogshjk2021-08-191-5/+5
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-183-2/+18
|\|
| * AutoTest: Handle resizing appropriateChristian Stenger2021-08-183-0/+13
| * AutoTest: Take indentation of sub items into accountChristian Stenger2021-08-181-2/+5
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-182-2/+2
|\|
| * AutoTest: Fix gathering failed Qt based testsChristian Stenger2021-08-172-2/+2
* | Replace some uses of HostOsInfo::withExecutableSuffix with FilePathhjk2021-08-171-1/+1
* | Autotest: Remove unused TestConfiguration::setExecutableFilehjk2021-08-172-14/+8
* | ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-139-28/+27
* | CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-134-16/+15
* | Merge remote-tracking branch 'origin/5.0'Eike Ziller2021-08-111-0/+2
|\|
| * AutoTest: Prevent potential nullptr accessChristian Stenger2021-08-061-0/+2
* | AutoTest: Add ability to limit test descriptionPetar Perisin2021-08-106-21/+106
* | Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-065-8/+7
* | Replace uses of deprecated QWARN macro with qWarningTor Arne Vestbø2021-08-031-1/+1
* | Autotest: Add more "without deployment" actionsPetar Perisin2021-08-024-27/+95
|/
* AutoTest: Ensure we construct a file pathChristian Stenger2021-07-151-1/+1
* AutoTest: Fix constructing of source file pathChristian Stenger2021-07-142-9/+7
* AutoTest: Fix displaying description for XML outputChristian Stenger2021-07-091-0/+2
* AutoTest: Fix location information of data tagsChristian Stenger2021-07-091-2/+1
* Avoid size_t to (u)int warnings with auto, where it is possibleTim Jenssen2021-07-071-1/+1
* AutoTest: Guard simultaneous access to header cacheEike Ziller2021-07-071-0/+3
* Replace two bool flags with one enumJarek Kobus2021-07-022-27/+29
* AutoTest: Fix environment for ctest executionChristian Stenger2021-07-021-6/+11
* AutoTest: Handle test crashes inside ctest appropriateChristian Stenger2021-07-022-0/+12
* Simplify the assert conditionJarek Kobus2021-07-011-3/+3
* AutoTest: Turn pointer into valueBernhard Beschow2021-06-251-3/+1
* Fix some warnings about unused lambda capturesChristian Kandeler2021-06-241-2/+2
* Add a test for a crash in ModelManagerInterfaceJarek Kobus2021-06-223-3/+16