summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-1135-240/+240
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-2/+2
|\
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-2/+2
| |\
| | * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-161-4/+3
| | |\
| | * | Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
* | | | introduce /dev variants of qmake propertiesOswald Buddenhagen2015-02-052-6/+21
* | | | write relative paths to qconfig.cpp as far as possibleOswald Buddenhagen2015-02-052-11/+18
* | | | Use Q_ENUM and Q_FLAG in the Qt namespaceOlivier Goffart2015-02-041-48/+95
* | | | fix relative path resolution inconsistency in qmake propertiesOswald Buddenhagen2015-02-021-1/+3
* | | | less preprocessor magic relating to qmake buildOswald Buddenhagen2015-02-021-5/+5
* | | | complete reversal of adding QLibraryInfo to the bootstrap libraryOswald Buddenhagen2015-02-022-30/+22
* | | | Centralize use of __attribute__((noinline))Marc Mutz2015-01-291-0/+8
* | | | qlogging: Fix build on FreeBSD after 63cd16d.Raphael Kubo da Costa2015-01-281-2/+2
* | | | corelib: Fix a faulty 5.4->dev merge.Raphael Kubo da Costa2015-01-281-0/+1
* | | | Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-252-2/+8
* | | | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devSimon Hausmann2015-01-216-17/+90
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-216-17/+90
| |\| | |
| | * | | Bump versionOswald Buddenhagen2015-01-191-2/+2
| | * | | Fix compilation with Apple Clang 425Thiago Macieira2015-01-171-2/+10
| | * | | Move enabling of C++11 Unicode Strings with ICC from 12.1 to 14.0Thiago Macieira2015-01-171-1/+1
| | | |/ | | |/|
| | * | de-duplicate and comment EffectivePaths presence detectionOswald Buddenhagen2015-01-091-2/+3
| | * | remove nonsensical conditionalOswald Buddenhagen2015-01-091-2/+0
| | |/
| | * Windows: Fix OS version determination for Windows >= 8Friedemann Kleint2015-01-071-10/+68
| | * Doc: Fixed date format doc bug in QDateTime/Qt namespaceOrgad Shaneh2015-01-061-1/+1
| | * Give ICC-as-Clang a Q_CC_CLANG version number tooThiago Macieira2015-01-061-0/+4
| | * Re-enable constexpr for ICC 15Thiago Macieira2015-01-061-0/+1
| | * Link against QMAKE_LIBS_EXECINFO when using backtrace(3).Raphael Kubo da Costa2015-01-031-0/+3
* | | Implement the unaligned byteswap functions using the aligned onesThiago Macieira2015-01-211-191/+63
* | | QIODevice: remove ineffective caching membersAlex Trotsenko2015-01-201-1/+1
|/ /
* | Remove Q_C_CALLBACKSThiago Macieira2015-01-171-3/+0
* | Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-132-0/+21
* | QNX: Enable QSharedMemory and QSystemSemaphore support.Rafael Roquetto2015-01-131-7/+0
* | Haiku: Make corelib compile on HaikuTobias Koenig2015-01-102-0/+8
* | Remove qSwap specialization from Q_DECLARE_SHAREDMarc Mutz2015-01-101-2/+0
* | Get rid of QT_NO_QWARNING_MACROKai Koehne2015-01-091-2/+1
* | Add QtInfoMsgKai Koehne2015-01-093-21/+209
* | Don't specialize std::swap, just overload it in the global namespaceThiago Macieira2015-01-091-8/+3
* | Introduce Windows version 10.Friedemann Kleint2015-01-082-0/+6
* | Make qSwap() noexcept, if possibleMarc Mutz2015-01-081-0/+12
* | Add support for printing the real thread ID with QT_MESSAGE_PATTERNThiago Macieira2015-01-081-2/+42
* | Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-9/+2
* | QFlags: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-051-36/+37
* | QNX: Fix build.Rafael Roquetto2014-12-311-2/+2
* | Enable ELF .interp section on HurdPino Toscano2014-12-301-1/+1
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-292-25/+22
|\|
| * Simplify use of __has_include in qlogging.cppThiago Macieira2014-12-201-12/+9
| * Use the GCC and Clang __builtin_bswap intrinsics in qbswapThiago Macieira2014-12-201-13/+13
* | Fix detection of C++11 Unicode strings with icl.exeThiago Macieira2014-12-202-3/+9
* | Unbreak the build with the Intel compiler on WindowsThiago Macieira2014-12-201-1/+11
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-12/+0