aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix warning for ';'Marco Bubke2025-04-151-1/+1
* CMakeProjectManager: Use BuildSystem instead of Target in build stepChristian Kandeler2025-03-071-7/+7
* ProjectExplorer: Replace uses of Target signals and member functionsChristian Kandeler2025-03-061-5/+5
* Utils: Simplify FilePath::relativePathFromhjk2025-03-041-1/+1
* Merge remote-tracking branch 'origin/15.0' into 16.0Eike Ziller2025-02-041-1/+2
|\
| * CMake: Fix crash when opening project15.0Eike Ziller2025-02-041-1/+2
* | ProjectExplorer: Dissolve kitaspects.{h,cpp}Christian Kandeler2024-11-201-1/+2
* | ProjectExplorer: More name disambiguation for device kit aspectsChristian Kandeler2024-11-121-1/+1
* | ProjectExplorer: Rename DeviceKitAspect to RunDeviceKitAspectChristian Kandeler2024-11-071-2/+2
* | Avoid std::optional::valueEike Ziller2024-11-041-2/+2
|/
* CMake: Don't unncessarily access buildConfiguration()hjk2024-10-251-1/+1
* CMakePM: Add AUTOGEN output parsingCristian Adam2024-10-081-1/+2
* CMakePM: Proper capitalize CMakeProgressParser classCristian Adam2024-10-011-3/+3
* CMakePM: Rename CMakeParser to CMakeOutputParserCristian Adam2024-10-011-4/+4
* CMakePM: Add subdirectory build/clean/rebuild context menu supportCristian Adam2024-08-301-12/+46
* Merge remote-tracking branch 'origin/14.0'Eike Ziller2024-07-171-1/+7
|\
| * CMakePM: Do not allow staging dir setting for clean build stepCristian Adam2024-07-121-1/+7
* | Use the new BaseAspect::addOnChanged in a few placeshjk2024-07-121-5/+5
|/
* Utils: Make LayoutBuilder setter setup less repetitivehjk2024-06-041-1/+1
* CMakePM: Add project CMake settings supportCristian Adam2024-05-281-2/+7
* Use LayoutBuilder V2hjk2024-05-271-1/+1
* CMakePM: Use junctions for source/build dirs on WindowsCristian Adam2024-02-021-1/+2
* Merge remote-tracking branch 'origin/12.0'Eike Ziller2024-01-301-1/+1
|\
| * CMakePM: Do not force Xcode generator for iOSCristian Adam2024-01-251-1/+1
* | CMake: Use setup functions for a few more cmake related itemshjk2024-01-291-4/+13
* | ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-1/+1
* | Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-12-111-0/+1
|\|
| * CMake: Fix file path kind for the staging directoryEike Ziller2023-12-071-0/+1
* | ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* | ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-1/+1
* | TaskTree: Unify TaskInterface::done(DoneResult) signalJarek Kobus2023-11-171-2/+4
* | Merge remote-tracking branch 'origin/12.0'Eike Ziller2023-11-081-0/+3
|\|
| * CMakePM: Fix crash if no run device is setMarcus Tillmanns2023-11-071-0/+3
* | TaskTree: Rename StopWithDone -> StopWithSuccessJarek Kobus2023-11-071-1/+1
* | TaskTree: Rename workflow policiesJarek Kobus2023-11-071-1/+1
* | TaskTree: Get rid of onGroupError elementJarek Kobus2023-11-071-5/+1
* | TaskTree: Get rid of unneeded done handlers' argumentsJarek Kobus2023-11-071-1/+1
* | TaskTree: Introduce CallDoneIf enumJarek Kobus2023-11-071-1/+1
|/
* CMake: Fix deployment pathMarcus Tillmanns2023-10-271-10/+11
* CMakePM: clang-tidy fix for 'no-automatic-move'Cristian Adam2023-10-201-1/+1
* CMakePM: Enable ANSI codes colored outputCristian Adam2023-10-161-0/+2
* Merge remote-tracking branch 'origin/11.0'Eike Ziller2023-09-071-7/+8
|\
| * CMake: Do not print warning if no run device is setEike Ziller2023-08-291-7/+8
* | Plugins: A bit more Keys and Storehjk2023-08-251-7/+6
* | Utils: Rename the new Storage to Storehjk2023-08-241-2/+2
* | Use Utils::Storage instead of QVariantMap in a few placeshjk2023-08-231-2/+2
* | Merge remote-tracking branch 'origin/11.0'David Schulz2023-08-221-0/+4
|\|
| * CMakeProjectManager: Deselect "Stage for installation" for BareMetalAlessandro Portale2023-08-141-0/+3
| * CMakeProjectManager: Deselect "Stage for installation" for iOS SimulatorAlessandro Portale2023-08-141-0/+1
| * CMakePM: Use staging dir only when selectedCristian Adam2023-07-141-1/+1