summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-076-0/+6
* winrt: Handle dispatcher thread changeAndrew Knight2014-08-071-18/+21
* QCommandLineParser: support extremely concise option configuration in C++11Marc Mutz2014-08-066-2/+102
* Implement QStringRef::splitJędrzej Nowacki2014-08-062-2/+38
* Remove the last remnants of iWMMXt in QtThiago Macieira2014-08-053-40/+7
* Doc: normalize the {to,from}WCharArray text about encodingsThiago Macieira2014-08-051-4/+4
* Add a few missing Neon constructsThiago Macieira2014-08-052-7/+7
* QFutureInterface: allow to work with a QThreadPool != globalInstance()Marc Mutz2014-08-053-5/+16
* Logging: use the known function when the first frame of the backtrace is unknownOlivier Goffart2014-08-051-3/+7
* Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-08-054-9/+29
|\
| * Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-08-044-9/+29
| |\
| | * Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-302-8/+17
| | |\
| | | * Support MIPS atomic on pre-MIPS32 architecturesAurelien Jarno2014-06-271-2/+8
| | | * Enable sparc detection.Lisandro Damián Nicanor Pérez Meyer2014-06-271-6/+9
| | * | Work around ICC bug in local static symbols for Q_GLOBAL_STATICThiago Macieira2014-07-301-1/+10
* | | | Add Q_ENUMS for Qt::MouseEventSource, Qt::FocusReason.Friedemann Kleint2014-08-051-0/+2
* | | | QList: Fix MSVC 64bit warning about loss of data.Friedemann Kleint2014-08-051-1/+1
|/ / /
* | | QList: add missing reserve() call in the initializer_list ctorMarc Mutz2014-08-031-1/+1
* | | Support multimedia keys on WindowsAllan Sandfeld Jensen2014-08-021-0/+9
* | | Make QOpenGLWidget publicLaszlo Agocs2014-08-012-0/+9
* | | QTimeZone: optimize QTimeZonePrivate::isValidId()Marc Mutz2014-07-311-18/+29
* | | Android: Really suspend apps that are put in the backgroundBogDan Vatra2014-07-311-1/+1
* | | Add ascii_isspace to replace the locale-dependent isspace(3)Thiago Macieira2014-07-313-10/+37
* | | Micro-optimize QXmlStreamReaderPrivate.Jędrzej Nowacki2014-07-311-3/+3
* | | Add QString::splitRef functions.Jędrzej Nowacki2014-07-312-0/+75
* | | Doc: update the list of typical values for xxxCpuArchitectureThiago Macieira2014-07-311-2/+12
* | | Attempt to add support for Solaris sysinfo callThiago Macieira2014-07-311-3/+24
* | | Use an enum to check that the OS is saving the register stateThiago Macieira2014-07-311-1/+18
* | | Merge "Merge remote-tracking branch 'origin/5.3' into dev" into refs/staging/devFrederik Gladhorn2014-07-302-6/+6
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-292-6/+6
| |\| |
| | * | Use the stateless UTF-8 encoder in QStringRef::toUtf8Thiago Macieira2014-07-251-1/+1
| | * | Doc: corrected autolink errors in qnamespace.qdocNico Vertriest2014-07-231-5/+5
* | | | Don't parse /etc/os-release every time we need to do uname(2)Thiago Macieira2014-07-301-39/+16
* | | | Fix QByteArray::to{Upper,Lower} when the array contains embedded nullsThiago Macieira2014-07-301-2/+4
* | | | Rework of QSysInfo OS and kernel version functionsThiago Macieira2014-07-303-105/+149
* | | | Add QSysInfo::currentCpuArchitecture()Thiago Macieira2014-07-302-2/+91
* | | | QDebug: Improve QDebug stream operator for QFlagsKai Koehne2014-07-301-6/+6
* | | | Remove normalization of "default" categoryKai Koehne2014-07-304-77/+3
* | | | Add qFormatLogMessage()Kai Koehne2014-07-302-8/+20
* | | | Add initializer list support in QJsonObject.Jędrzej Nowacki2014-07-302-0/+42
* | | | Export QAbstractState active property.BogDan Vatra2014-07-294-2/+49
|/ / /
* | | Logging: support %{backtrace} in QT_MESSAGE_PATTERNOlivier Goffart2014-07-281-0/+105
* | | Don't track the sharable bit upon detachJoão Abecasis2014-07-281-4/+0
* | | Refactor QString::split functions.Jędrzej Nowacki2014-07-281-57/+73
* | | Ensure mutating operations are NOT performed on immutable dataJoão Abecasis2014-07-281-0/+16
* | | QUrl: fromLocalFile(QString()) should lead to an empty URL.David Faure2014-07-261-0/+4
* | | Use the 3-argument testAndSet in the fetchAndXxx operationsThiago Macieira2014-07-251-6/+6
* | | Remove non-existing function.Thiago Macieira2014-07-251-1/+0
* | | Use simd.prf for building MIPS DSP codeThiago Macieira2014-07-252-14/+1
* | | Remove redundant static_cast from QVariantAnimationJędrzej Nowacki2014-07-251-3/+3