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