summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devSimon Hausmann2017-07-1924-151/+195
|\
| * QFile::rename: use the open file's ID, instead of using the file nameThiago Macieira2017-07-189-3/+66
| * QSystemError: Make it format unknown Windows messagesThiago Macieira2017-07-181-0/+3
| * Convert improper uses of qt_error_string() to QSystemError::stdString()Thiago Macieira2017-07-184-15/+17
| * Merge qt_error_string and QSystemErrorThiago Macieira2017-07-183-97/+38
| * QFileSystemEngine::id/Windows: Use the volume ID tooThiago Macieira2017-07-181-5/+7
| * Doc: QLoggingCategory::setEnabled() should only be called in filterKai Koehne2017-07-181-6/+5
| * Doc: Clarify limitations of category filterKai Koehne2017-07-181-2/+2
| * Doc: Fix snippet for QUrl::isValid() documentationKai Koehne2017-07-181-1/+1
| * Do not wait in QWindowsPipe{Reader|Writer}::stop()Joerg Bornemann2017-07-174-14/+30
| * Fix warning messages in QWindowsPipeReader/WriterJoerg Bornemann2017-07-172-2/+2
| * Update OS version constants in qsystemdetection.hJake Petroules2017-07-161-0/+18
| * Add missing constexpr specifier to two iteratorsMårten Nordheim2017-07-142-6/+6
* | doc: Make qdoc comment a regular commentMartin Smith2017-07-191-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-1319-100/+208
|\|
| * Doc: Improve documentation about append, prependKai Koehne2017-07-131-12/+12
| * Fix documentation of QEvent::LanguageChange propagationSimon Hausmann2017-07-131-2/+2
| * Handle conversion and comparison between qvarianthash and qvariantmapAllan Sandfeld Jensen2017-07-111-0/+12
| * cmake: avoid `@var@` expansion in older CMake versionsBen Boeckel2017-07-101-1/+3
| * QStorageInfo/Windows: Improve error handlingFriedemann Kleint2017-07-091-18/+34
| * Fix modernize-use-bool-literals issuesKevin Funk2017-07-082-9/+9
| * Avoid sharing violation in QFileSystemEngine::id on WindowsThiago Macieira2017-07-071-3/+3
| * QFile::rename: avoid two stat(2)/CreateFile in a rowThiago Macieira2017-07-072-4/+7
| * Use the namespace-mangled symbol for the qt_version_tag group nameThiago Macieira2017-07-071-1/+1
| * QDeadlineTimer: round milliseconds up instead of downThiago Macieira2017-07-071-1/+1
| * QLocale: fix handling of milliseconds in string format and documentThiago Macieira2017-07-072-25/+45
| * QFileSystemWatcher/Windows: Recreate handle for filesFriedemann Kleint2017-07-071-9/+38
| * QFileSystemEngine::id: use the proper QT_STATBUF/QT_STATThiago Macieira2017-07-051-2/+2
| * QFileSystemEngine/Unix: use fchmod(2) if the file is openThiago Macieira2017-07-053-3/+32
| * QFileSystemEngine::fillMetaData: fix apparent use of dangling pointerThiago Macieira2017-07-051-9/+1
| * Fix Windows build without features.filesytemiteratorStephan Binner2017-07-051-1/+4
| * QVariant: Print a warning when deserialized user type is unknownMichael Winkelmann2017-07-051-0/+1
| * Prevent qmake to run moc on qobjectdefs.hOlivier Goffart2017-07-051-0/+1
* | QDebug: Print more verbose NSObject output if requestedTor Arne Vestbø2017-07-121-1/+5
* | 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