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: Use generator arguments, not generator
Tobias Hunger
2016-09-30
1
-15
/
+8
*
CMake: Make sure top level CMakeLists.txt file is listed exactly once
Tobias Hunger
2016-08-17
1
-1
/
+4
*
CMake: Only start parsing when creator gets focus again
Tobias Hunger
2016-06-28
1
-38
/
+29
*
CMake: Add per-cmake option to not automatically run cmake
Tobias Hunger
2016-06-28
1
-2
/
+8
*
Merge remote-tracking branch 'origin/4.0' into 4.1
Eike Ziller
2016-06-22
1
-2
/
+6
|
\
|
*
cmake: resolve symlinks when comparing source directories.
David Faure
2016-06-20
1
-2
/
+6
*
|
CMake: Pass STATIC types on cmake execution
Orgad Shaneh
2016-06-03
1
-0
/
+3
*
|
Merge remote-tracking branch 'origin/4.0'
Eike Ziller
2016-05-31
1
-23
/
+23
|
\
|
|
*
Revert "CMake: Pass STATIC types on cmake execution"
Tobias Hunger
2016-05-30
1
-3
/
+0
|
*
CMake: Pass STATIC types on cmake execution
Orgad Shaneh
2016-05-30
1
-0
/
+3
|
*
CMake: Unindent a lambda
Orgad Shaneh
2016-05-30
1
-23
/
+23
*
|
Merge remote-tracking branch 'origin/4.0'
Eike Ziller
2016-05-27
1
-31
/
+110
|
\
|
|
*
CMake: WS-only fix
Tobias Hunger
2016-05-23
1
-2
/
+2
|
*
CMake: Fix warning about empty filename after persisting cmake config
Tobias Hunger
2016-05-23
1
-4
/
+2
|
*
CMake: Fix race between persisting cmake configuration and parsing
Tobias Hunger
2016-05-23
1
-1
/
+2
|
*
CMake: Check CMakeCache.txt for changes
Tobias Hunger
2016-05-23
1
-1
/
+65
|
*
CMake: Do not parse that often
Tobias Hunger
2016-05-23
1
-1
/
+1
|
*
CMake: Cache CMakeCache.txt
Tobias Hunger
2016-05-23
1
-15
/
+14
|
*
CMake: Make it easier to get the expanded value of a CMake configuration
Tobias Hunger
2016-05-20
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/4.0'
Eike Ziller
2016-05-13
1
-2
/
+2
|
\
|
|
*
CMake: Fix Clear Cache when builddir is not persistent yet.
Tobias Hunger
2016-05-12
1
-2
/
+2
*
|
Fix up QProcess::waitForFinished()
Tobias Hunger
2016-05-11
1
-2
/
+3
*
|
CMake: Reuse code to turn CMakeConfigItems into strings
Tobias Hunger
2016-04-19
1
-24
/
+7
|
/
*
CMake: Do not purge the configuration to change the EXTRA_GENERATOR
Tobias Hunger
2016-04-13
1
-1
/
+1
*
CMake: WS-only change
Tobias Hunger
2016-04-12
1
-1
/
+1
*
CMake: Make cache clean detection better
Tobias Hunger
2016-04-12
1
-18
/
+28
*
CMake: Force a cmake run if no data is available yet
Tobias Hunger
2016-03-30
1
-1
/
+3
*
CMake: Normalize file paths before comparing them
Tobias Hunger
2016-03-29
1
-1
/
+3
*
Cmake: Use double quote marks in a status message
hjk
2016-03-17
1
-1
/
+1
*
CMake: Only reparse cmake build directory for active buildconfigurations
Tobias Hunger
2016-03-17
1
-0
/
+3
*
CMake: Make sure processes are dead before cleaning temporary directory
Tobias Hunger
2016-03-17
1
-0
/
+1
*
CMake: Improve handling of cmake configuration in kits
Tobias Hunger
2016-03-16
1
-4
/
+4
*
CMake: Avoid needless cmake runs after kit changes
Tobias Hunger
2016-03-14
1
-0
/
+53
*
CMake: Export internal cmake cache values
Tobias Hunger
2016-03-14
1
-15
/
+4
*
CMake: Improve method names
Tobias Hunger
2016-03-14
1
-4
/
+4
*
CMake: Fix crash when changing build directory several times in a row
Orgad Shaneh
2016-03-14
1
-0
/
+2
*
CMake: Add ability to force CMake cache clear
Tobias Hunger
2016-03-10
1
-0
/
+15
*
CMake: Make parsing of CMakeCache.txt files available
Tobias Hunger
2016-03-01
1
-8
/
+22
*
CMake: Keep cmake state in a temporary directory till first build
Tobias Hunger
2016-02-26
1
-25
/
+81
*
CMake: Move BuildDirManager from the project into the buildconfiguration
Tobias Hunger
2016-02-26
1
-63
/
+94
*
CMake: Register files with the locator again
Tobias Hunger
2016-02-15
1
-4
/
+10
*
CMake: Handle deletion of builddir better
Tobias Hunger
2016-02-15
1
-2
/
+11
*
CMake: Disable BC if there is an error during initial cmake run
Tobias Hunger
2016-02-15
1
-0
/
+8
*
CMake: Add UI to display and edit cmake configuration
Tobias Hunger
2016-02-15
1
-0
/
+6
*
CMake: Read CMakeCache.txt
Tobias Hunger
2016-02-15
1
-0
/
+92
*
CMake: Report progress during project configuration
Tobias Hunger
2016-02-15
1
-0
/
+21
*
CMake: Parse cmake errors during project setup
Tobias Hunger
2016-02-15
1
-35
/
+53
*
CMake: Do not run a cmake wizard all the time
Tobias Hunger
2016-02-15
1
-0
/
+332
[prev]