summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Haiku: Make corelib compile on HaikuTobias Koenig2015-01-105-2/+13
* QHash: clean up class definitionMarc Mutz2015-01-102-26/+26
* QtCore: mark some operations nothrowMarc Mutz2015-01-1019-68/+72
* Remove qSwap specialization from Q_DECLARE_SHAREDMarc Mutz2015-01-101-2/+0
* QUnicodeTables: mark all functions as nothrowMarc Mutz2015-01-102-18/+18
* QModelIndex: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-101-13/+13
* QRingBuffer: retrieve pointer to data more carefullyAlex Trotsenko2015-01-091-1/+1
* Get rid of QT_NO_QWARNING_MACROKai Koehne2015-01-092-3/+2
* Add QtInfoMsgKai Koehne2015-01-098-35/+325
* QStandardPaths: add AppConfigLocation.David Faure2015-01-099-12/+52
* QStateMachine: replace a QHash key involving a QPointerMarc Mutz2015-01-092-4/+22
* QStateMachine: fix some misleading codeMarc Mutz2015-01-091-3/+2
* Docs: e.g. -> for example in qhash.cppMarc Mutz2015-01-091-2/+2
* QVersionNumber: use qHashRange()Marc Mutz2015-01-091-7/+1
* Add qHashRange and qHashRangeCommutativeMarc Mutz2015-01-093-0/+139
* Don't specialize std::swap, just overload it in the global namespaceThiago Macieira2015-01-091-8/+3
* QMutex/QReadWriteLock: mark bootstrap implementations nothrowMarc Mutz2015-01-092-28/+28
* Fix authenticated POST/PUT http requests with buffering disabledAllan Sandfeld Jensen2015-01-092-30/+2
* Seal shared memory on POSIX IPCTobias Koenig2015-01-091-0/+7
* Use O_CLOEXEC flag POSIX shared memory handleTobias Koenig2015-01-091-0/+14
* Add POSIX IPC support to QSystemSemaphore and QSharedMemoryTobias Koenig2015-01-0911-336/+882
* QFileSystemWatcher: Use FSEvents FSW on OS XGabriel de Dietrich2015-01-091-4/+4
* Introduce Windows version 10.Friedemann Kleint2015-01-082-0/+6
* Unexport QVersionNumberMarc Mutz2015-01-081-7/+7
* QPair: mark relational operators and qMakePair() conditionally noexceptMarc Mutz2015-01-081-0/+7
* QPair: add member-swapMarc Mutz2015-01-082-0/+37
* Make qSwap() noexcept, if possibleMarc Mutz2015-01-081-0/+12
* QMargins: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-081-104/+105
* QRect: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-082-317/+334
* Add support for printing the real thread ID with QT_MESSAGE_PATTERNThiago Macieira2015-01-081-2/+42
* QSize: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-082-128/+128
* Remove qRegisterSequentialContainer, qRegisterAssociativeContainer tracesKai Koehne2015-01-071-5/+2
* Move a few QStringList methods up to QList<QString>Thiago Macieira2015-01-073-39/+82
* Disable the warning about deprecation inside qalgorithms.hThiago Macieira2015-01-061-2/+4
* Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-067-89/+4
* Fix QFileSystemWatcher::directoryChanged docs/testCory Bloor2015-01-051-6/+6
* QIsciiCodec: add an assert to silence CoverityGiuseppe D'Angelo2015-01-051-0/+1
* QFlags: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-051-36/+37
* Use QStringLiteral to prevent runtime string conversions.Milian Wolff2015-01-051-11/+17
* Fix undefined behavior found by GCC 5Thiago Macieira2015-01-021-1/+1
* QNX: Fix build.Rafael Roquetto2014-12-311-2/+2
* Enable ELF .interp section on HurdPino Toscano2014-12-301-1/+1
* Complete MIPS atomic support on pre-MIPS32 architecturesPino Toscano2014-12-301-1/+4
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-2910-49/+45
|\
| * QNX: Revert the change to give higher precision timers.Roger Maclean2014-12-241-16/+1
| * qstorageinfo_unix.cpp: Fix build on BSD and other unicesDmitry Shachnev2014-12-231-3/+4
| * Fix typo in Qt5CoreMacros.cmakeAleix Pol2014-12-231-1/+1
| * 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
| * Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-203-2/+14