summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager
Commit message (Expand)AuthorAgeFilesLines
* CMake: Select better default target when a buildstep's target is no longer foundTobias Hunger2019-07-291-1/+1
* CMake: Update target list in build step list widgetTobias Hunger2019-07-291-3/+3
* CMake: Add helper method to find the default build target for a BuildStepTobias Hunger2019-07-292-8/+15
* CMake: Fix target names for "current executable" selectionTobias Hunger2019-07-291-3/+8
* Cmake: Fix deprecation warninghjk2019-07-051-2/+1
* Avoid more deprecation warningshjk2019-07-051-1/+1
* More Utils::toSet/toListhjk2019-07-042-2/+2
* Merge remote-tracking branch 'gerrit/4.9' into 4.10Eike Ziller2019-06-131-2/+1
|\
| * CMake: Do not QTC_ASSERT when Qml support is disabledTobias Hunger2019-06-131-2/+1
* | CMake: Use Utils::CommandLine for server mode processhjk2019-06-032-17/+13
* | CMake: Use Utils::CommandLine for CMakeBuildStephjk2019-06-033-26/+18
* | CMake: Support building a single fileOrgad Shaneh2019-05-296-0/+140
* | Utils: Extract a CommandLine structure from a QtcProcesshjk2019-05-292-2/+2
* | connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-283-4/+4
* | Utils: Rename FileName to FilePathhjk2019-05-2836-294/+294
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-281-5/+0
|\ \ | |/
| * CMake: don't disable widgets on configuration errorAaron Barany2019-05-241-6/+0
* | ProjectExplorer: Use the new way for dependent aspectshjk2019-05-281-1/+1
* | Directly construct KitAspect::toUserOutput return valueshjk2019-05-281-4/+3
* | ProjectExplorer: Introduce a alias for QList<Tasks>hjk2019-05-285-25/+25
* | CMake: Avoid a temporary QFileInfohjk2019-05-281-1/+1
* | CMake: Set the correct build system target to the project partChristian Stenger2019-05-272-2/+2
* | More FileName::appendPath() -> .pathAppended() changeshjk2019-05-271-2/+1
* | ProjectExplorer: Add a "product" tag to the ProjectNode classChristian Kandeler2019-05-271-0/+1
* | Remove excess blank lines after namespaceOrgad Shaneh2019-05-272-2/+0
* | More FileName::pathAppended()hjk2019-05-202-3/+3
* | Utils: Make FileName::shortNativePath a memberhjk2019-05-201-1/+1
* | Utils: Make FileName::canonicalPath a memberhjk2019-05-202-3/+3
* | Qt Creator CMake portCristian Adam2019-05-171-0/+42
* | More FileName::appendPath() -> .pathAppended()hjk2019-05-176-18/+10
* | Cmake: Use FileName::pathAppended()hjk2019-05-161-2/+1
* | Some more FileName::appendPath -> pathAppended() changeshjk2019-05-153-6/+5
* | ProjectExplorer: Use Utils::FileName in ProcessParametershjk2019-05-153-6/+6
* | Utils: Replace mutating FileName::appendStringhjk2019-05-151-2/+1
* | ProjectExplorer: Remove BuildTargetInfoList wrapper classhjk2019-05-143-5/+5
* | CMake: Remove CMakeBuildTarget::clear()hjk2019-05-145-51/+1
* | Remove unused fileshjk2019-05-131-493/+0
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-081-1/+2
|\ \ | |/
| * CMakeProjectManager: Fix deployment data setupChristian Kandeler2019-04-241-1/+2
* | Fix Qt version for auto-detected kitsEike Ziller2019-05-071-0/+2
* | CMake: Fix inconsistent copy ctor/operator=Orgad Shaneh2019-05-074-7/+2
* | CMake: Remove redundant std::moveOrgad Shaneh2019-05-071-1/+1
* | Revert "ProjectExplorer: Upstream CMake's handling of outdated builds"hjk2019-05-032-0/+27
* | ProjectExplorer: Rename ProjectTree::findCurrentNode to currentNodehjk2019-04-301-1/+1
* | cmake: do not change filter line edit state in case cmake parsing failsAsit Dhal2019-04-291-1/+0
* | Add path completion to .pro and CMakeLists.txt editorsDaniel Teske2019-04-251-0/+1
* | RemoteLinux: Retrieve deployment info from local install rootChristian Kandeler2019-04-233-4/+33
* | CompilationDatabase: Ask for the root path and scan for headersIvan Donchevskii2019-04-055-294/+6
* | ProjectExplorer: Switch order of template parametershjk2019-04-021-1/+1
* | CMakePM: Fix order of initializationChristian Stenger2019-03-203-4/+4