summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QRandomGenerator: mix the Linux AT_RANDOM random bytes in the fallbackThiago Macieira2017-06-121-3/+26
* QRandomGenerator: improve the fallback seeding in emergenciesThiago Macieira2017-06-121-1/+31
* QRandomGenerator: use arc4random as fallback on BSDs (including Darwin)Thiago Macieira2017-06-121-0/+7
* QRandomGenerator: add support for hardware-based random generatorsThiago Macieira2017-06-121-2/+46
* Add proper detection of x86 RDRAND instructionThiago Macieira2017-06-121-5/+3
* QUuid, QHttpMultipart and QHash: use QRandomGeneratorThiago Macieira2017-06-123-126/+13
* QTemporaryFile: fix the generation of names from templatesThiago Macieira2017-06-121-2/+5
* Use QtPrivate::FunctionPointer to get the type of srand's first argThiago Macieira2017-06-121-7/+2
* Move qrand() & qsrand() to qrandom.cppThiago Macieira2017-06-122-136/+140
* Long live QRandomGeneratorThiago Macieira2017-06-125-4/+968
* Reduce code duplication in writing of string data for localesEdward Welbourne2017-06-091-1/+2
* Clean up the output code for the big table of CLDR dataEdward Welbourne2017-06-081-554/+554
* Made the "do not edit generated code" notice clearerEdward Welbourne2017-06-082-3/+5
* Use python more competently in CLDR/qLocaleXML scriptsEdward Welbourne2017-06-082-5/+3
* Fix typo in QMutex's free-list's Sizes[3]Edward Welbourne2017-06-081-1/+1
* json: Add operator[] to QJsonDocument for implicit object and array accessTor Arne Vestbø2017-06-082-0/+56
* json: Add operator[] to QJsonValue for implicit object and array accessTor Arne Vestbø2017-06-082-0/+56
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-0711-45/+111
|\
| * 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
* | QScopedArrayPointer: document the most important ctorMarc Mutz2017-06-062-12/+7
* | Remove QWinOverlappedIoNotifierJoerg Bornemann2017-06-023-522/+2
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-05-3011-2767/+10543
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-2911-2767/+10543
| |\|
| | * 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
* | | | | QXmlStream: don't create QStrings just to look up entities in a hashMarc Mutz2017-05-303-39/+63
* | | | | QThread: Refine check for presence of std::futureFriedemann Kleint2017-05-291-2/+6
|/ / / /
* | | | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-232-2/+17
* | | | Qt containers: use std::move in take*() methodsMarc Mutz2017-05-235-10/+10
* | | | QDateTimeParser: pass down an actual current value where expectedEdward Welbourne2017-05-221-1/+188
* | | | Remove a QT_STRICT_ITERATORS ifdefSérgio Martins2017-05-201-6/+1
* | | | QWidgetWindow: Forward incoming events with their original spontaneous stateTor Arne Vestbø2017-05-202-0/+16