summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Move endian-specific integer types to public qtendian headerAllan Sandfeld Jensen2017-07-093-81/+490
* Move the readlink(2) wrapper to qcore_unix.cppThiago Macieira2017-07-084-33/+43
* QLockFile: Move the check for Linux /proc to a central placeThiago Macieira2017-07-082-2/+17
* Stop using QVector in QFileInfoPrivateThiago Macieira2017-07-072-15/+14
* QAbstractFileEngine: make setFileTime not a pure virtualThiago Macieira2017-07-074-11/+9
* macOS: Add LLDB debug script when building with separate debug info (dSYM)Tor Arne Vestbø2017-07-072-0/+100
* Q(Date|Time)+: in QDebug's <<, handle invalid explicitlyEdward Welbourne2017-07-071-17/+31
* Make calling QCoreApplication::translate() thread-safeAram So2017-07-062-20/+26
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-067-21/+51
|\
| * Make qt_check_pointer more OOM-safeThiago Macieira2017-07-032-6/+13
| * Use QMessageLogger context properly in qglobal.cpp redirectsThiago Macieira2017-07-031-3/+9
| * Fix build with MSVC 2015 Update 2 if constexpr is enabledThiago Macieira2017-07-031-1/+5
| * Fix parsing of 0E+1 and 0E-1 (capital 'E')Thiago Macieira2017-07-031-1/+1
| * QMimeDatabase::mimeTypeForUrl: skip content check for remote URLsDavid Faure2017-07-031-1/+1
| * QFileSystemEntry: Export static helper function checking for the root pathFriedemann Kleint2017-07-032-10/+23
* | Rename the "sys_auxv" feature to "getauxval"Thiago Macieira2017-07-063-13/+13
* | Rewrite QFileInfo::{created,lastModified,lastRead} using fileTime()Thiago Macieira2017-07-062-39/+28
* | QFileInfo: use QFile::FileTime instead of our own enumThiago Macieira2017-07-062-25/+5
* | QFSFileEngine: handle refreshing of file times betterThiago Macieira2017-07-063-20/+20
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-07-059-48/+53
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-049-48/+53
| |\|
| | * Switch QSemaphore::tryAcquire to using QDeadlineTimerAllan Sandfeld Jensen2017-07-021-13/+12
| | * actually make use of the detected ICUOswald Buddenhagen2017-07-022-2/+1
| | * Doc: Add note about fromPercentEncoding's behavior on invalid inputMårten Nordheim2017-06-292-0/+8
| | * QProcess/Unix: move strerror() up from child to parentThiago Macieira2017-06-281-27/+19
| | * QOperatingSystemVersion: (potentially) fix compilation with QNX 6Marc Mutz2017-06-282-0/+4
| | * QOperatingSystemVersion: mark as Q_RELOCATABLE_TYPEMarc Mutz2017-06-281-0/+1
| | * QOperatingSystemVersion/Android: compress global dataMarc Mutz2017-06-281-3/+6
| | * QOperatingSystemVersion: remove unneded copy ctor declarationMarc Mutz2017-06-281-1/+0
| | * QGbkCodec: Initialize buf arraysFriedemann Kleint2017-06-281-2/+2
* | | Forward Service.onBind notification to QtBogDan Vatra2017-07-042-1/+47
|/ /
* | QFSFileEnginePrivate::map: flags is not unusedThiago Macieira2017-07-031-1/+0
* | QRandomGenerator: use getentropy on Linux & OpenBSDThiago Macieira2017-06-304-11/+59
* | Linux: add a note to the ELF binary what minimum Linux is neededThiago Macieira2017-06-302-0/+108
* | qglobal.h: fix build in assembler modeThiago Macieira2017-06-301-2/+5
* | Fix QAbstractEventDispatcher::installNativeEventFilter documentationTor Arne Vestbø2017-06-281-2/+1
* | Revert "Support more than 62 instances of QWinEventNotifier"Liang Qi2017-06-285-172/+41
* | QSFPM: Avoid following a reset with unnecessary layoutChangedStephen Kelly2017-06-281-1/+1
* | Move qle_bitfield to qendian_p.hAllan Sandfeld Jensen2017-06-272-90/+85
* | Improve rounding of QRect::toRectAllan Sandfeld Jensen2017-06-261-1/+1
* | Add debug operator for QStorageInfoFriedemann Kleint2017-06-262-0/+42
* | Support more than 62 instances of QWinEventNotifierJoerg Bornemann2017-06-265-41/+172
* | QRandomGenerator: Rework the fallback seedingThiago Macieira2017-06-251-38/+58
* | Move endian integers to qendian_p.hAllan Sandfeld Jensen2017-06-214-46/+147
* | Mark bswap and related methods constexprAllan Sandfeld Jensen2017-06-201-81/+33
* | QDate::shortMonthName: remove faulty month testThiago Macieira2017-06-201-28/+20
* | Doc: add a note about QRandomGenerator returning the sign bit setThiago Macieira2017-06-201-0/+18
* | QRandomGenerator: don't internally rely on QT_HAS_INCLUDEThiago Macieira2017-06-203-3/+30
* | QWindowsPipeWriter: remove inefficient memberAlex Trotsenko2017-06-202-7/+2
* | Eliminate in/out arguments from QDateTimeParser::parse()Edward Welbourne2017-06-202-8/+5