summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/buildsystem.h
Commit message (Expand)AuthorAgeFilesLines
* ProjectExplorer: Give build systems a nameChristian Kandeler2021-09-091-0/+1
* ProjectExplorer: Use FilePaths in project tree nodeshjk2021-07-161-5/+8
* Core: filepathify file renamingDavid Schulz2021-06-171-2/+6
* CMake: Duplicate CMake output in Projects modeEike Ziller2021-06-041-0/+3
* CMakePM: Fix running selected ctestsChristian Stenger2021-05-211-0/+1
* Move CommandLine out of fileutils.hEike Ziller2021-05-111-0/+4
* PE: Prepare build system for providing test informationChristian Stenger2020-11-091-0/+12
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-3/+3
* CMake: Remove magic configuration from CMakeTobias Hunger2020-06-091-0/+1
* ProjectExplorer: Introduce "extra data" handling for build systemhjk2020-04-011-0/+3
* BuildSystem: Add buildConfiguration() methodTobias Hunger2020-03-231-0/+1
* QmakeProjectManager: Use delay timer from base classChristian Kandeler2020-03-161-0/+3
* QbsProjectManager: Make more use of base class infrastructureChristian Kandeler2020-03-121-0/+1
* ProjectExplorer: Introduce BuildSystem::parsingStarted/Finishedhjk2020-02-121-0/+2
* ProjectExplorer: Introduce and use a Target::buildSystemUpdated signalhjk2019-11-211-0/+2
* ProjectExplorer: Introduce per-buildsystem setRootProjectNodehjk2019-11-211-0/+2
* ProjectExplorer: Use a Kit to initialize KitInfohjk2019-11-201-0/+1
* ProjectExplorer: Fix compilation with MSVChjk2019-11-191-1/+1
* ProjectExplorer: Move BuildSystem owership to BuildConfigurationhjk2019-11-191-58/+60
* Qbs, Qmake, Python, Generic: Introduce BuildSystem derived classeshjk2019-10-251-1/+13
* BuildSystem: Fix move semantics of ParseGuard and related codeTobias Hunger2019-10-081-2/+16
* ProjectExplorer: Add BuildSystem classTobias Hunger2019-08-291-0/+111