aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/gcctoolchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Prettify gcc toolchain widgetTobias Hunger2012-06-291-1/+11
* Fix maemo toolchain handlingTobias Hunger2012-06-211-2/+14
* Profile introductionTobias Hunger2012-06-211-83/+11
* Add sysroot to the gcc tool chain system header detectionMarco Bubke2012-04-041-5/+7
* ToolChain: Remove unnecessary parameterTobias Hunger2012-02-211-1/+1
* Supply c++11 flags and per-project info to c++ code model.Erik Verbruggen2012-02-161-6/+39
* Removed module names from #include directives.Erik Verbruggen2012-02-151-9/+9
* Fix build on MacEike Ziller2012-02-101-1/+1
* Support multiple mkspecs per tool chainTobias Hunger2012-02-091-23/+32
* Toolchain: Allow overriding of detected mkspecTobias Hunger2012-02-091-5/+9
* ToolChain: Remove useless virtual methodTobias Hunger2012-02-091-9/+4
* Gcc: Fix isDirty of GccToolChainConfigWidgetTobias Hunger2012-02-071-1/+2
* Fix warning on macTobias Hunger2012-02-031-0/+2
* Mac: Do not override mkspec when cross-compilingTobias Hunger2012-02-021-12/+11
* Mingw: Suggest mkspec on linuxTobias Hunger2012-02-011-0/+7
* Mingw: Enable mingw on linuxTobias Hunger2012-02-011-2/+13
* Gcc: Fix wrong pathTobias Hunger2012-02-011-2/+4
* Gcc: more consistent naming of variablesTobias Hunger2012-02-011-32/+32
* Compile fix.Friedemann Kleint2012-01-311-2/+2
* ToolChain: Add compilerCommand() methodTobias Hunger2012-01-311-28/+25
* Toolchain: Add type() method.Tobias Hunger2012-01-311-6/+26
* Maemo: Fix misdetection of maemo tool chainsTobias Hunger2012-01-311-19/+25
* Use QUuids to identify tool chainsTobias Hunger2012-01-301-8/+5
* Long live the king!hjk2012-01-261-1/+1
* TC: Use FileName for debuggerCommand()Tobias Hunger2012-01-191-10/+10
* Move findInstalledJom to a more suitable placeDaniel Teske2012-01-171-17/+0
* Use Utils::FileName in abiTobias Hunger2012-01-171-1/+1
* Have ToolChainManager::defaultDebugger() return a FileNameTobias Hunger2012-01-131-3/+3
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-11/+11
* Moved detection of jom location to MingwToolChainOliver Wolff2012-01-061-0/+17
* Merge remote-tracking branch 'origin/2.4'Leandro Melo2011-12-211-5/+5
|\
| * GCC: Better mkspec suggestion on macTobias Hunger2011-12-201-2/+2
* | Use Utils::FileName for various bits in QtVersionDaniel Teske2011-12-071-18/+18
|/
* Override LC_ALL for the make stepTobias Hunger2011-11-221-1/+0
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* GCC: Autodetect old GCC versions needed for macx-g++XY mkspecsTobias Hunger2011-10-311-1/+7
* Fix id of gcc toolchains to include the correct abiDaniel Teske2011-10-211-0/+1
* ToolChain: Fix parsing of gcc output and localizationTobias Hunger2011-10-181-2/+1
* Build fixTobias Hunger2011-09-081-4/+8
* ABI: Improve tool chain selection for Qt projectsTobias Hunger2011-09-081-5/+46
* GCC: Add unit test for dumpmachine parsingTobias Hunger2011-08-311-0/+3
* Fix typo in enum nameTobias Hunger2011-08-311-1/+1
* GCC: Set LANG=CTobias Hunger2011-08-181-0/+1
* GCC: detect compiler setting in C localeTobias Hunger2011-07-291-1/+6
* Gcc: Detect more arm variationsTobias Hunger2011-07-011-1/+5
* GCC: Improve abi widget handlingTobias Hunger2011-06-271-1/+5
* GCC: Store supported APIs to speed up creation of options pageTobias Hunger2011-06-211-5/+19
* Gcc: Improve config widgetTobias Hunger2011-06-211-13/+14
* Abi: Allow overriding the detected abis of the gcc tool chainTobias Hunger2011-05-311-30/+15