summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-2/+4
* | Fix QJsonValue comparison.Jędrzej Nowacki2014-07-251-2/+4
* | Reading QJsonObject property should not modify the object itself.Jędrzej Nowacki2014-07-254-11/+83
* | Fix QJsonObject const index operatorJędrzej Nowacki2014-07-251-1/+1
* | Reduce QtCoreLib size by not repeating "UTC" string too often.Jędrzej Nowacki2014-07-255-10/+21
* | Re-implement QVector::countJoão Abecasis2014-07-251-7/+1
* | QRegularExpression: make optimize() constGiuseppe D'Angelo2014-07-252-2/+2
* | QSettings: use QSaveFile and QLockFile to write the settingsOlivier Goffart2014-07-241-235/+56
* | Rewrite QRingBufferAlex Trotsenko2014-07-241-191/+88
* | Make QTextStream respect QLocale with OmitGroupSeparatorsThiago Macieira2014-07-241-1/+1
* | QSettings: use QStandardPaths to get XDG_CONFIG_HOME.David Faure2014-07-231-0/+6
* | Document that qHash(T) must be in T's namespace, due to ADLThiago Macieira2014-07-231-4/+4
* | Don't store QLibraryPrivate with empty file names in the global storeThiago Macieira2014-07-231-2/+2
* | Fix a few more race conditions with QLibrary::LoadHintsThiago Macieira2014-07-234-22/+32
* | Support setting a default severity level for QLoggingCategoryKai Koehne2014-07-235-35/+95
* | QDebugStateSaver: Fix trailing space issuesKai Koehne2014-07-231-1/+8
* | QLockFile/Windows: Determine host name from environment variable COMPUTERNAME.Friedemann Kleint2014-07-231-9/+16
* | Be more specific in "Loading logging rules" debug outputKai Koehne2014-07-231-1/+1
* | Introduce Q_DECL_UNUSED_MEMBER for clangKai Koehne2014-07-233-7/+15
* | Make QRingBuffer::append() not leave empty arrays in buffer listAlex Trotsenko2014-07-231-3/+7
* | Add QFileDevice::MemoryMapFlags::MapPrivateOption flag.Simon Sasburg2014-07-234-7/+36
* | Fix warnings about integer conversion in qloggingregistry.cpp.Friedemann Kleint2014-07-221-3/+3
* | QDebug: Add a doc section about formatting optionsKai Koehne2014-07-221-0/+12