summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Layouting: Handle attach types via setterhjk2023-05-031-1/+2
* Fix compiler warningsEike Ziller2023-05-021-1/+1
* Utils: Remove one LayoutBuilder::addRow() overloadhjk2023-04-251-5/+5
* CMake: Allow to run staging installation in CMakeInstallStephjk2023-04-061-5/+103
* ProjectExplorer: Create BuildDirectory on deviceMarcus Tillmanns2023-04-041-1/+1
* Utils: Replace FilePath::onDevice() by new FilePath::withMappedPath()hjk2023-04-041-1/+1
* Translations: Replace QCoreApplication::translate() with Tr::tr()Alessandro Portale2023-02-101-1/+2
* Translations: Fix stray QApplication::translate() callsAlessandro Portale2023-02-081-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AbstractProcessStep: Merge finish() with processFinished()Jarek Kobus2023-01-051-2/+2
* CMakePM: Add "CMake Install" deployment stepCristian Adam2022-12-191-36/+5
* CMakeBuildStep: Get rid of m_waiting fieldJarek Kobus2022-12-061-12/+8
* CMakeBuildStep: Don't use stdErrorJarek Kobus2022-12-021-1/+2
* AbstractProcessStep: Merge virtual functionsJarek Kobus2022-12-021-3/+3
* Remove unused includes of QBoxLayoutJarek Kobus2022-11-181-1/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* CMake: Allow parser to run remotelyhjk2022-10-041-1/+1
* CMake: Move to Tr::trhjk2022-09-301-24/+23
* CMakePM: Add support for build CMake presetsCristian Adam2022-09-281-3/+168
* CMakeProjectManager: Remove margins around CMakeBuildStep widgetAlessandro Portale2022-09-161-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Code cosmeticshjk2022-06-241-0/+1
* CMake: iOS: Enable automatic provisioning updatesAlexandru Croitor2022-05-091-0/+31
* CMake: Shift remaining data to buildsystemhjk2022-05-051-3/+2
* CMake: Shift multiconfig storage from build config to build systemhjk2022-05-041-1/+1
* CMake: Add xcodebuild parser for "Darwin" targetsEike Ziller2021-11-161-0/+8
* Docker: Map build directory to device in cmake callsDavid Schulz2021-10-261-5/+8
* CMakePM: Populate targets list on add new build stepCristian Adam2021-09-161-0/+3
* Revert "Android: add prepare_apk_dir CMake target by default"Assam Boudjelthia2021-06-281-28/+1
* CMake: Use local builddir path when constructing cmakeCommandhjk2021-06-031-2/+2
* Utils: Make Environment::setEnglishOutput a proper member functionhjk2021-05-211-1/+1
* Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-05-051-1/+3
|\
| * CMake: Do not remove "Current executable" targetEike Ziller2021-04-271-1/+3
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-04-091-0/+8
|\ \ | |/
| * CMakePM: Remove non existing targets from cmake --target listCristian Adam2021-04-071-0/+8
* | Merge remote-tracking branch 'origin/4.15'Eike Ziller2021-04-061-2/+0
|\ \ | |/
| * CMakePM: Filter out utility targets from target configuration listCristian Adam2021-04-061-2/+0
* | Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-6/+4
|/
* CMakeProjectManager: Use buildDirectory instead of "."Cristian Adam2021-01-261-1/+4
* CMakeProjectManager: Support for multi-config generatorsCristian Adam2021-01-211-24/+32
* CMakeProjectManager: Add "install/strip" and "package" special targetsCristian Adam2020-12-221-1/+12
* CMake: Fix UI text capitalization and punctuationLeena Miettinen2020-11-091-1/+1
* ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-061-2/+2
* ProjectExplorer: Move BuildStepWidget::summary etc to BuildStephjk2020-10-051-3/+3
* Consolidate build/deploystep default display name handlinghjk2020-10-021-4/+1
* Android: add prepare_apk_dir CMake target by defaultAssam Boudjelthia2020-09-281-1/+28
* Utils: Consolidate LayoutBuilder interface a bithjk2020-09-241-1/+1
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-0/+1
* ProjectExplorer: Simplify use of AbstractProcessStep::init()hjk2020-09-161-5/+6
* CMake: Fix several issues with the CMakeBuildStephjk2020-09-111-187/+154