- 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 1 commit
-
-
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>
-
- 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>
-
- 07 Dec, 2011 1 commit
-
-
Daniel Teske authored
Change-Id: I3afc3a4f2e0dd2671279c2d071779f1d7b277849 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 08 Sep, 2011 1 commit
-
-
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>
-
- 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 2 commits
-
-
Tobias Hunger authored
Note: Parsing of error messages is still missing. So Build Issues are not properly reported yet.
-
Tobias Hunger authored
Make the toolchains report their mkspec files and use the mkspec of the toolchain if it does provide one. Fall back to the Qt version's mkspec otherwise. Task-number: QTCREATORBUG-4396
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 19 Apr, 2011 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-4589
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 10 Mar, 2011 1 commit
-
-
Tobias Hunger authored
* Save ABI in toolchain * have guessGccAbi return a list of possible matches. Tasknumber: QTCREATORBUG-3996 Reviewed-by: dt
-
- 28 Feb, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 23 Feb, 2011 1 commit
-
-
Friedemann Kleint authored
Clean up code.
-
- 22 Feb, 2011 2 commits
-
-
Friedemann Kleint authored
Rubber-stamped-by:
Tobias Hunger <tobias.hunger@nokia.com> Rubber-stamped-by: hjk
-
Tobias Hunger authored
-
- 21 Feb, 2011 1 commit
-
-
Tobias Hunger authored
Refactor ToolChains in Qt Creator: * Allow for several toolchains of the same type * Be smarter wrt. guessing what kind of output a toolchain produces. This allows us to eventually handle e.g. embedded linux setups way better than before. * Be smarter wrt. guessing what kind of environment a Qt version needs. * Improve auto-detection of toolchains a bit * Decide on which debugger to use based on the kind of output produced by the compiler. * Add options page to configure toolchains * Remove toolchain related options from the Qt version dialog Reviewed-by: dt
-