index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
autotest
/
testconfiguration.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AutoTest: Remove dead entities
Christian Stenger
2023-10-30
1
-10
/
+0
*
Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunData
Jarek Kobus
2023-08-17
1
-2
/
+2
*
ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}
hjk
2023-08-15
1
-1
/
+1
*
Autotest: Use FilePath::searchInDirectories
Marcus Tillmanns
2023-06-22
1
-3
/
+4
*
ProjectExplorer: Move some not-fully-session related bits
hjk
2023-03-01
1
-3
/
+3
*
TestRunner: Reuse TaskTree
Jarek Kobus
2023-02-03
1
-7
/
+3
*
Utils: Replace Environment.isValid() with .hasChanges()
hjk
2023-01-27
1
-1
/
+1
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Utils: Replace Environment::size() check by some isValid() function
hjk
2022-06-03
1
-2
/
+2
*
Autotest: Simplify ITestConfiguration::executableFilePath()
hjk
2021-11-12
1
-15
/
+3
*
Merge CppTools into CppEditor
Christian Kandeler
2021-09-01
1
-2
/
+2
*
Replace some uses of HostOsInfo::withExecutableSuffix with FilePath
hjk
2021-08-17
1
-1
/
+1
*
Autotest: Remove unused TestConfiguration::setExecutableFile
hjk
2021-08-17
1
-13
/
+8
*
ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnable
hjk
2021-08-13
1
-13
/
+12
*
Utils/ProjectExplorer: Use FilePath for Runnable::workingDirectory
hjk
2021-08-06
1
-4
/
+3
*
Autotest: some FilePath::toFileInfo cleanup
David Schulz
2021-06-10
1
-1
/
+0
*
AutoTest: Use Utils::FilePath for files and directories
Christian Stenger
2021-05-27
1
-19
/
+19
*
AutoTest: Introduce TestToolConfiguration
Christian Stenger
2020-11-16
1
-0
/
+5
*
AutoTest: Introduce ITestConfiguration
Christian Stenger
2020-11-16
1
-84
/
+71
*
AutoTest: Clean up header mess
Christian Stenger
2020-11-09
1
-0
/
+1
*
AutoTest: Prefer active target over further
Christian Stenger
2020-10-16
1
-2
/
+5
*
AutoTest: Fix possible crash
Christian Stenger
2020-08-10
1
-1
/
+2
*
AutoTest: Correct completing test run configuration
Christian Stenger
2020-07-10
1
-9
/
+10
*
Autotest: Keep track of generating framework in TestTreeItem
hjk
2020-03-27
1
-0
/
+10
*
ProjectExplorer: Remove Target::applicationTargets()
hjk
2020-03-25
1
-2
/
+3
*
AutoTest: Shuffle namespaces for clearer separation
Christian Stenger
2019-09-02
1
-5
/
+3
*
ProjectExplorer: Proliferate FilePath
hjk
2019-08-29
1
-1
/
+1
*
Test: Simplify TestConfiguration::completeTestInformation check
hjk
2019-08-14
1
-3
/
+1
*
ProjectExplorer: Use Utils::FileName for Runnable::executable
hjk
2019-06-21
1
-12
/
+13
*
ProjectExplorer: Remove BuildTargetInfoList wrapper class
hjk
2019-05-14
1
-2
/
+2
*
AutoTest: Simplify some RunConfiguration use
hjk
2019-03-13
1
-5
/
+4
*
ProjectExplorer: Introduce Target::buildTarget(buildKey)
hjk
2019-02-20
1
-2
/
+1
*
ProjectExplorer: Rename KitInformation to KitAspect
Christian Kandeler
2019-02-11
1
-1
/
+1
*
Remove hard-coded disabling of debug logs
Orgad Shaneh
2018-10-13
1
-1
/
+1
*
AutoTest: Replace some scary wording
Christian Stenger
2018-09-21
1
-6
/
+6
*
AutoTest: Code cosmetics
Christian Stenger
2018-07-20
1
-4
/
+0
*
AutoTest: Fix handling of test runs when project changes
Christian Stenger
2018-06-21
1
-5
/
+7
*
AutoTest: Code cosmetics
Christian Stenger
2018-06-19
1
-2
/
+2
*
AutoTest: Fix build key handling
Christian Stenger
2018-05-31
1
-6
/
+3
*
Finish merging Runnable and StandardRunnable
hjk
2018-05-23
1
-23
/
+11
*
AutoTest: Simplify determination of RunConfiguration
Christian Stenger
2018-04-13
1
-7
/
+1
*
ProjectExplorer: Consolidate RunConfiguration identifications
hjk
2018-04-12
1
-9
/
+5
*
AutoTest: Do not overwrite already found build system targets
Christian Stenger
2017-10-19
1
-0
/
+6
*
AutoTest: Avoid replacing a correct executable
Christian Stenger
2017-10-06
1
-0
/
+4
*
AutoTest: Ask for runnable if determination failed
Christian Stenger
2017-09-26
1
-3
/
+69
*
AutoTest: Early return if fail to get local executable
Christian Stenger
2017-09-26
1
-0
/
+2
*
AutoTest: Use single build target as fallback
Christian Stenger
2017-09-26
1
-4
/
+12
*
AutoTest: Unify handling of run modes
Christian Stenger
2017-09-18
1
-4
/
+8
[next]