Commit Graph

13 Commits

Author SHA1 Message Date
Tobias Hunger
08423ddd34 Abi: Make *-linux-generic-* compatible with *-linux-* 2011-03-28 16:41:11 +02:00
Tobias Hunger
6ad7df6940 Abi: Add unit test for arm linux libraries
Reviewed-by: dt
2011-03-24 15:44:23 +01:00
Tobias Hunger
dcae06a5c5 Unit test for Abi::abisOfBinary(...) 2011-03-21 18:04:48 +01:00
Tobias Hunger
b2df065b56 Use distinct ABIs for MSVC versions
Use a distinct ABI OS flavor for each of the supported MSVC versions.

Task-number: QTCREATORBUG-4129
2011-03-21 15:46:42 +01:00
Tobias Hunger
5b4d841d12 Abi: Add operator !=
Reviewed-by: dt
2011-03-10 15:50:06 +01:00
Tobias Hunger
cb7cca793a Detect ABIs of static libs 2011-03-03 16:35:04 +01:00
hjk
b37cd3325c abi detection: use four byte for four byte magic strings 2011-03-02 17:19:06 +01:00
Friedemann Kleint
209b9d7454 Compile. 2011-03-02 15:36:59 +01:00
Tobias Hunger
c9f7d779a6 Handle static Qt libraries on mac 2011-03-02 15:12:21 +01:00
Tobias Hunger
4c7593f74d Distinguish between msvc and mingw binaries
Distinguish between binaries built using MSVC and MinGW.
2011-03-01 18:05:16 +01:00
Friedemann Kleint
88f333267f Fix Krazy code scanning tool warnings (QString, loops, spelling). 2011-02-25 15:28:01 +01:00
hjk
a8ae618d75 toolchain: fix enum naming style
Reviewed-By: Tobias Hunger
2011-02-23 17:56:33 +01:00
Tobias Hunger
8d0c477245 ToolChain: Refactor toolchain support
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
2011-02-21 18:33:23 +01:00