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
/
autotoolsprojectmanager
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use atomic_bool and drop QMutex locking
Jarek Kobus
2021-02-19
2
-7
/
+3
*
Use qAsConst with non-const Qt containers in range-loops
Alessandro Portale
2021-02-17
1
-1
/
+1
*
Merge remote-tracking branch 'origin/4.14'
Eike Ziller
2021-01-06
1
-2
/
+2
|
\
|
*
ProjectExplorer: Introduce and use a new MultiSelectionAspect
hjk
2021-01-04
1
-2
/
+2
*
|
CppTools: Take "-include" files into account
Nikolai Kosjar
2020-11-05
1
-2
/
+4
|
/
*
Autotools: Also read _HEADERS variable
hjk
2020-10-08
1
-2
/
+2
*
AutoTools: Build step code cosmetics
hjk
2020-10-05
3
-48
/
+43
*
Consolidate build/deploystep default display name handling
hjk
2020-10-02
3
-6
/
+0
*
Utils/ProjectExplorer: Move re-usabled bits of aspects to Utils
hjk
2020-09-23
3
-7
/
+14
*
ProjectExplorer: Simplify use of AbstractProcessStep::init()
hjk
2020-09-16
3
-25
/
+0
*
ProjectExplorer: Remove redundant MakeStep::{is,set}Clean()
hjk
2020-08-26
1
-1
/
+1
*
AutoTools: Use new AbstractProcessStep convenience functions
hjk
2020-08-17
3
-42
/
+29
*
Merge remote-tracking branch 'origin/4.13' into master
Eike Ziller
2020-08-17
1
-1
/
+1
|
\
|
*
Autotools: Fix initial build configuration setup
hjk
2020-08-14
1
-1
/
+1
|
*
Core/Utils: Migrate further to Utils::Id
hjk
2020-07-06
5
-9
/
+9
*
|
ProjectExplorer: Rename Base*Aspect to *Aspect
hjk
2020-08-14
3
-9
/
+9
*
|
Utils: Drop Utils::SkipEmptyParts again
hjk
2020-07-21
1
-1
/
+1
*
|
Core/Utils: Migrate further to Utils::Id
hjk
2020-07-06
5
-9
/
+9
|
/
*
All: Use Utils::SkipEmptyParts
hjk
2020-06-17
1
-1
/
+2
*
Utils: Replace FileChooser::path() by filePath().toString()
hjk
2020-04-09
1
-1
/
+1
*
Merge remote-tracking branch 'origin/4.12'
Eike Ziller
2020-03-04
1
-3
/
+3
|
\
|
*
ProjectExplorer: Pass extra project files as QSet
hjk
2020-03-03
1
-3
/
+3
*
|
ProjectExplorer: Introduce some BuildStep convenience accessors
hjk
2020-02-19
3
-36
/
+22
|
/
*
Add final specifies to classes
Igor Sidorov
2020-02-05
1
-1
/
+1
*
ProjectExplorer: Move some of the BuildInfo setup code to central places
hjk
2020-01-14
1
-3
/
+2
*
Autotools: De-Q_OBJECT-ify build related classes
hjk
2020-01-13
12
-209
/
+197
*
ProjectExplorer: De-QObject-ify BuildConfigurationFactories
hjk
2020-01-10
2
-5
/
+3
*
ProjectExplorer: Replace BuildConfigurationFactory::availableBuilds
hjk
2020-01-09
2
-18
/
+12
*
ProjectExplorer: Pass Id to BuildStep constructor
hjk
2020-01-09
8
-11
/
+11
*
ProjectExplorer: Register some initial build steps by id
hjk
2020-01-07
2
-22
/
+13
*
Utils: Use FilePath for PathChooser::m_baseDirectory
hjk
2019-12-19
1
-1
/
+1
*
ProjectExplorer: Pass parameters to BuildConfiguration initialization
hjk
2019-12-10
1
-1
/
+1
*
ProjectExplorer: Use function object for special build config init
hjk
2019-12-09
2
-21
/
+18
*
ProjectExplorer: Settle on fixed set of build step lists
hjk
2019-12-06
1
-10
/
+5
*
AutoTools: Avoid an unneeded use of Project::activeTarget()
hjk
2019-11-21
1
-2
/
+1
*
ProjectExplorer: Introduce and use a Target::buildSystemUpdated signal
hjk
2019-11-21
1
-0
/
+2
*
ProjectExplorer: Introduce per-buildsystem setRootProjectNode
hjk
2019-11-21
1
-1
/
+1
*
ProjectExplorer: Make more use of available convenience functions
hjk
2019-11-21
1
-3
/
+1
*
ProjectExplorer: Use a Kit to initialize KitInfo
hjk
2019-11-20
1
-1
/
+1
*
ProjectExplorer: Move BuildSystem owership to BuildConfiguration
hjk
2019-11-19
5
-24
/
+20
*
ProjectExplorer: Use a functor for BuildSystem creation
hjk
2019-10-25
1
-1
/
+1
*
CppTools: Move RawProjectPart to ProjectExplorer
Eike Ziller
2019-09-11
1
-1
/
+1
*
Autotools: Introduce AutotoolsBuildSystem
Tobias Hunger
2019-08-29
14
-170
/
+110
*
Project: Rename Project::activeBuildEnvironment to Project::activeParseEnviro...
Tobias Hunger
2019-08-28
1
-1
/
+1
*
ProjectExplorer: Set up hack to funnel information to buildstep ctors
hjk
2019-08-22
2
-10
/
+3
*
AutotoolsProject: Simplify using Project::projectFileIsDirty signal
Tobias Hunger
2019-08-16
2
-33
/
+10
*
ProjectExplorer: De-virtualize some more virtual methods
Tobias Hunger
2019-08-13
2
-2
/
+2
*
Autotools: Remove dead code
Tobias Hunger
2019-08-13
2
-10
/
+0
*
ProjectExplorer: Use RAII pattern for parsing start/stop signalling
Tobias Hunger
2019-08-09
3
-9
/
+13
*
ProjectExplorer: Add convenience Project::addTargetFor{Default,}Kit
hjk
2019-08-01
1
-4
/
+2
[next]