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
/
fileapireader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Fix setting additional project files for file watching
Eike Ziller
2023-05-08
1
-8
/
+0
*
Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}
Jarek Kobus
2023-05-03
1
-1
/
+1
*
CMakePM: Add new / existing source files to project
Cristian Adam
2023-04-20
1
-0
/
+7
*
RunExtensions: Move onResultReady and onFinished into asynctask.h
Jarek Kobus
2023-04-17
1
-1
/
+0
*
CMakeProjectManager: Use QtConcurrent invocation for async run
Jarek Kobus
2023-03-09
1
-5
/
+5
*
Some fixes in translated strings
Eike Ziller
2023-02-15
1
-5
/
+5
*
Move some FileSystemWatcher usages to FilePath
hjk
2023-01-27
1
-2
/
+2
*
CMake: Move settings storage closer to class implementation
hjk
2023-01-23
1
-1
/
+1
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
CMakePM: Make "Autorun CMake" a global setting
Cristian Adam
2023-01-05
1
-1
/
+4
*
CMakeProcess: Do some cleanup
Jarek Kobus
2022-11-17
1
-2
/
+2
*
CMake: Remove the restriction that the reply file cannot be remote
hjk
2022-10-07
1
-1
/
+0
*
CMake: Move to Tr::tr
hjk
2022-09-30
1
-7
/
+6
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
ProjectExplorer: Remove unneeded #include in projectexplorer.h
hjk
2022-07-27
1
-0
/
+1
*
CMakeProcess: Don't use QTimer for checking the canceled state
Jarek Kobus
2022-05-16
1
-0
/
+1
*
CMakeProcess: Fix stopping the CMake process
Jarek Kobus
2022-05-16
1
-1
/
+1
*
CMakePM: Rename "Additional CMake parameters" to "... options"
Cristian Adam
2022-02-03
1
-2
/
+2
*
CMakePM: Refactor "Initial Parameters" as a tab bar item
Cristian Adam
2022-01-17
1
-6
/
+7
*
CMakePM: Add ability to stop CMake run in Settings
Cristian Adam
2022-01-07
1
-0
/
+6
*
CMakePM: Scan files only on CMake configuration failure
Cristian Adam
2021-10-01
1
-22
/
+14
*
CMakePM: Remove <Headers> virtual project node
Cristian Adam
2021-09-27
1
-4
/
+0
*
CMakePM: Add issue icon and tooltip description on project failure
Cristian Adam
2021-09-23
1
-5
/
+11
*
CMakePM: Display <File System> tree node only on failure
Cristian Adam
2021-09-22
1
-8
/
+5
*
Add FileSystemWatcher::clear()
Eike Ziller
2021-09-15
1
-2
/
+1
*
CMakePM: Do not treat generated files as project files
Cristian Adam
2021-09-02
1
-6
/
+14
*
CMake: Make CMakeConfig a proper class
hjk
2021-07-21
1
-1
/
+1
*
Utils: Implement FilePath::removeRecursively
hjk
2021-06-29
1
-2
/
+2
*
Utils: Implement FilePath::rename()
hjk
2021-06-28
1
-2
/
+1
*
CMake: Do not create file system node in main thread
Eike Ziller
2021-06-23
1
-3
/
+5
*
CMake: Use FilePath in FileApi{Reader,Parser}
hjk
2021-06-16
1
-9
/
+3
*
Merge remote-tracking branch 'origin/4.15'
Eike Ziller
2021-06-11
1
-2
/
+0
|
\
|
*
CMakePM: Do not emit error signal in destructor while project is parsed
Cristian Adam
2021-06-10
1
-2
/
+0
*
|
CMakePM: Always create build directories
Cristian Adam
2021-06-10
1
-13
/
+13
*
|
CMake: Use Utils::FilePath in fileapi parser and reader
hjk
2021-06-09
1
-20
/
+21
*
|
Don't leave m_rootProjectNode in moved-out state
Jarek Kobus
2021-06-09
1
-10
/
+4
*
|
Merge remote-tracking branch 'origin/4.15'
Eike Ziller
2021-06-09
1
-4
/
+10
|
\
\
|
|
/
|
*
CMakePM: Do backup/restore configuration for all cases
v4.15.1
Cristian Adam
2021-06-08
1
-4
/
+4
|
*
CMakePM: Clear and setup file watcher before and after backup configuration
Cristian Adam
2021-06-08
1
-0
/
+6
*
|
CMake: Simplify CMakeProcess::finished signature
hjk
2021-06-08
1
-4
/
+1
|
/
*
CMake: cancel file api parsing
Eike Ziller
2021-06-01
1
-4
/
+7
*
CMakePM: Save cmake parameters in qtcsettings.cmake also for initial run
Cristian Adam
2021-06-01
1
-0
/
+23
*
CMakePM: stop file api reader future on stop()
Eike Ziller
2021-05-31
1
-23
/
+31
*
CMakePM: Treat empty build as empty when importing CMake builds
Cristian Adam
2021-03-10
1
-1
/
+1
*
CMakePM: Do not issue error message when CMakeCache.txt is missing
Cristian Adam
2021-03-05
1
-3
/
+4
*
CMakeProjectManager: Make backup of CMake configuration before starting CMake
Cristian Adam
2021-02-18
1
-1
/
+36
*
CMakeProjectManager: Support for multi-config generators
Cristian Adam
2021-01-21
1
-2
/
+15
*
CMakePM: Start integrating ctest
Christian Stenger
2020-11-09
1
-0
/
+8
*
CMakeProjectManager: Add File System virtual folder
Dmitriy Purgin
2020-11-09
1
-7
/
+14
*
CMake: Remove magic configuration from CMake
Tobias Hunger
2020-06-09
1
-27
/
+43
[next]