aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer
Commit message (Expand)AuthorAgeFilesLines
...
* | ProjectExplorer: Add support for new R32C architectureDenis Shienkov2020-05-272-0/+5
* | ProjectExplorer: Add support for new M16C architectureDenis Shienkov2020-05-272-0/+5
* | Revert "JsonWizard: Fix restoreLastHistoryItem for LineEdit"Christian Stenger2020-05-262-13/+2
* | ProjectExplorer: Split deployment data using last colon on the lineVille Nummela2020-05-261-3/+3
* | Utils: Rename FilePath::rawFileName to rawFilePathhjk2020-05-221-1/+1
* | BareMetal: Add support for Renesas M32C architecture in GCC toolchainDenis Shienkov2020-05-191-0/+6
* | ProjectExplorer: Add support for new M32C architectureDenis Shienkov2020-05-192-0/+5
* | Move splitString() method to base ToolChainConfigWidgetDenis Shienkov2020-05-194-17/+18
* | ProjectExplorer: Fix soft assert in CustomParserSettingsChristian Kandeler2020-05-191-7/+3
* | GCC parser: Create fewer and better issuesChristian Kandeler2020-05-188-177/+302
* | ProjectExplorer: Parse RISC-V GCC compiler name to detect it word widthDenis Shienkov2020-05-181-1/+1
* | BareMetal: Add support for M68K architecture in GCC toolchainDenis Shienkov2020-05-181-0/+6
* | ProjectExplorer: Add support for new M68K architectureDenis Shienkov2020-05-182-0/+5
* | BareMetal: Add support for RISC-V architecture in GCC toolchainDenis Shienkov2020-05-151-0/+6
* | ProjectExplorer: Add support for new RISC-V architectureDenis Shienkov2020-05-152-0/+5
* | BareMetal: Add support for V850 architecture in GCC toolchainDenis Shienkov2020-05-151-0/+6
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-152-0/+6
|\|
| * ProjectExplorer: Ensure that the session model stays sortedChristian Kandeler2020-05-132-0/+6
* | ProjectExplorer: Give the Task class an explicit summaryChristian Kandeler2020-05-1418-73/+63
* | BareMetal: Add AVR32 architecture to the ProjectExplorer::AbiDenis Shienkov2020-05-142-0/+17
* | ProjectExplorer: Fix possible crash in RunControlChristian Kandeler2020-05-141-1/+2
* | Core::OutputWindow: Pimpl remaining membersChristian Kandeler2020-05-131-0/+1
* | ClangClParser: Adapt autotest to changes in masterChristian Kandeler2020-05-121-1/+1
* | ProjectExplorer: Fix release buildChristian Stenger2020-05-121-2/+3
* | ProjectExplorer: Generalize the concept of custom output parsersChristian Kandeler2020-05-1119-112/+617
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-05-111-2/+23
|\|
| * ClangClParser: Do not require two spaces before "error:" stringChristian Kandeler2020-05-071-2/+23
* | ProjectExplorer: Change the default value of TerminalAspectChristian Kandeler2020-05-052-2/+2
* | Core::OutputWindow: Prevent UI thread overloadChristian Kandeler2020-05-053-1/+7
* | ClangParser: Add missing linkificationChristian Kandeler2020-05-041-1/+1
* | BaseStringAspect: Provide a way to place a hook between UI and valueTobias Hunger2020-04-302-3/+24
* | QmakeProjectManager: Differentiate between different types of projectsChristian Kandeler2020-04-306-0/+6
* | BareMetal: Auto-detect IAR toolchain for Renesas 78K architectureDenis Shienkov2020-04-292-0/+5
* | BareMetal: Auto-detect IAR toolchain for Renesas RX architectureDenis Shienkov2020-04-292-0/+5
* | BareMetal: Auto-detect IAR toolchain for Renesas RH850 architectureDenis Shienkov2020-04-292-0/+5
* | BareMetal: Auto-detect IAR toolchain for Renesas V850 architectureDenis Shienkov2020-04-282-0/+5
* | Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-04-282-3/+3
|\|
| * Fix display of some file paths on WindowsChristian Kandeler2020-04-272-3/+3
* | QtSupport: Add QtTestParser to the list of output formattersChristian Kandeler2020-04-282-8/+6
* | ProjectExplorer: Fix the "unload while building" caseChristian Kandeler2020-04-273-2/+7
* | ProjectExplorer: Don't force a smallish maximum panels widget widthChristian Kandeler2020-04-242-44/+20
* | Remove unused members from some classesChristian Kandeler2020-04-231-1/+0
* | ProjectExplorer: Move build step name mapping to BuildManagerhjk2020-04-234-14/+17
* | Merge output formatters and output parsersChristian Kandeler2020-04-2354-879/+375
* | ProjectExplorer: Support bulk removal of files in project treeChristian Kandeler2020-04-221-14/+31
* | ProjectExplorer: Factor out code for finding file nodesChristian Kandeler2020-04-223-29/+37
* | ProjectExplorer: Avoid warning on unused variablehjk2020-04-211-1/+1
* | PathChooser: Allow for chooser-only selection of files/directoriesTobias Hunger2020-04-212-0/+10
* | Enforce PWD in the environment of build stepsEike Ziller2020-04-211-1/+6
* | CMake: Rename some constantsTobias Hunger2020-04-172-2/+2