aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testconfiguration.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* AutoTest: Use StandardRunnable inside TestConfigurationChristian Stenger2017-09-121-17/+16
* AutoTest: Add minimal logging to TestConfigurationChristian Stenger2017-08-071-3/+30
* AutoTest: Avoid guessing run configurationChristian Stenger2017-07-311-29/+50
* AutoTest: Fix finding runconfig for multiple build targetsChristian Stenger2017-06-261-8/+13
* AutoTest: Fix handling of multiple build targetsChristian Stenger2017-06-191-17/+17
* AutoTest: Provide more details on failure or guessChristian Stenger2017-04-121-5/+1
* AutoTest: Fix handling of Qbs when searching for BuildTargetInfoChristian Stenger2017-03-291-2/+6
* AutoTest: Re-do completeTestInformation()Christian Stenger2017-03-281-110/+60
* AutoTest: Use better names and remove unused codeChristian Stenger2017-02-241-30/+22
* CppTools: Clean up ProjectInfoNikolai Kosjar2016-12-131-1/+1
* AutoTest: Move framework settings into framework managerChristian Stenger2016-10-101-1/+0
* AutoTest: Modernize code a bitChristian Stenger2016-09-291-4/+2
* Autotest: Replace macro usage with HostOsInfoOrgad Shaneh2016-09-121-9/+3
* AutoTest: Fix setting working directoryChristian Stenger2016-08-081-0/+43
* AutoTest: Fix retrieval of executableChristian Stenger2016-07-281-1/+6
* AutoTest: Allow guessing configuration for debuggingDavid Schulz2016-07-071-1/+2
* AutoTest: Avoid crash when accessing uninitialized runnableChristian Stenger2016-06-231-1/+1
* AutoTest: Add minimum support for debugging testsChristian Stenger2016-06-221-1/+7
* AutoTest: Move test framework related code...Christian Stenger2016-06-011-65/+0
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-271-1/+5
|\
| * AutoTest: Fix creation of target file path for Qbs projectsChristian Stenger2016-05-231-1/+5
* | AutoTest: Separate test configurationsChristian Stenger2016-05-191-17/+62
|/
* AutoTest: Fix basic CMake support...Christian Stenger2016-03-071-12/+32