aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* AutoTest: Remove dead entitiesChristian Stenger2023-10-301-10/+0
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-2/+2
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Autotest: Use FilePath::searchInDirectoriesMarcus Tillmanns2023-06-221-3/+4
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-3/+3
* TestRunner: Reuse TaskTreeJarek Kobus2023-02-031-7/+3
* Utils: Replace Environment.isValid() with .hasChanges()hjk2023-01-271-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Replace Environment::size() check by some isValid() functionhjk2022-06-031-2/+2
* Autotest: Simplify ITestConfiguration::executableFilePath()hjk2021-11-121-15/+3
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-2/+2
* Replace some uses of HostOsInfo::withExecutableSuffix with FilePathhjk2021-08-171-1/+1
* Autotest: Remove unused TestConfiguration::setExecutableFilehjk2021-08-171-13/+8
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-13/+12
* Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectoryhjk2021-08-061-4/+3
* Autotest: some FilePath::toFileInfo cleanupDavid Schulz2021-06-101-1/+0
* AutoTest: Use Utils::FilePath for files and directoriesChristian Stenger2021-05-271-19/+19
* AutoTest: Introduce TestToolConfigurationChristian Stenger2020-11-161-0/+5
* AutoTest: Introduce ITestConfigurationChristian Stenger2020-11-161-84/+71
* AutoTest: Clean up header messChristian Stenger2020-11-091-0/+1
* AutoTest: Prefer active target over furtherChristian Stenger2020-10-161-2/+5
* AutoTest: Fix possible crashChristian Stenger2020-08-101-1/+2
* AutoTest: Correct completing test run configurationChristian Stenger2020-07-101-9/+10
* Autotest: Keep track of generating framework in TestTreeItemhjk2020-03-271-0/+10
* ProjectExplorer: Remove Target::applicationTargets()hjk2020-03-251-2/+3
* AutoTest: Shuffle namespaces for clearer separationChristian Stenger2019-09-021-5/+3
* ProjectExplorer: Proliferate FilePathhjk2019-08-291-1/+1
* Test: Simplify TestConfiguration::completeTestInformation checkhjk2019-08-141-3/+1
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-12/+13
* ProjectExplorer: Remove BuildTargetInfoList wrapper classhjk2019-05-141-2/+2
* AutoTest: Simplify some RunConfiguration usehjk2019-03-131-5/+4
* ProjectExplorer: Introduce Target::buildTarget(buildKey)hjk2019-02-201-2/+1
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-1/+1
* Remove hard-coded disabling of debug logsOrgad Shaneh2018-10-131-1/+1
* AutoTest: Replace some scary wordingChristian Stenger2018-09-211-6/+6
* AutoTest: Code cosmeticsChristian Stenger2018-07-201-4/+0
* AutoTest: Fix handling of test runs when project changesChristian Stenger2018-06-211-5/+7
* AutoTest: Code cosmeticsChristian Stenger2018-06-191-2/+2
* AutoTest: Fix build key handlingChristian Stenger2018-05-311-6/+3
* Finish merging Runnable and StandardRunnablehjk2018-05-231-23/+11
* AutoTest: Simplify determination of RunConfigurationChristian Stenger2018-04-131-7/+1
* ProjectExplorer: Consolidate RunConfiguration identificationshjk2018-04-121-9/+5
* AutoTest: Do not overwrite already found build system targetsChristian Stenger2017-10-191-0/+6
* AutoTest: Avoid replacing a correct executableChristian Stenger2017-10-061-0/+4
* AutoTest: Ask for runnable if determination failedChristian Stenger2017-09-261-3/+69
* AutoTest: Early return if fail to get local executableChristian Stenger2017-09-261-0/+2
* AutoTest: Use single build target as fallbackChristian Stenger2017-09-261-4/+12
* AutoTest: Unify handling of run modesChristian Stenger2017-09-181-4/+8