aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildsystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* BuildSystem: Remove unused signalJarek Kobus2023-10-091-1/+0
* Utils: Rename ProjectExplorer::Runnable into Utils::ProcessRunDataJarek Kobus2023-08-171-1/+1
* QbsBuildSystem: Do some cleanupJarek Kobus2023-07-311-2/+1
* ProjectExplorer: Remove unconnected applicationTargetChangedhjk2023-04-041-5/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* CppEditor: Warn against renaming in generated filesChristian Kandeler2023-01-301-0/+7
* ProjectExplorer: Refactor BuildSystem::extraCompilerForSourceChristian Kandeler2023-01-271-3/+9
* Designer: Update C++ code model on an object name change in designerChristian Kandeler2023-01-271-0/+6
* ProjectExplorer: Tr::trhjk2023-01-161-3/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* ProjectExplorer: Move makeInstallCommand()hjk2022-06-131-0/+20
* Remove algorithm.h from buildtargetinfo.hJarek Kobus2022-05-181-1/+1
* ProjectExplorer: Delay project parsing until it's part of the sessionChristian Kandeler2022-02-101-1/+8
* Add missing "emit"sAlessandro Portale2021-11-111-1/+1
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-161-5/+5
* Core: filepathify file renamingDavid Schulz2021-06-171-4/+4
* CMake: Duplicate CMake output in Projects modeEike Ziller2021-06-041-0/+18
* ProjectExplorer: Split Kit::*environment into build and runhjk2021-05-271-4/+1
* ProjectExplorer: Allow to schedule a build/run during a project parseChristian Kandeler2020-12-111-1/+0
* PE: Prepare build system for providing test informationChristian Stenger2020-11-091-0/+6
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+3
* ProjectExplorer: Introduce "extra data" handling for build systemhjk2020-04-011-0/+14
* BuildSystem: Add buildConfiguration() methodTobias Hunger2020-03-231-0/+5
* BuildConfiguration: Add helper to create a build directoryTobias Hunger2020-03-201-0/+2
* QmakeProjectManager: Use delay timer from base classChristian Kandeler2020-03-161-0/+15
* QbsProjectManager: Make more use of base class infrastructureChristian Kandeler2020-03-121-0/+5
* ProjectExplorer: Fix BuildSystem::disabledReasonhjk2020-02-261-1/+1
* ProjectExplorer: Introduce BuildSystem::parsingStarted/Finishedhjk2020-02-121-0/+2
* ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-211-2/+5
* ProjectExplorer: Introduce per-buildsystem setRootProjectNodehjk2019-11-211-0/+5
* ProjectExplorer: Use a Kit to initialize KitInfohjk2019-11-201-0/+5
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-31/+186
* Qbs, Qmake, Python, Generic: Introduce BuildSystem derived classeshjk2019-10-251-0/+56
* BuildSystem: Do not start a new parser run while one is activeTobias Hunger2019-10-091-1/+1
* BuildSystem: Fix move semantics of ParseGuard and related codeTobias Hunger2019-10-081-0/+2
* ProjectExplorer: Add BuildSystem classTobias Hunger2019-08-291-0/+102