aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* Utils: Make FilePath::refersToExe(...) return the found itemhjk2022-11-281-2/+2
* CMake: Use FilePath::suffix() instead of manual constructionhjk2022-11-251-3/+2
* CMakeManager: Avoid one use of Environment::appendExeExtensions()hjk2022-11-221-8/+3
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-211-1/+1
|\
| * CMakePM: Do not crash with invalid build presetsCristian Adam2022-11-191-1/+1
* | Remove unused includes of QBoxLayoutJarek Kobus2022-11-183-3/+0
* | Merge "Merge remote-tracking branch 'origin/9.0'"The Qt Project2022-11-171-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-171-0/+1
| |\|
| | * CMakeProjectManager: Set ANDROID_USE_LEGACY_TOOLCHAIN_FILE to OFFAlessandro Portale2022-11-171-0/+1
* | | CMakeProcess: Do some cleanupJarek Kobus2022-11-174-25/+19
* | | CMakeProcess: Simplify implementation by using ProcessProgressJarek Kobus2022-11-172-45/+9
|/ /
* | Editor: move ownership of assist interface to processorDavid Schulz2022-11-171-4/+4
* | Editor: unify assist processor handlingDavid Schulz2022-11-141-4/+4
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-102-6/+6
|\|
| * CMakeProjectManager: Deduplicate string "-DQT_QML_DEBUG"Alessandro Portale2022-11-081-4/+4
| * QmlJS: Fix Follow under cursorMarcus Tillmanns2022-11-081-2/+2
* | Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-036-47/+147
|\|
| * CMake: Fix settings display not updatedMarcus Tillmanns2022-10-272-0/+4
| * CMakePM: Proper handling of relative toolchain files in CMakePresetsCristian Adam2022-10-251-3/+5
| * CMakePM: Use Utils::Environment for Presets environmentCristian Adam2022-10-253-28/+34
| * CMakePM: Expand cache variables for the preset probeCristian Adam2022-10-251-7/+15
| * CMakePM: Accept broken kits for CMakePresetsCristian Adam2022-10-251-9/+11
| * CMakePM: Allow presets without generator specifiedCristian Adam2022-10-251-0/+34
| * CMakePM: Merge cacheVariables, environment for inherited presetsCristian Adam2022-10-251-0/+44
* | Merge remote-tracking branch 'origin/9.0'Tim Jenssen2022-10-256-8/+84
|\|
| * CMakePM: Add installDir CMakePresets supportCristian Adam2022-10-215-0/+52
| * CMakePM: Use parent environment for $env{macro} expansionCristian Adam2022-10-211-7/+26
| * CMake: Improve styling of cmake buildconfigurationMarcus Tillmanns2022-10-201-0/+5
| * UI text: Fix UI text to follow the guidelinesLeena Miettinen2022-10-201-1/+1
* | Utils: Add sorted() functionChristian Kandeler2022-10-253-7/+5
|/
* CMakePM: Do not use systemEnvironment() for CMakePresetsCristian Adam2022-10-192-6/+6
* CMakePM: Use filePath().deviceEnvironment() to find ninjaCristian Adam2022-10-191-2/+2
* CMake: Don't filter out new keysMarcus Tillmanns2022-10-183-1/+6
* Utils: Rename FilePath::relativePath() to relativePathFrom()hjk2022-10-181-2/+2
* CMake: Use the OS of the source directory as ${hostSystemName}hjk2022-10-181-13/+11
* RemoteLinux: Allow adding Qt to LD_LIBRARY_PATHhjk2022-10-181-5/+4
* CMake: More FilePath in Deployment datahjk2022-10-141-9/+9
* CMakePM: Search after ninja also in system environmentCristian Adam2022-10-141-2/+5
* CMake/qmake: Fix target triple for iOS targetsChristian Kandeler2022-10-131-17/+17
* CMakeProjectManager: Default spacing in CMakeBuildConfiguration UIAlessandro Portale2022-10-131-1/+1
* CMake: Make configure environment optically part of configure stephjk2022-10-131-8/+7
* CMake: Support Build File also from header filesOrgad Shaneh2022-10-121-1/+9
* CMakePM: Allow default build configurations for presetsCristian Adam2022-10-112-4/+25
* CMakePM: Allow presets without buildDirectoryCristian Adam2022-10-113-19/+29
* CMakePM: Do not display duplicated build paths for presetsCristian Adam2022-10-101-0/+14
* CMakePM: Skip default build types for CMakePresetsCristian Adam2022-10-101-0/+17
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-078-13/+13
* CMake: Remove the restriction that the reply file cannot be remotehjk2022-10-071-1/+0
* CMake: avoid running into some code path that breaks laterhjk2022-10-061-0/+5
* CMake: Delay restoration until devices loadMarcus Tillmanns2022-10-061-2/+4