summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/abi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Long live the king!hjk2012-01-261-1/+1
* Abi: Handle ARM OSABI in elf filesTobias Hunger2012-01-251-0/+4
* Use Utils::FileName in abiTobias Hunger2012-01-171-4/+4
* ProjectExplorer: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2012-01-091-2/+2
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* ABI: More unit test dataTobias Hunger2011-10-041-0/+3
* Fix typoTobias Hunger2011-09-231-1/+1
* ABI: Add sh architectureTobias Hunger2011-09-221-0/+14
* Fix thinkoTobias Hunger2011-09-161-1/+1
* ABI: Make "linux-generic" ABIs compatible with "linux-*"Tobias Hunger2011-09-161-7/+10
* Fixed operator precedenceRobert Loehning2011-09-121-3/+4
* Abi: Add isNull() methodTobias Hunger2011-09-071-0/+9
* ABI: Add one more unit testTobias Hunger2011-08-311-0/+3
* ABI: fix endian issuesTobias Hunger2011-08-311-37/+79
* ABI: Improve detection of Windows PETobias Hunger2011-08-311-4/+13
* Fix typo in enum nameTobias Hunger2011-08-311-4/+4
* ABI: Detect mips based wince binariesTobias Hunger2011-07-111-0/+7
* Abi: Update to use creator-test-data repo for the abi test dataTobias Hunger2011-06-241-22/+24
* Abi: Fix detection of ELF files on big endian machinesTobias Hunger2011-06-231-0/+4
* Abi: Allow overriding the detected abis of the gcc tool chainTobias Hunger2011-05-311-0/+43
* Abi: Add unit tests and support for more unix flavorsTobias Hunger2011-05-311-15/+58
* Added FreeBSD os and FreeBSD flavor supportDimanNe2011-05-311-7/+23
* Krazy fixes (spelling, single char strings, char constants).Friedemann Kleint2011-05-101-1/+1
* Fix ABI detection of static mingw libraries on windowsTobias Hunger2011-05-061-8/+8
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Documentation: Add ProjectExplorer plugin..Friedemann Kleint2011-04-141-0/+9
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-17/+20
|\
| * Update license.hjk2011-04-131-14/+13
| * Toolchain: Fix detection of static librariesTobias Hunger2011-04-111-3/+7
* | Abi: Mips supportTobias Hunger2011-04-061-0/+4
* | Abi: Make *-linux-generic-* compatible with *-linux-*Tobias Hunger2011-03-281-5/+14
|/
* Abi: Add unit test for arm linux librariesTobias Hunger2011-03-241-2/+4
* Unit test for Abi::abisOfBinary(...)Tobias Hunger2011-03-211-8/+116
* Use distinct ABIs for MSVC versionsTobias Hunger2011-03-211-9/+39
* Abi: Add operator !=Tobias Hunger2011-03-101-0/+5
* Detect ABIs of static libsTobias Hunger2011-03-031-38/+56
* abi detection: use four byte for four byte magic stringshjk2011-03-021-1/+1
* Compile.Friedemann Kleint2011-03-021-0/+1
* Handle static Qt libraries on macTobias Hunger2011-03-021-98/+147
* Distinguish between msvc and mingw binariesTobias Hunger2011-03-011-4/+23
* Fix Krazy code scanning tool warnings (QString, loops, spelling).Friedemann Kleint2011-02-251-1/+1
* toolchain: fix enum naming stylehjk2011-02-231-122/+122
* ToolChain: Refactor toolchain supportTobias Hunger2011-02-211-0/+429