summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with Apple Clang 425Thiago Macieira2015-02-091-2/+10
* WinRT: Gracefully exit an applicationMaurice Kalinowski2015-02-021-0/+18
* Fix memory leak in qSetMessagePatternKai Koehne2015-02-021-2/+6
* Correct the version of ICC that has the constexpr bug fixedThiago Macieira2015-01-291-1/+4
* Fix QXmlStreamReader parsing of files containing NULsThiago Macieira2015-01-242-25/+28
* QTemporaryDir: Remove directories on failureEskil Abrahamsen Blomfeldt2015-01-221-1/+4
* QSortFilterProxyModel: fix a regressionGiuseppe D'Angelo2015-01-221-1/+5
* Fix memory leak in Qurl::toCFURL()Morten Johan Sørvig2015-01-191-1/+7
* Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-167-12/+32
|\
| * Add missing AppDataLocation caseMorten Johan Sørvig2015-01-161-0/+1
| * Doc: define target voor function qsnprintf()Nico Vertriest2015-01-161-0/+1
| * Doc: link issues in corelibNico Vertriest2015-01-162-5/+16
| * Update doc saying QDateTime::setTime with invalid time sets to midnightThiago Macieira2015-01-151-3/+10
| * de-duplicate and comment EffectivePaths presence detectionOswald Buddenhagen2015-01-091-2/+3
| * remove nonsensical conditionalOswald Buddenhagen2015-01-091-2/+0
| * fix error when cross-compiling with --system-zlibAshish Kulkarni2015-01-081-0/+1
* | Bump copyright year to 2015Kai Koehne2015-01-152-5/+5
|/
* 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-062-13/+13
* 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
* 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
* 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
* Fix QThread::idealThreadCount on Unix if sysconf or sysctl failsThiago Macieira2014-12-201-1/+2
* MSVC: Restore 'public' accessibility of QMetaType member functionsAndy Shaw2014-12-191-1/+1
* Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-182-2/+2
* Fix constant "Qt" LOG_TAG in AndroidAndré Klitzing2014-12-151-2/+2
* Bump version number to 5.4.1Thiago Macieira2014-12-131-2/+2
* Doc: corrected documentation addOptions()Nico Vertriest2014-12-121-3/+5
* Fix the Apple build version numbers for ClangThiago Macieira2014-12-121-6/+6
* doc: Clarify NOTIFY emission with MEMBER variablesAlejandro Exojo2014-12-101-1/+4
* Fix warnings by MSVC 64 in qtranslator.cpp.Friedemann Kleint2014-12-051-4/+4
* Doc: corrected autolink issues qalgorithms.qdocNico Vertriest2014-12-051-44/+44
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Simon Hausmann2014-12-051-2/+1
|\
| * FSEvents file system watcher: Do not watch whole parent hierarchies.Eike Ziller2014-12-011-2/+1
* | Don't make invalid assumptions about memcmp()Albert Astals Cid2014-12-041-8/+12
* | Fix placement of QT_{BEGIN,END}_NAMESPACE in qfunctions_winrt.hThiago Macieira2014-12-012-12/+17
* | Un-tighten the WinRT specific code out of qfunctions_winrt.hThiago Macieira2014-12-011-19/+19
* | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-2711-67/+105
|\|
| * Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-269-35/+36
| * Android: protect global jni cache.Christian Strømme2014-11-211-25/+58