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
/
cmakeprojectmanager
/
builddirmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Remove BuildDirManager
Tobias Hunger
2020-04-30
1
-567
/
+0
*
CMake: Disable switching between different readers
Tobias Hunger
2020-04-30
1
-50
/
+20
*
CMake: Do not crash without a supported CMake
Tobias Hunger
2020-04-22
1
-0
/
+7
*
CMake: Fix includes all over the CMake plugin
Tobias Hunger
2020-04-20
1
-10
/
+1
*
Utils: Introduce FilePath::operator/(const QString &)
hjk
2020-04-09
1
-2
/
+2
*
BuildConfiguration: Add helper to create a build directory
Tobias Hunger
2020-03-20
1
-4
/
+3
*
CMake: Fix typo in symbol names
Tobias Hunger
2020-03-19
1
-8
/
+9
*
CMake: Fix UI text according to the guidelines
Leena Miettinen
2020-03-11
1
-2
/
+2
*
ProjectExplorer: Pass extra project files as QSet
hjk
2020-03-03
1
-2
/
+2
*
ProjectManager: Add convenience Task subclasses
hjk
2020-01-20
1
-3
/
+2
*
Make various Q_LOGGING_CATEGORY's static
Alessandro Portale
2020-01-15
1
-1
/
+1
*
CMake: More logging of parsing starting/stopped
Tobias Hunger
2019-12-10
1
-0
/
+1
*
ProjectExplorer: Move BuildSystem owership to BuildConfiguration
hjk
2019-11-19
1
-21
/
+21
*
CMake: Write creators settings into build directory
Tobias Hunger
2019-10-18
1
-0
/
+24
*
CMake: Polish configuration check dialog
Tobias Hunger
2019-10-10
1
-7
/
+15
*
CMake: Make BuildDirManager a bit more robust
Tobias Hunger
2019-10-10
1
-1
/
+4
*
CMake: Do not clear the reader needlessly
Tobias Hunger
2019-10-10
1
-2
/
+0
*
CMake: Wire up the readers only once
Tobias Hunger
2019-10-08
1
-11
/
+22
*
CMake: Add some more categorized logging
Tobias Hunger
2019-10-08
1
-3
/
+13
*
Cmake: Replace connect/disconnect of builddirmanager
hjk
2019-09-16
1
-19
/
+6
*
CppTools: Move RawProjectPart to ProjectExplorer
Eike Ziller
2019-09-11
1
-1
/
+1
*
ProjectExplorer: Add BuildSystem class
Tobias Hunger
2019-08-29
1
-12
/
+45
*
CMake: Simplify based on Project::projectFileIsDirty signal
Tobias Hunger
2019-08-16
1
-0
/
+27
*
CMake: Fix CMakeCache.txt file detection
Tobias Hunger
2019-08-09
1
-2
/
+3
*
CMake: Simplify setting up a new reader
Tobias Hunger
2019-08-09
1
-15
/
+4
*
CMake: More logging of cmake parsing flags
Tobias Hunger
2019-08-09
1
-2
/
+37
*
CMake: Move code from CMakeProject into CMakeBuildConfiguration
Tobias Hunger
2019-08-05
1
-2
/
+4
*
CMake: Move builddirmanager into CMakeBuildConfiguration
Tobias Hunger
2019-08-05
1
-4
/
+10
*
CMake: Request filesystem scan when cmake files change
Tobias Hunger
2019-07-30
1
-1
/
+1
*
CMake: Simplify reparsing logic
Tobias Hunger
2019-07-30
1
-11
/
+4
*
CMake: Extract and show more CMake location information for targets
Tobias Hunger
2019-07-29
1
-2
/
+4
*
CMake: Remember file location of CMake target definitions
Tobias Hunger
2019-07-24
1
-7
/
+16
*
CMake: Fix inverted logic bug
Tobias Hunger
2019-07-22
1
-1
/
+1
*
CMake: Add initial fileapireader class
Tobias Hunger
2019-06-20
1
-6
/
+5
*
CMake: Unify error reporting for builddirmanager's information retrieval
Tobias Hunger
2019-06-13
1
-9
/
+15
*
CMake: Make sure to run cmake when that is requested
Tobias Hunger
2019-06-12
1
-3
/
+7
*
CMake: Run cmake with all arguments when no CMakeCache.txt file is found
Tobias Hunger
2019-06-12
1
-1
/
+3
*
CMake: Store pointer to CMakeProject in BuildDirManager
Tobias Hunger
2019-06-07
1
-12
/
+18
*
CMake: Make all readers use isReadyNow() signal
Tobias Hunger
2019-06-07
1
-14
/
+11
*
CMake: Use unique_ptr to manage builddirreader
Tobias Hunger
2019-06-06
1
-1
/
+1
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-7
/
+7
*
Some more FileName::appendPath -> pathAppended() changes
hjk
2019-05-15
1
-2
/
+3
*
CMake: Clear up confusion in "Configuration has changed" message box
Cristian Adam
2019-02-27
1
-2
/
+2
*
CMakeProject: Prefer assignment to out parameter
Bernhard Beschow
2019-01-27
1
-4
/
+4
*
Merge remote-tracking branch 'origin/4.7'
Eike Ziller
2018-05-28
1
-2
/
+0
|
\
|
*
server-mode: Always try to read CMakeCache, even after error
Tobias Hunger
2018-05-22
1
-2
/
+0
*
|
CMake: Do not crash when deleting cmake tools
Tobias Hunger
2018-05-28
1
-4
/
+4
|
/
*
CMake: Report an error when project can not get parsed
Tobias Hunger
2018-05-18
1
-0
/
+6
*
CMake: Enable switching between different temporary CMake configurations
Tobias Hunger
2017-10-24
1
-17
/
+30
*
CMake: Fix "CMake settings have changed on disk"
Tobias Hunger
2017-10-24
1
-24
/
+23
[next]