summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildstep.cpp
Commit message (Expand)AuthorAgeFilesLines
* Layouting: Handle attach types via setterhjk2023-05-031-1/+2
* LayoutBuilder: Reworkhjk2023-05-031-3/+3
* ProjectExplorer: Rename BuildStepFactory::cloneStep{,Creator}hjk2023-04-051-1/+1
* PE/Qnx: Disentangle BuildStep factories from downstream furtherhjk2023-04-041-0/+24
* ProjectExplorer: Inline BuildStepInfohjk2023-03-281-9/+14
* Remove unneeded includes of QFutureWatcher/InterfaceJarek Kobus2023-02-011-4/+0
* Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-271-2/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* BuildStep: Remove unused runInThread() and cancelChecker()Jarek Kobus2022-11-251-28/+9
* ProjectExplorer: Fix potential race conditionMarcus Tillmanns2022-11-091-2/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Make the second parameter to LayoutBuilder::attach() an enumhjk2022-07-261-1/+1
* ProjectExplorer: Remove unused BuildStep::reportRunResulthjk2022-07-051-22/+16
* ProjectExplorer: Add output parser for AddressSanitizer messagesChristian Kandeler2022-04-131-0/+2
* Rename 'output pane' to simply 'output'Thomas Hartmann2022-03-011-1/+1
* Compile: add ability to parse standard output in buildPetar Perisin2021-08-071-0/+2
* Utils: Avoid intermediate widgets when using LayoutBuilderhjk2021-03-161-3/+2
* ProjectExplorer: Remove QTC_CHECK in BuildStep::buildConfiguration()Christian Kandeler2020-11-181-6/+0
* ProjectExplorer: Fix assert in MakeStepChristian Kandeler2020-10-291-1/+3
* ProjectExplorer: Restructure BuildStep summary updatehjk2020-10-091-11/+20
* ProjectExplorer: Remove BuildStepConfigWidgethjk2020-10-061-13/+7
* ProjectExplorer: Move BuildStepWidget::summary etc to BuildStephjk2020-10-051-33/+14
* ProjectExplorer: Remove BuildStepConfigWidget::m_stephjk2020-10-021-2/+1
* Consolidate build/deploystep default display name handlinghjk2020-10-021-2/+4
* Utils: Consolidate LayoutBuilder interface a bithjk2020-09-241-1/+1
* Utils/ProjectExplorer: Move re-usabled bits of aspects to Utilshjk2020-09-231-5/+5
* Merge remote-tracking branch 'origin/4.13' into masterEike Ziller2020-08-311-3/+5
|\
| * QbsProjectManager: Fix install stepChristian Kandeler2020-08-271-3/+5
| * Core/Utils: Migrate further to Utils::Idhjk2020-07-061-14/+14
* | ProjectExplorer: Streamline build step creation via menuhjk2020-08-181-5/+2
* | Core/Utils: Migrate further to Utils::Idhjk2020-07-061-14/+14
|/
* ProjectExplorer: Generalize the concept of custom output parsersChristian Kandeler2020-05-111-0/+6
* ProjectExplorer: Fix the "unload while building" caseChristian Kandeler2020-04-271-0/+5
* Merge output formatters and output parsersChristian Kandeler2020-04-231-0/+10
* ProjectExplorer: Avoid warning on unused variablehjk2020-04-211-1/+1
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-02-261-5/+0
|\
| * ProjectExplorer: Remove pure ProjectConfiguration::isActive functionhjk2020-02-211-5/+0
* | ProjectExplorer: Fix compile for gcc 5.3Christian Stenger2020-02-201-2/+2
* | ProjectExplorer: Introduce some BuildStep convenience accessorshjk2020-02-191-0/+31
* | ProjectExplorer: Replace ProjectConfiguration::m_macroExpanderhjk2020-02-191-4/+7
* | ProjectExplorer: Make some noise in BuildStep::buildSystemhjk2020-02-191-0/+9
|/
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-0/+7
* LayoutBuilder: Allow for more compact code at calling sitesChristian Kandeler2019-11-071-4/+2
* ProjectExplorer: Prepare more flexibility to aspect layoutinghjk2019-10-181-7/+8
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-1/+1
* ProjectExplorer: Hide parts of BuildStep's QObject-ness from usershjk2019-08-201-0/+5
* ProjectExplorer: Add a ProjectConfiguration::target()hjk2019-07-291-10/+1
* Avoid warning on empty expressionshjk2019-07-231-1/+1
* ProjectExplorer: Mechanically simplify ProcessStep summary updatehjk2019-06-251-0/+10