summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
* | QThreadPool::cancel() to remove individual jobs from the job queue.Nick Shaforostoff2014-12-244-12/+40
* | Remove the operator<< | >> (QDataStream, QStringList)Thiago Macieira2014-12-202-33/+0
* | Fix build error without precompiled headersThiago Macieira2014-12-201-0/+1
* | Fix detection of C++11 Unicode strings with icl.exeThiago Macieira2014-12-202-3/+9
* | Unbreak the build with the Intel compiler on WindowsThiago Macieira2014-12-201-1/+11
* | Fix Clang warning about inconsistent use of C++11 overrideThiago Macieira2014-12-201-1/+10
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-2013-173/+2
* | Display the QElapsedTimer reference time in %{time}Thiago Macieira2014-12-202-7/+16
* | Add the detection of MSVC 2015 for QLibraryInfoThiago Macieira2014-12-201-0/+2
* | QState: Added template PointerToMemberFunctionAndré Klitzing2014-12-202-1/+24
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-186-14/+19
|\|
| * 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
* | QTextStreamPrivate::scan(): remove unnecessary checksAlex Trotsenko2014-12-131-8/+2
* | Add the C++11 features supported by Visual Studio 2015Thiago Macieira2014-12-131-1/+18
* | Merge the multiple implementations of fromHex tooThiago Macieira2014-12-133-18/+17
* | Merge the different implementations of toHex in one central placeThiago Macieira2014-12-135-27/+25
* | QTextStream: stream QStrings without modifying the user contentThiago Macieira2014-12-132-27/+26
* | fix daylight time in QTimeZone on AndroidDrew Parsons2014-12-112-0/+54
* | Add Q_DECL_RELAXED_CONSTEXPR to QUuidOlivier Goffart2014-12-111-8/+7
* | Clean up QDebug operators for QDirKai Koehne2014-12-101-13/+16
* | QFileSystemEngineUnix: Don't stat before retrieving working path.Robin Burchell2014-12-101-22/+15
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-1016-151/+197
|\|
| * 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