summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qendian.h
Commit message (Expand)AuthorAgeFilesLines
* doc: Add missing template textMartin Smith2017-12-041-1/+3
* Move endian-specific integer types to public qtendian headerAllan Sandfeld Jensen2017-07-091-0/+121
* Mark bswap and related methods constexprAllan Sandfeld Jensen2017-06-201-81/+33
* Remove duplicated QT_HAS_BUILTIN defineBogDan Vatra2016-06-211-6/+0
* Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1Thiago Macieira2016-05-261-28/+29
* Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-261-4/+20
|\
| * Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-251-10/+20
* | 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
* | Add the QT_HAS_xxx macros for post-C++11 feature testingThiago Macieira2015-10-161-8/+0
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-211-2/+10
|\
| * Fix compilation with Apple Clang 425Thiago Macieira2015-01-171-2/+10
* | Implement the unaligned byteswap functions using the aligned onesThiago Macieira2015-01-211-191/+63
|/
* Use the GCC and Clang __builtin_bswap intrinsics in qbswapThiago Macieira2014-12-201-13/+13
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix tst_qtendian autotest build for WEC7.Janne Anttila2013-05-301-1/+4
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Removing duplicate includesSergio Ahumada2012-09-091-2/+0
* Need #include <string.h> to use memcpyShawn Rutledge2012-09-031-0/+1
* string.h is needed for memcpy()Oswald Buddenhagen2012-08-021-0/+2
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* Enable endianness conversions on q(u)int8João Abecasis2012-03-251-0/+16
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fix the build for QUuidLiang Qi2011-05-271-0/+5
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+370