summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix change-of-sign warnings with ICCThiago Macieira2015-01-061-3/+3
| | * Fix a memleak in QAssociativeIterable::value()Marc Mutz2015-01-042-16/+39
| | * Link against QMAKE_LIBS_EXECINFO when using backtrace(3).Raphael Kubo da Costa2015-01-031-0/+3
| | * Doc: fix the type listed for the functions in QAtomicIntegerThiago Macieira2015-01-022-91/+91
| | * [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-301-5/+4
* | | Implement the unaligned byteswap functions using the aligned onesThiago Macieira2015-01-211-191/+63
* | | Haiku: Add implementation for QStandardPathsTobias Koenig2015-01-212-0/+227
* | | Introduce helper for QML to allow creating QWidget hierarchiesSimon Hausmann2015-01-202-0/+2
* | | MSVC: Silence warning about right shift by too large amountKai Koehne2015-01-201-7/+3
* | | QIODevice: remove ineffective caching membersAlex Trotsenko2015-01-203-20/+19
* | | Android: Fix canonical form of nonexistent pathsEskil Abrahamsen Blomfeldt2015-01-191-0/+20
|/ /
* | Add QDebug support for NSObject and a few selected CoreFoundation typesTor Arne Vestbø2015-01-182-0/+110
* | Add qHash() overload for QSetMarc Mutz2015-01-182-0/+20
* | QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-171-1/+5
* | QHash: only fetch qt_qhash_seed when detaching from a null QHashMarc Mutz2015-01-171-2/+2
* | Remove Q_C_CALLBACKSThiago Macieira2015-01-172-9/+0
* | QVariant: attempt to work around an ICE on linux-arm-gnueabi-g++ (Ubuntu 11.1...Marc Mutz2015-01-161-3/+1
* | Don't call static members with objectThiago Macieira2015-01-161-3/+3
* | Add QTimeZone::{systemTimeZone,utc}Thiago Macieira2015-01-163-5/+28
* | Update QFileSelector to use QSysInfo betterThiago Macieira2015-01-161-21/+14
* | Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-131-0/+6
* | Extend selections in QGraphicsView when selection extension key downAndy Maloney2015-01-132-0/+21
* | Support QMetaType::equals()Alex Blasche2015-01-133-4/+62
* | QNX: Enable QSharedMemory and QSystemSemaphore support.Rafael Roquetto2015-01-131-7/+0
* | QFileSystemEntry: Replace manual seek in string with lastIndexOf()Orgad Shaneh2015-01-111-7/+1
* | Remove Q_STATIC_GLOBALxxx_OPERATOR macrosThiago Macieira2015-01-112-5/+1
* | Do the same for qDebug of QByteArray and QLatin1StringThiago Macieira2015-01-112-3/+51
* | QDebug: pretty-print QStrings and QStringRefsThiago Macieira2015-01-114-4/+109
* | 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