summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Fix reading qle_signedbitfield as intAllan Sandfeld Jensen2017-06-181-1/+1
* rename qglobalstatic.cpp -> qglobalstatic.qdocOswald Buddenhagen2017-06-172-3/+0
* rework detection and use of clock_gettime()/librtOswald Buddenhagen2017-06-172-8/+12
* Add warning about missing but required CPU featuresThiago Macieira2017-06-131-0/+8
* QLogging: Fix unused static function warningOrgad Shaneh2017-06-131-1/+1
* Use QMap in QProcessEnvironment so variables are sortedThomas Sondergaard2017-06-133-23/+20
* Rename QProcessEnvironmentPrivate::hash to varsThomas Sondergaard2017-06-135-30/+30
* macOS/iOS: Correctly ignore punctuation in QCollatorAndy Shaw2017-06-132-2/+2
* qsimd_p.h: Don't set the __xxx__ variables with Clang and GCCThiago Macieira2017-06-121-3/+3
* JSON doc: update the RFC we link toThiago Macieira2017-06-121-1/+1
* Fix sending UTC-offset QTimeZones through QDataStreamChris Wilson2017-06-081-1/+7
* Document that QLoggingCategory is thread-safeKai Koehne2017-06-081-2/+24
* Update for the newest Darwin-family operating systemsJake Petroules2017-06-073-0/+11
* Use the C++ [[nodiscard]] attributeThiago Macieira2017-06-073-33/+38
* Re-fix the detection of CPU architecture on an Apple OSThiago Macieira2017-06-071-20/+3
* Android: Fix deadlock when calling requestPermissionBogDan Vatra2017-06-072-9/+14
* Work around uname(2) on Apple mobile OSes not returning the proper archThiago Macieira2017-06-051-0/+20
* define QT_NO_EXCEPTIONS reliably when using ClangR.J.V. Bertin2017-06-032-1/+11
* Disable bogus GCC 7 warning about string op overflowThiago Macieira2017-06-031-0/+6
* QStringLiteral/QByteArrayLiteral: fix/add documentationGiuseppe D'Angelo2017-06-012-30/+47
* Doc: Fix a typo in QVariant::toPoint docsLeena Miettinen2017-06-011-1/+1
* qEnvironmentVariableIntValue: fix the case of a non-numeric valueThiago Macieira2017-06-011-7/+14
* QAbstractItemModel::supportedDragActions: fix regressionDavid Faure2017-05-311-1/+1