- 01 Feb, 2012 4 commits
-
-
Tobias Hunger authored
Change-Id: I04dbe0c08f0106834661606bfd65da252637b8f4 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I1fd01abd66ffd7cf1328590eaad707dbe52cead5 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6890 Change-Id: I8c8a39e5bb61b11f03eb970fbeb9538a47cd8c0f Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I684f4bb4837e0f5c142128c37196fa9ef3b5af22 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 31 Jan, 2012 4 commits
-
-
Friedemann Kleint authored
Change-Id: I6d6007dc9578acae62c1d41a07164a917e879cd5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Tobias Hunger authored
Add a method returning the compiler command used. With this information the buildsystem plugins can do better setup of the project. Note that the compilerCommand refers to a C++ compiler! Change-Id: Iad0bfa6a532cbdc38228db71599ab6192cb6127c Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Tobias Hunger authored
Rename typeName() to typeDisplayName() to make it clear that this is a user visible string that is translated. Add type() method to provide a simple string that can be used by build system plugins to find out which kind of toolchain currently is in use. Change-Id: I7c3f050aa82c8b17071fd03ee142c5ae2f17b1de Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Marco Bubke <marco.bubke@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6876 Change-Id: I6410a9894c2482d2b6ea7f2fba9b67f7fdb4fff6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 30 Jan, 2012 1 commit
-
-
Tobias Hunger authored
Save/Restore has been updated to reflect this: We now save manual as well as auto-detected tool chains into the user toolChains.xml file. When loading we load the SDK as well as the user toolChains.xml files. We then do a autodetection run. All the tool chains restored that are marked up as auto-detected are then checked again: * the tool chain was autodetected again: Throw away the newly auto- detected tool chain and reuse the saved one. This makes sure we keep the QUuid that is now part of the tool chains id. * the tool chain was not autodetected again: Throw away the saved tool chain. * the tool chain was newly autodetected: Add the new tool chain We keep the old id around in the legacyId() method. It is used when loading old .user files only. So there is no need to implement this method for new tool chains. Task-number: QTCREATORBUG-6702 Change-Id: Ifc0a216e5351a8a57db03615ba329e355e7d5f59 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 19 Jan, 2012 1 commit
-
-
Tobias Hunger authored
Change-Id: Ifa168b95d290bfae5c342981c4e4556d6f6913eb Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 17 Jan, 2012 2 commits
-
-
Daniel Teske authored
Jom does not replace mingw32-make but nmake Change-Id: Id9849cfb7313f08f7dc1ca9b67997b6589e7942b Reviewed-by:
Oliver Wolff <oliver.wolff@nokia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Use FileName when passing in a file to extract ABIs from. Also convert some helper functions in baseqtversion to use FileNames in favor of normal strings. Change-Id: I41c724c4c05bb4ff0d8b832f84fffa08d64762d9 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 13 Jan, 2012 1 commit
-
-
Tobias Hunger authored
Fix fallout of that change. Change-Id: I2ba7187b232d17d03fecbea63fa68920bdafc5f2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 09 Jan, 2012 1 commit
-
-
Friedemann Kleint authored
- Add missing translations - Remove some unneeded conversions. Change-Id: Ia30e5c838099e52a9f38ca4854395c10c0391075 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 06 Jan, 2012 1 commit
-
-
Oliver Wolff authored
As mingw and perhaps other toolchains using gnu makefiles might want to use jom as well, it should be possible to obtain jom's location from somewhere else. Change-Id: I25ac88b51c84a9d19e5e61a4caa53e1b1a5d5fb9 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 20 Dec, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: Ie613fc0b2ba6a06b5726bf40aa50958c84b9b772 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Mirko Boehm <mirko@kde.org> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 07 Dec, 2011 1 commit
-
-
Daniel Teske authored
Change-Id: I3afc3a4f2e0dd2671279c2d071779f1d7b277849 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 22 Nov, 2011 1 commit
-
-
Tobias Hunger authored
Override LC_ALL in the makestep, not LANG in the toolchain's addToEnvironment. Task-number: QTCREATORBUG-6488 Change-Id: Ic3de4f53f99b6b9d88a1337c65aa7f4839d4099d Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 31 Oct, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: If35b1ef2c0eba424cbdf70e0405243c14d413bab Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 21 Oct, 2011 1 commit
-
-
Daniel Teske authored
Change-Id: Ibdccea90c1a234a5c4ddaed27f0d50cb3204f603 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 18 Oct, 2011 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-6253 Change-Id: Icb5b204e93e216c94b369349992d1eb21ec60a62 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 08 Sep, 2011 2 commits
-
-
Tobias Hunger authored
Change-Id: I2cef68b757d6f0affd21151a7f59029dce814c95 Reviewed-on: http://codereview.qt-project.org/4485 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
* Set a null-ABI for toolchains where detection of ABI failed: This allows the user to select any tool chain. * Warn if ABI detection fails by showing a message in the Qt version setup dialog * Do not override the mkspec if the Qt version has a null ABI only: We (have to) trust the user to know what he is doing in that case. * GCC: Add version information to GCC tool chain and use it to select the mkspec on Mac. * GCC: Do not override mkspec if we do a cross-compile (and actually detect that). * GCC: Leave out -32 or -64 from mkspec if the compiler binaries ABI matches the target ABI. * Linux-generic is compatible with all other linuxes (both ways) The targets themselves do additional filtering and will remove anything that does not work for them anyway. Task-number: QTCREATORBUG-5756 Task-number: QTCREATORBUG-5960 Change-Id: Ib3c0ac91f3aa8e2a823e3e9891a02bdccb97af14 Reviewed-on: http://codereview.qt-project.org/4281 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 31 Aug, 2011 2 commits
-
-
Tobias Hunger authored
Change-Id: I9be657018f0cb98b0acb8d6139389ab61ebab070 Reviewed-on: http://codereview.qt.nokia.com/4002 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com>
-
Tobias Hunger authored
Change-Id: I5de645197318062f2174e0205bfffc98413f911e Reviewed-on: http://codereview.qt.nokia.com/3997 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 18 Aug, 2011 1 commit
-
-
Tobias Hunger authored
Set LANG=C when building with GCC. This can be overridden in the environment section of the project build settings. This change should make sure that Qt Creator is able to properly parse build issues. Task-number: QTCREATORBUG-4011 Change-Id: Ibff57feff7945fc7e03acca3a86323b63c9d66ae Reviewed-on: http://codereview.qt.nokia.com/3193 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 29 Jul, 2011 1 commit
-
-
Tobias Hunger authored
Run detection of GCC compiler settings using the C locale. This should fix detection of some settings in non english locales. Task-number: QTCREATORBUG-5637 Change-Id: I3ea74ce5374fb03ea0cd43566ee302c635e02cd4 Reviewed-on: http://codereview.qt.nokia.com/2387 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- 01 Jul, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I7ba71f862ea2be0695643efdb6ca551cc43c95c3 Reviewed-on: http://codereview.qt.nokia.com/1005 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 27 Jun, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I296848c0615fe0aca0dff3324054be7d7ec86b52 Reviewed-on: http://codereview.qt.nokia.com/785 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 21 Jun, 2011 2 commits
-
-
Tobias Hunger authored
Change-Id: Ie93603425183a7c1cd1d62711fd6f22abed7be9f Reviewed-on: http://codereview.qt.nokia.com/545 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Tobias Hunger authored
Change-Id: Id26ed4c1712ae93c70efb7f23ef00684ead9ca0a Reviewed-on: http://codereview.qt.nokia.com/405 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 31 May, 2011 3 commits
-
-
Tobias Hunger authored
Change-Id: Ief8985a0f6c8746bb5a0c15c8dcec5387b379159 Reviewed-on: http://codereview.qt.nokia.com/267 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I7a1cc69e36217c8d29e3ada0950cafa670f490b6 Reviewed-on: http://codereview.qt.nokia.com/263 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
DimanNe authored
Change-Id: If0e4351fd8736d14bb8f766ef6572d7260e1f01c Merge-request: 338 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/262 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
- 19 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: Icdac7eadd2f4323b884f6dd963a4716a93d00034 Reviewed-on: http://codereview.qt.nokia.com/8 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- 18 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: Ic5bb4742e07009172d64acb53c07659c3f4d640a
-
- 17 May, 2011 1 commit
-
-
Christian Kandeler authored
Reviewed-by: Tobias Hunger
-
- 13 May, 2011 1 commit
-
-
Tobias Hunger authored
Note: Parsing of error messages is still missing. So Build Issues are not properly reported yet.
-