index
:
delta/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
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
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
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/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/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
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
cmakeprojectmanager
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kit Preferences: Avoid possibly huge horizontal detail widget size
Eike Ziller
2018-12-18
1
-0
/
+1
*
CMake: Suppress header-only targets from code model
Tobias Hunger
2018-11-28
1
-0
/
+13
*
Utils: Adjust column numbers affected by convertPosition change
Ivan Donchevskii
2018-11-09
1
-2
/
+4
*
Fix frequent typo
Robert Loehning
2018-10-23
2
-4
/
+4
*
Remove hard-coded disabling of debug logs
Orgad Shaneh
2018-10-13
3
-3
/
+3
*
CMakeSpecificSettingWidget: Remove unused variable
Christian Kandeler
2018-10-10
1
-2
/
+0
*
Toolchains: Detect unspecified language version
Nikolai Kosjar
2018-10-08
1
-4
/
+2
*
ProjectExplorer: Rename 'extraAspect' to 'aspect'
hjk
2018-10-02
1
-4
/
+4
*
ProjectExplorer: Remove versionControls argument from scanForFiles
Orgad Shaneh
2018-10-02
2
-12
/
+5
*
ProjectExplorer: Rename compiler includes from System to BuiltIn
Ivan Donchevskii
2018-09-17
1
-1
/
+1
*
ProjectExplorer: Remove IRunConfigurationAspect::runConfiguration
hjk
2018-09-13
1
-1
/
+1
*
ProjectExplorer: Make WorkingDirectoryAspect less dependent on runconfig
hjk
2018-09-10
1
-2
/
+3
*
Add system include path to HeaderPath and merge ProjectPartHeaderPath
Marco Bubke
2018-09-10
1
-1
/
+1
*
ProjectExplorer: Simplify LocalEnvspect's BaseEnvironmentModifier
hjk
2018-09-06
1
-3
/
+3
*
CMake: Do not try to use icecream for cmake configuration runs
Tobias Hunger
2018-09-05
1
-0
/
+7
*
ProjectExplorer: Compactify runconfiguration aspect creation
hjk
2018-09-04
1
-5
/
+5
*
ProjectExplorer: Remove RunConfiguration::fillConfigurationLayout
hjk
2018-09-04
1
-1
/
+1
*
Unify key names for various fields in stored RunConfigurations
hjk
2018-08-21
1
-3
/
+3
*
Merge remote-tracking branch 'origin/4.7'
Eike Ziller
2018-07-12
1
-1
/
+1
|
\
|
*
CMake: Fix building on current executable target
Tobias Hunger
2018-07-12
1
-1
/
+1
*
|
CMakeTool: Move introspection data into separate class
Tobias Hunger
2018-07-12
2
-58
/
+80
*
|
Fix: member initializer for 'm_fooBar' is redundant
Alessandro Portale
2018-07-12
2
-3
/
+2
*
|
CMakeTool: Fix reading from SDKtool file
Tobias Hunger
2018-07-11
1
-4
/
+2
*
|
CMakeTool: Split parsing out of data retrievel methods
Tobias Hunger
2018-07-11
2
-4
/
+19
*
|
CMake: CMakeTool de-QObject-ification
Tobias Hunger
2018-07-11
1
-3
/
+2
*
|
ProjectExplorer: Use unique_ptr to store KitInformation
Tobias Hunger
2018-07-11
1
-3
/
+3
*
|
CMake: Use SettingsAccessor to read/write CMakeTools file
Tobias Hunger
2018-07-10
5
-203
/
+336
*
|
CMake: Use unique_ptr to store CMakeTools in CMakeToolManager
Tobias Hunger
2018-07-10
3
-72
/
+68
*
|
CMake: Make handling of default CMakeTool more consistent
Tobias Hunger
2018-07-03
2
-27
/
+25
*
|
CMake: Simplify CMakeTool registration in CMakeToolManager
Tobias Hunger
2018-07-02
1
-10
/
+9
*
|
CMake: Remove CMakeTool::addCMakeTool method
Tobias Hunger
2018-07-02
2
-16
/
+9
*
|
CMake: Fix header-related issues in CMakeToolManager
Tobias Hunger
2018-06-29
1
-4
/
+4
*
|
CMake: Remove handling of legacy settings for CMake
Tobias Hunger
2018-06-29
1
-31
/
+0
*
|
CMake: Move CMakeTool merging into separate function
Tobias Hunger
2018-06-29
1
-36
/
+44
*
|
CMake: Simplify restoration of CMakeTools a bit
Tobias Hunger
2018-06-29
1
-13
/
+15
*
|
CMake: Move code around a bit
Tobias Hunger
2018-06-29
1
-5
/
+17
*
|
CMake: Small simplification
Tobias Hunger
2018-06-29
1
-2
/
+2
*
|
CMake: Remove cmake autodetectionhelpers
Tobias Hunger
2018-06-27
2
-13
/
+0
*
|
CMake: Fix SOFT-ASSERT on cmake tool removal
Tobias Hunger
2018-06-04
1
-0
/
+3
*
|
CMake: Simplify code
Tobias Hunger
2018-06-01
2
-13
/
+14
*
|
Tie SimpleTargetRunner desktop usages to individual RunConfigurations
hjk
2018-05-31
1
-0
/
+2
*
|
ProjectExplorer: Simplify BuildStepFactory
hjk
2018-05-31
2
-3
/
+1
*
|
Merge remote-tracking branch 'origin/4.7'
Eike Ziller
2018-05-28
8
-47
/
+78
|
\
\
|
|
/
|
*
Remove some lambdas from Utils::transform calls
Eike Ziller
2018-05-28
3
-5
/
+5
|
*
CMake: Fix cmake version detection
José Tomás Tocino
2018-05-23
1
-1
/
+1
|
*
Finish merging Runnable and StandardRunnable
hjk
2018-05-23
1
-1
/
+1
|
*
server-mode: Always try to read CMakeCache, even after error
Tobias Hunger
2018-05-22
4
-40
/
+71
*
|
CMake: Do not crash when deleting cmake tools
Tobias Hunger
2018-05-28
8
-28
/
+45
*
|
CMake: Use std::make_unique
Tobias Hunger
2018-05-24
1
-1
/
+1
*
|
Centralize retrieving the "parent" build configuration
Eike Ziller
2018-05-22
2
-12
/
+0
|
/
[next]