summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* QStorageInfo: Pass MNT_NOWAIT to getmntinfoThiago Macieira2017-05-301-1/+5
* QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Olivier Goffart2017-05-301-0/+1
* Add Integrity ARMv8 detectionTero Alamäki2017-05-291-4/+5
* Doc: Replace "Macintosh" with something suitable or omit itLeena Miettinen2017-05-231-4/+4
* Doc: fix grammar in QScopedPointer's detailed descriptionMitch Curtis2017-05-231-1/+1
* QItemSelection: fix a quadratic loopMarc Mutz2017-05-221-12/+20
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-196-2748/+10505
|\
| * Revert "Add qt_safe_ftok wrapper for ftok"Thiago Macieira2017-05-183-16/+2
| * QMimeDatabase: update freedesktop.org.xml to shared-mime-info 1.8David Faure2017-05-081-2719/+10499
| * Eliminate ambiguous casts involving qfloat16Glen Mabey2017-05-071-12/+0
| * Merge 5.9 into 5.9.0v5.9.0-beta4Oswald Buddenhagen2017-05-0412-34/+74
| |\
| * | QItemSelectionRange: don't compare pointers with op<Marc Mutz2017-04-301-1/+4
* | | Remove unnecessary FunctionPointer::ChangeClassThiago Macieira2017-05-181-2/+0
* | | QDirIterator docs: add a cool recursive file-finding snippetShawn Rutledge2017-05-162-0/+13
* | | Fix missing handling of columns when merging selection rangesFilippo Cucchetto2017-05-091-1/+2
* | | Warn if files are not found because of features.filesystemiteratorStephan Binner2017-05-081-0/+2
* | | Remove some more register keywordsMarc Mutz2017-05-061-2/+2
* | | Fix description starting with a fullstopFrederik Schwarzer2017-05-051-1/+1