aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/customtoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Fix tooltips, add lacking dotsJarek Kobus2014-03-131-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | ProjectExplorer: Add history completer to path choosersTobias Hunger2013-11-261-0/+2
|/
* ProjectExplorer: Remove dead codeTobias Hunger2013-09-121-1/+0
* Introduce an enumeration for toolchain autodetection.Friedemann Kleint2013-09-031-6/+6
* Custom toolchain: Fix typoTobias Hunger2013-09-021-1/+1
* Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-211-0/+5
|\
| * CustomToolChain: emit dirty() on changesOrgad Shaneh2013-08-131-0/+5
* | ProjectExplorer: Streamline ToolchainFactory interfacehjk2013-08-121-7/+3
* | Custom Error ParserAndre Hartmann2013-08-081-4/+55
* | CustomToolChain: Fix release builds for non-windowsTobias Hunger2013-08-061-0/+4
* | Fix compilationOrgad Shaneh2013-08-061-2/+1
* | CustomToolChain: Support choosing an error parserOrgad Shaneh2013-08-061-5/+59
|/
* ProjectExplorer: extended Toolchain::CompilerFlagsSergey Shambir2013-04-301-2/+2
* ToolChain: added warningFlags() methodSergey Shambir2013-04-231-0/+6
* Fix Krazy warnings about includes/header guards in ProjectExplorer.Friedemann Kleint2013-03-121-1/+1
* Fix message in customtoolchain.cpp.Friedemann Kleint2013-02-131-1/+1