aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customtoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* CppTools/ProjectExplorer: Remove enum duplicationNikolai Kosjar2018-10-081-2/+2
* Toolchains: Detect unspecified language versionNikolai Kosjar2018-10-081-8/+6
* ProjectExplorer: Rename compiler includes from System to BuiltInIvan Donchevskii2018-09-171-12/+12
* ProjectExplorer: Consistently use HeaderPathsTobias Hunger2018-09-131-6/+6
* ProjectExplorer: Rename IncludePathType to HeaderPathTypeTobias Hunger2018-09-131-2/+2
* Add system include path to HeaderPath and merge ProjectPartHeaderPathMarco Bubke2018-09-101-3/+4
* ProjectExplorer: Fix memory leaks in tree modelsIvan Donchevskii2018-08-211-2/+2
* Abi: Clean up constructorsTobias Hunger2018-06-151-1/+1
* CustomParser: Remove upgrade path for legacy settingsAndre Hartmann2018-06-141-35/+0
* Utils: Purge asConstOrgad Shaneh2018-04-091-1/+0
* Merge remote-tracking branch 'origin/4.6'Eike Ziller2018-02-131-2/+13
|\
| * Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-02-071-2/+13
| |\
| | * CustomToolChain: Read data from toolchain after setting itTobias Hunger2018-02-061-0/+3
| | * CustomToolChain: Fix expected format for predefined macrosTobias Hunger2018-02-061-2/+10
* | | CustomToolChain: Add placeholdertext to explain expected formatTobias Hunger2018-02-061-0/+1
|/ /
* | CustomToolChain: Remove unused variableRobert Loehning2017-10-271-1/+0
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-2/+1
|/
* Convert macros from plain QByteArray to a vector of structsMarco Bubke2017-09-141-35/+28
* CustomToolChain: Allow MSVC output parser on non-Windows systemsAndre Hartmann2017-04-191-39/+74
* CustomToolChain: Replace foreach with range-forAndre Hartmann2017-04-181-5/+6
* CppTools/ProjectManagers: Reduce ui blocking when loading projectsNikolai Kosjar2017-02-201-31/+52
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-6/+6
* CustomParser: Remove compatibility settingsAndre Hartmann2016-12-211-13/+0
* ToolChain: Create toolchains for different languagesTobias Hunger2016-07-141-4/+8
* ToolChainFactory: Add support for different languagesTobias Hunger2016-07-141-0/+5
* ToolChain: Make sure all ToolChains have a language setTobias Hunger2016-07-141-1/+3
* ToolChains: Trigger ToolChainManager::toolChainChanged signalTobias Hunger2016-07-061-3/+23
* Projectexplorer: Modernize codebaseTobias Hunger2016-04-151-9/+9
* ProjectExplorer: Use Qt5-style connectsOrgad Shaneh2016-02-011-11/+13
* CppTools: Remove all references to the tool chain in the project partMarco Bubke2016-02-011-2/+2
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* CustomParser: Add warning parser and output channel filterAndre Hartmann2016-01-041-8/+48
* Consistently use Utils::FileNameListTobias Hunger2015-11-161-1/+1
* ToolchainFactory: Remove unused typeidTobias Hunger2015-10-081-1/+0
* Utils: Rename PathChooser::changed() signal.Christian Kandeler2015-09-031-2/+2
* ToolChainFactories: Remove some code that is not necessaryTobias Hunger2015-07-141-6/+1
* Rename toolchain type constants in ProjectExplorerTobias Hunger2015-07-141-3/+3
* ToolChain: Get rid of type() in favor of typeId()Tobias Hunger2015-07-141-5/+0
* ToolChainFactory: Rename id() to typeId()Tobias Hunger2015-07-141-1/+1
* ToolChainFactory: Add typeIdFromMap and use it in factoriesTobias Hunger2015-07-141-2/+1
* CustomToolChain: use default copy constructor and remove unused constructorTobias Hunger2015-07-091-13/+0
* ToolChain: Turn id into a QByteArrayTobias Hunger2015-07-091-4/+4
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | ProjectExplorer: Remove unneeded qualificationsOrgad Shaneh2015-02-061-5/+5
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | Core: Add a basic extension for the JsExpanderTobias Hunger2014-09-181-1/+2
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-3/+3
* | Even more algorithm usage in ProjectExplorerDaniel Teske2014-07-161-10/+6
|/