summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildsystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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