aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/builddirmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Fix project parsing notificationTobias Hunger2017-10-061-135/+108
* CMake: Quieten soft-assert on small project loadsTobias Hunger2017-09-261-12/+3
* CMake: Add option to auto-create build directoriesTobias Hunger2017-09-201-3/+14
* CMake: Fix "CMake configuration changed on disk" dialogClaus Steuer2017-07-191-3/+4
* CMake: Do not check for changes if config was changed by the userClaus Steuer2017-07-191-3/+14
* CMake: Return an empty project tree if parsing failedTobias Hunger2017-06-231-4/+0
* CMake: Fix logic for target filteringTobias Hunger2017-06-211-4/+4
* CMake: Avoid duplicate build targetsTobias Hunger2017-06-201-1/+6
* CMake: Add "test" target to cmake buildsTobias Hunger2017-06-131-0/+2
* CMake: Report special utility targets in BuildDirManager::buildTargetsTobias Hunger2017-04-271-2/+19
* CMake: Break loop in error handlingTobias Hunger2017-03-271-2/+24
* CMake: Use a CMakeProjectNode as top level cmake nodeTobias Hunger2017-03-151-1/+1
* CMake: Trim down on headersTobias Hunger2017-03-131-18/+1
* FolderNode: Remove makeEmpty() againTobias Hunger2017-03-101-1/+0
* Remove spaces in initializer listsTim Jenssen2017-02-221-1/+1
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-4/+3
* CMake: Reimplement CMakeCache.txt parsing in BuildDirManagerTobias Hunger2017-02-101-0/+13
* ProjectExplorer: Merge FolderNode's m_{file,folder}Node fieldshjk2017-02-091-1/+1
* ProjectExplorer: Introduce some FolderNode convenience functionshjk2017-01-271-4/+3
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-4/+3
* CMake: Mark configuration items that were taken from the CMakeCache.txt fileTobias Hunger2017-01-191-0/+4
* CMake: Always put in a CMakeLists.txt fileTobias Hunger2016-12-211-8/+2
* CMake: Pass const QList<const FileNode *> to Directory ReadersTobias Hunger2016-12-211-19/+4
* CMake: make project file system tree scanner persistentAlexander Drozdov2016-12-131-71/+10
* CMake: Clear tasks when forceParse-ingTobias Hunger2016-12-051-2/+2
* CMake: Cache cmake configuration only onceTobias Hunger2016-12-021-2/+4
* CMake: No need to update the reader when it already is up to dateTobias Hunger2016-12-021-3/+1
* CMake: Clean cmake cache on compiler changesTobias Hunger2016-12-021-1/+3
* CMake: Cache buildtargets in builddirmanagerTobias Hunger2016-11-301-1/+7
* CMake: Do not crash when restarting a filesystem scanTobias Hunger2016-11-141-16/+16
* CMake: Project tree for server mode dataTobias Hunger2016-11-141-2/+3
* CMake: Always show CMakeLists.txt in project treeTobias Hunger2016-11-141-2/+14
* CMake: Show scanned header files in project tree (TeaLeafReader)Tobias Hunger2016-11-141-2/+4
* CMake: Pass scanned files on to builddirreadersTobias Hunger2016-11-141-1/+22
* CMake: Clear buildsystem related tasks before starting a new parser runTobias Hunger2016-11-071-0/+2
* CMake: Scan cmake tree for filesTobias Hunger2016-11-041-1/+64
* CMake: Make connections in server-mode setup more robustTobias Hunger2016-11-011-5/+5
* CMake: Force reparsing of cmake projectsTobias Hunger2016-10-311-0/+1
* CMake: Use ServerModeReader to retrieve dataTobias Hunger2016-10-311-75/+99
* CMake: Implement different backends to run cmakeTobias Hunger2016-10-311-616/+60
* CMake: handle CMake files saving only for active build configurationAlexander Drozdov2016-10-191-1/+6
* CMake: Turn CMakeConfigItem into a CMake argumentTobias Hunger2016-10-171-25/+1
* CMake: Update button labels on dialog asking to import CMake changesTobias Hunger2016-10-171-2/+3
* CMake: Use Utils::FileName where appropriateTobias Hunger2016-10-171-10/+11
* CMake: Only pass the path mapper to the cbp-parserTobias Hunger2016-10-171-1/+2
* CMake: Do not continue watching files after a different BC got activeTobias Hunger2016-10-121-0/+3
* CMakeProjectManager: Support drop down selector for optionsAlexander Drozdov2016-10-101-0/+10
* CMake: Move more code into BuildDirManagerTobias Hunger2016-10-101-0/+138
* CMake: Trigger cmake run *before* build when files changedTobias Hunger2016-10-071-2/+18
* CMake: Move code from CMakeProject into BuildDirManagerTobias Hunger2016-10-061-35/+60