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: Fix project parsing notification
Tobias Hunger
2017-10-06
1
-135
/
+108
*
CMake: Quieten soft-assert on small project loads
Tobias Hunger
2017-09-26
1
-12
/
+3
*
CMake: Add option to auto-create build directories
Tobias Hunger
2017-09-20
1
-3
/
+14
*
CMake: Fix "CMake configuration changed on disk" dialog
Claus Steuer
2017-07-19
1
-3
/
+4
*
CMake: Do not check for changes if config was changed by the user
Claus Steuer
2017-07-19
1
-3
/
+14
*
CMake: Return an empty project tree if parsing failed
Tobias Hunger
2017-06-23
1
-4
/
+0
*
CMake: Fix logic for target filtering
Tobias Hunger
2017-06-21
1
-4
/
+4
*
CMake: Avoid duplicate build targets
Tobias Hunger
2017-06-20
1
-1
/
+6
*
CMake: Add "test" target to cmake builds
Tobias Hunger
2017-06-13
1
-0
/
+2
*
CMake: Report special utility targets in BuildDirManager::buildTargets
Tobias Hunger
2017-04-27
1
-2
/
+19
*
CMake: Break loop in error handling
Tobias Hunger
2017-03-27
1
-2
/
+24
*
CMake: Use a CMakeProjectNode as top level cmake node
Tobias Hunger
2017-03-15
1
-1
/
+1
*
CMake: Trim down on headers
Tobias Hunger
2017-03-13
1
-18
/
+1
*
FolderNode: Remove makeEmpty() again
Tobias Hunger
2017-03-10
1
-1
/
+0
*
Remove spaces in initializer lists
Tim Jenssen
2017-02-22
1
-1
/
+1
*
CppTools/ProjectManagers: Reduce ui blocking when loading projects
Nikolai Kosjar
2017-02-20
1
-4
/
+3
*
CMake: Reimplement CMakeCache.txt parsing in BuildDirManager
Tobias Hunger
2017-02-10
1
-0
/
+13
*
ProjectExplorer: Merge FolderNode's m_{file,folder}Node fields
hjk
2017-02-09
1
-1
/
+1
*
ProjectExplorer: Introduce some FolderNode convenience functions
hjk
2017-01-27
1
-4
/
+3
*
Utils: Introduce a TemporaryDirectory and TemporaryFile class
Tobias Hunger
2017-01-20
1
-4
/
+3
*
CMake: Mark configuration items that were taken from the CMakeCache.txt file
Tobias Hunger
2017-01-19
1
-0
/
+4
*
CMake: Always put in a CMakeLists.txt file
Tobias Hunger
2016-12-21
1
-8
/
+2
*
CMake: Pass const QList<const FileNode *> to Directory Readers
Tobias Hunger
2016-12-21
1
-19
/
+4
*
CMake: make project file system tree scanner persistent
Alexander Drozdov
2016-12-13
1
-71
/
+10
*
CMake: Clear tasks when forceParse-ing
Tobias Hunger
2016-12-05
1
-2
/
+2
*
CMake: Cache cmake configuration only once
Tobias Hunger
2016-12-02
1
-2
/
+4
*
CMake: No need to update the reader when it already is up to date
Tobias Hunger
2016-12-02
1
-3
/
+1
*
CMake: Clean cmake cache on compiler changes
Tobias Hunger
2016-12-02
1
-1
/
+3
*
CMake: Cache buildtargets in builddirmanager
Tobias Hunger
2016-11-30
1
-1
/
+7
*
CMake: Do not crash when restarting a filesystem scan
Tobias Hunger
2016-11-14
1
-16
/
+16
*
CMake: Project tree for server mode data
Tobias Hunger
2016-11-14
1
-2
/
+3
*
CMake: Always show CMakeLists.txt in project tree
Tobias Hunger
2016-11-14
1
-2
/
+14
*
CMake: Show scanned header files in project tree (TeaLeafReader)
Tobias Hunger
2016-11-14
1
-2
/
+4
*
CMake: Pass scanned files on to builddirreaders
Tobias Hunger
2016-11-14
1
-1
/
+22
*
CMake: Clear buildsystem related tasks before starting a new parser run
Tobias Hunger
2016-11-07
1
-0
/
+2
*
CMake: Scan cmake tree for files
Tobias Hunger
2016-11-04
1
-1
/
+64
*
CMake: Make connections in server-mode setup more robust
Tobias Hunger
2016-11-01
1
-5
/
+5
*
CMake: Force reparsing of cmake projects
Tobias Hunger
2016-10-31
1
-0
/
+1
*
CMake: Use ServerModeReader to retrieve data
Tobias Hunger
2016-10-31
1
-75
/
+99
*
CMake: Implement different backends to run cmake
Tobias Hunger
2016-10-31
1
-616
/
+60
*
CMake: handle CMake files saving only for active build configuration
Alexander Drozdov
2016-10-19
1
-1
/
+6
*
CMake: Turn CMakeConfigItem into a CMake argument
Tobias Hunger
2016-10-17
1
-25
/
+1
*
CMake: Update button labels on dialog asking to import CMake changes
Tobias Hunger
2016-10-17
1
-2
/
+3
*
CMake: Use Utils::FileName where appropriate
Tobias Hunger
2016-10-17
1
-10
/
+11
*
CMake: Only pass the path mapper to the cbp-parser
Tobias Hunger
2016-10-17
1
-1
/
+2
*
CMake: Do not continue watching files after a different BC got active
Tobias Hunger
2016-10-12
1
-0
/
+3
*
CMakeProjectManager: Support drop down selector for options
Alexander Drozdov
2016-10-10
1
-0
/
+10
*
CMake: Move more code into BuildDirManager
Tobias Hunger
2016-10-10
1
-0
/
+138
*
CMake: Trigger cmake run *before* build when files changed
Tobias Hunger
2016-10-07
1
-2
/
+18
*
CMake: Move code from CMakeProject into BuildDirManager
Tobias Hunger
2016-10-06
1
-35
/
+60
[prev]
[next]