summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qprocessordetection.h
Commit message (Expand)AuthorAgeFilesLines
* Add Integrity ARMv8 detectionTero Alamäki2017-05-291-4/+5
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-3/+3
|\
| * Fix MIPS32 processor detectionAllan Sandfeld Jensen2017-01-241-3/+3
* | Add support for building for INTEGRITY using GHS toolchainKimmo Ollila2017-01-101-2/+5
|/
* Remove Windows CE vestigesJoerg Bornemann2016-06-021-1/+1
* Avoid failing on 64-bit ARMLaszlo Agocs2016-05-191-1/+1
* Make it an #error if we failed to detect the ARM architecture versionThiago Macieira2016-05-101-0/+2
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-081-23/+27
|\
| * qprocessordetection.h: Fix detection of 32-bit ARMv8Thiago Macieira2015-12-211-20/+27
* | Add GHS toolchain architecture macros.Rolland Dudemaine2015-12-041-4/+5
* | Aarch64: fix Q_PROCESSOR_ARM_V8 detection.Erik Verbruggen2015-11-261-1/+3
|/
* Move pointer size detection entirely to qprocessordetection.hThiago Macieira2015-10-261-8/+27
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Use __aarch64__ instead of __arm64__ to detect AArch64Tor Arne Vestbø2014-11-041-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix x86/32-bit build when using an old version of gccJulien Brianceau2014-08-141-0/+1
* Enable sparc detection.Lisandro Damián Nicanor Pérez Meyer2014-06-271-6/+9
* Enable s390[x] detection.Lisandro Damián Nicanor Pérez Meyer2014-04-031-6/+6
* Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-101-3/+2
* Declare qregister[u]int, an integer the size of the machine's wordThiago Macieira2014-01-301-0/+21
* WinRT: Basic global supportAndrew Knight2013-09-201-1/+1
* Add support for ARMv8/ARM64 to qprocessordetection.hTor Arne Vestbø2013-09-161-3/+13
* Define Q_PROCESSOR_X86 to the x86 familyThiago Macieira2013-08-221-2/+24
* qprocessordetection: add armv7sRichard Moe Gustavsen2013-04-191-0/+2
* Add predefined macros for endian detection with the TI toolchainsLaszlo Papp2013-03-181-2/+2
* Add __ARM_ARCH_5TE__ to Q_PROCESSOR_ARM_V5BogDan Vatra2013-03-021-0/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix processor detection for MSVC ARM compiler (WEC7).Janne Anttila2012-08-201-4/+7
* Fix endian detection for winceAndreas Holzammer2012-06-041-1/+1
* Ensure that qXXXdetection.h can be included directlyThiago Macieira2012-04-211-0/+4
* Remove -arch argument and #define QT_ARCH from configuresBradley T. Hughes2012-03-131-0/+4
* byteorder: Fix compilation for MIPS and GCC < 4.6.Holger Hans Peter Freyther2012-03-101-0/+6
* byteorder: Improve the implementation comments for auto-detectHolger Hans Peter Freyther2012-03-091-6/+14
* misc: Fix some random typos and grammar while reading code.Holger Hans Peter Freyther2012-03-091-1/+1
* Fixed warnings from arm builds with -WundefRohan McGovern2012-03-071-3/+3
* Remove Q_BYTE_ORDER and -*-endian arguments from configuresBradley T. Hughes2012-03-021-1/+75
* Rename Q_PROCESSOR_POWERPC to Q_PROCESSOR_POWERBradley T. Hughes2012-02-201-6/+10
* Document Q_PROCESSOR_* macrosBradley T. Hughes2012-02-181-0/+3
* Remove HP PA-RISC atomic implementation.Bradley T. Hughes2012-02-131-6/+0
* Remove failing for ARM Architectures.Andreas Holzammer2012-02-111-2/+0
* Add qprocessordetection.hBradley T. Hughes2012-02-081-0/+194