summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Simplify QRingBuffer::peek()Alex Trotsenko2018-02-221-3/+5
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-224-1241/+3
|\
| * moc: Only use the init_priority attribute when targeting windowsMartin Storsjö2018-02-221-1/+1
| * Revert "JSON doc: update the RFC we link to"Thiago Macieira2018-02-211-1/+1
| * Remove left over json/qjsonarray.cppFriedemann Kleint2018-02-211-1238/+0
| * Fix some qdoc-warnings for 5.11Friedemann Kleint2018-02-211-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-212-22/+0
|\|
| * Merge "Merge remote-tracking branch 'origin/5.10.1' into 5.11" into refs/stag...Tony Sarajärvi2018-02-201-9/+0
| |\
| | * Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-9/+0
| | |\
| | | * QString: fix comparisons to null strings in ucstricmpThiago Macieira2018-02-041-9/+0
| * | | macOS: Remove qDebug silencer in qthread_unix.cppTor Arne Vestbø2018-02-191-13/+0
| |/ /
* | | Bump versionOswald Buddenhagen2018-02-202-2/+4
* | | Clean up our Objective-C usageJake Petroules2018-02-203-23/+24
* | | QByteArray: Add functions isUpper() and isLower() for Latin1 byte arraysAndre Hartmann2018-02-172-3/+78
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-1644-215/+3452
|\| |
| * | fix missing __builtin_mul_overflow for Windows ICCAlexander Shevchenko2018-02-151-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Liang Qi2018-02-156-14/+46
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-156-14/+46
| | |\ \
| | | * | QSaveFile: Check for EINTR in fsync()/fdatasync()5.10Thiago Macieira2018-02-111-2/+3
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-074-5/+8
| | | |\ \
| | | * | | QString: Add whitespace handling note to number conversion functionsAndre Hartmann2018-02-051-0/+22
| | | * | | QString: Wrap extra-long comment lineAndre Hartmann2018-02-051-1/+4
| | | | |/ | | | |/|
| | | * | Revert "QVariant: convert QDateTime and QTime to string with milliseconds"Thiago Macieira2018-02-011-2/+2
| | | * | Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-011-2/+13
| | | * | Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-012-0/+18
| | | * | Fix asserts and crashes in QWinEventNotifier activation loopJoerg Bornemann2018-01-262-9/+15
| | | * | QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-01-251-2/+2
| | | * | MSVC: Don't set a DLL base address for 64-bitThiago Macieira2018-01-241-1/+1
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-2413-34/+51
| | | |\ \
| | | * \ \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-194-5/+12
| | | |\ \ \
| * | | | | | Share event dispatcher creation between QThreadPrivate and QCoreApplicationTor Arne Vestbø2018-02-152-24/+6
| * | | | | | Update Unicode CLDR third party documentationKai Koehne2018-02-151-8/+12
| * | | | | | Document use of Unicode Character DatabaseKai Koehne2018-02-152-2/+20
| |/ / / / /
| * | | | | Fix compiling qfloat16_f16c.c with C89 compilerAllan Sandfeld Jensen2018-02-141-2/+4
| * | | | | Merge "Merge remote-tracking branch 'origin/5.9' into 5.11" into refs/staging...Liang Qi2018-02-1424-79/+3306
| |\ \ \ \ \
| | * \ \ \ \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-1424-79/+3306
| | |\ \ \ \ \
| | | * | | | | Fix GCC 8 warning in qvariantanimationVille Voutilainen2018-02-141-1/+1
| | | * | | | | Fix GCC 8 warning in qurlrecodeVille Voutilainen2018-02-141-2/+2
| | | * | | | | Silence GCC 8 warnings in QStringVille Voutilainen2018-02-141-4/+4
| | | * | | | | Silence a GCC 8 warning in QIODeviceVille Voutilainen2018-02-141-1/+1
| | | * | | | | Remove QLibrary code path specific to HP-UX on PA-RISCKonstantin Tokarev2018-02-121-33/+2
| | | * | | | | Android: Don't rely on QDir::homePath() to get the application directoryChristian Strømme2018-02-121-2/+13
| | | * | | | | Android: Defer initialization of logging rules until qApp constructionTor Arne Vestbø2018-02-072-0/+18
| | | | |_|_|/ | | | |/| | |
| | | * | | | Suppress GCC 8 warning about realloc() non-trivially-copyable typesThiago Macieira2018-02-041-1/+2
| | | * | | | Silence GCC 8 warning on memcpy of movable typesThiago Macieira2018-02-042-3/+4
| | | * | | | Silence GCC 8 warning on memcpy of class Value to to class offsetThiago Macieira2018-02-041-1/+2
| | | * | | | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-7/+16
| | | | |_|/ | | | |/| |
| | | * | | Doc: make a note about use of QStringLiteral with non-ASCII charsThiago Macieira2018-01-221-1/+5
| | | * | | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-2010-24/+24
| | | * | | Handle OOM condition in the validation of plugin metadataAndre de la Rocha2018-01-191-8/+21
| | | | |/ | | | |/|