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
/
fileapiparser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Rename a few classes inside namespace FileApiDetails
hjk
2025-02-24
1
-21
/
+21
*
Avoid std::optional::value
Eike Ziller
2024-11-04
1
-1
/
+1
*
cmake: Add support for custom startup programs for executable targets
Ralf Habacker
2024-06-20
1
-0
/
+14
*
CMake: Fix translatable string
Eike Ziller
2024-05-17
1
-3
/
+4
*
CMake: Add hint about additional error messages
Marcus Tillmanns
2024-04-04
1
-0
/
+1
*
CMakePM: Refactor CMakeLists|Cache.txt as constants
Cristian Adam
2024-01-29
1
-2
/
+3
*
CMake: Fall back to reading CMakeCache.txt
Marcus Tillmanns
2024-01-08
1
-1
/
+6
*
CMakePM: clang-tidy fix for 'move-const-arg'
Cristian Adam
2023-10-20
1
-2
/
+2
*
CMakePM: clang-tidy fix for 'performance-implicit-conversion-in-loop'
Cristian Adam
2023-10-20
1
-9
/
+9
*
CMakePM: Add "[cmake] " prefix to all output messages
Cristian Adam
2023-10-05
1
-3
/
+5
*
Merge remote-tracking branch 'origin/11.0'
Eike Ziller
2023-08-25
1
-3
/
+2
|
\
|
*
CMakePM: Only set cmake reply fileWatcher after CMake has run
Cristian Adam
2023-08-24
1
-3
/
+2
*
|
Merge remote-tracking branch 'origin/11.0'
Eike Ziller
2023-08-23
1
-1
/
+0
|
\
|
|
*
CMake: Remove outdated check
Marcus Tillmanns
2023-08-22
1
-1
/
+0
*
|
Merge remote-tracking branch 'origin/11.0'
Eike Ziller
2023-08-03
1
-15
/
+25
|
\
|
|
*
CMake/macOS: Fix framework paths with CMake >= 3.27
Eike Ziller
2023-08-02
1
-15
/
+25
*
|
Reduce usage of app_version header
Eike Ziller
2023-06-26
1
-5
/
+4
|
/
*
CMakeProjectManager: Use QtConcurrent invocation for async run
Jarek Kobus
2023-03-09
1
-3
/
+4
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
CMakePM: Update configuration failure message
Cristian Adam
2022-12-20
1
-1
/
+3
*
Utils: Add std::expected implementation
Marcus Tillmanns
2022-12-14
1
-1
/
+1
*
CMakeProjectManager: Pass context object to lambda connections
Jarek Kobus
2022-12-08
1
-1
/
+1
*
Remove a few now-unnecessary cleanPath in conjunction with resolvePath
hjk
2022-11-30
1
-2
/
+2
*
UI text: Fix UI text to follow the guidelines
Leena Miettinen
2022-10-20
1
-1
/
+1
*
CMakeProjectManager: Limit the usage of std::make_pair
Jarek Kobus
2022-09-30
1
-2
/
+2
*
CMake: Move to Tr::tr
hjk
2022-09-30
1
-45
/
+28
*
FilePath: Return optional bytearray for file contents
Eike Ziller
2022-09-12
1
-1
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Utils: Wrap various file system iteration flags and filters
hjk
2022-01-26
1
-4
/
+1
*
Utils: Add optional recursion for file system iteration
hjk
2022-01-18
1
-1
/
+4
*
CMakePM: Allow loading of projects that do not have any targets
Cristian Adam
2021-09-16
1
-7
/
+0
*
CMake: correctly track remote cmake files
David Schulz
2021-09-13
1
-1
/
+1
*
CMake: parse remote json files
David Schulz
2021-09-09
1
-5
/
+1
*
Utils: Rename FilePath::absolutePath(FilePath) to resolvePath
hjk
2021-09-09
1
-1
/
+1
*
CMakePM: Do not treat generated files as project files
Cristian Adam
2021-09-02
1
-2
/
+2
*
CMakePM: Fix build library search path with CMake 3.20+
Cristian Adam
2021-08-20
1
-0
/
+7
*
CMake: Simplify CMakeConfigItem::toBool() use
hjk
2021-07-21
1
-1
/
+1
*
CMake: Use FilePath::dirEntries file api parser
hjk
2021-06-29
1
-7
/
+3
*
CMake: Use FilePath::ensureExistingFile in file API
hjk
2021-06-29
1
-8
/
+2
*
CMake: Use local paths with file system watcher
hjk
2021-06-29
1
-1
/
+1
*
CMake: Use FilePath in FileApi{Reader,Parser}
hjk
2021-06-16
1
-12
/
+8
*
CMake: Use Utils::FilePath in fileapi parser and reader
hjk
2021-06-09
1
-29
/
+37
*
CMake: cancel file api parsing
Eike Ziller
2021-06-01
1
-3
/
+21
*
CMakePM: Better error message when CMake file-api config is missing
Cristian Adam
2021-03-23
1
-1
/
+15
*
CMakePM: Use case insensitive search for file-api configuration
Cristian Adam
2021-03-05
1
-1
/
+3
*
CMakeProjectManager: Support for multi-config generators
Cristian Adam
2021-01-21
1
-10
/
+25
*
CMake: Use new MessageManager API
Eike Ziller
2020-12-04
1
-4
/
+5
*
CMakePM: Start integrating ctest
Christian Stenger
2020-11-09
1
-0
/
+1
*
Use IDE_DISPLAY_NAME
Robert Loehning
2020-08-03
1
-1
/
+3
*
Merge remote-tracking branch 'origin/4.12'
Eike Ziller
2020-06-15
1
-1
/
+1
|
\
[next]