summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* wasm: fix unicode toUpper issueswip/webassemblyLorn Potter2018-07-171-0/+6
* wasm: rename platform, refactor files and other thingsLorn Potter2018-07-161-1/+1
* Merge remote-tracking branch 'gerrit/5.11' into wip/webassemblyMorten Johan Sørvig2018-06-0110-93/+191
|\
| * Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-301-2/+10
| * Suppress warnings about deprecated QString constructorThiago Macieira2018-05-301-10/+10
| * QLocale: only use LANGUAGE if it contradicts LC_ALL/LC_MESSAGES/LANGEdward Welbourne2018-05-231-3/+31
| * qt_is_ascii: improve isAscii a little further (QUrl, QLatin1String)Thiago Macieira2018-05-201-5/+12
| * Add support for QSharedPointer<cv qualified>::create()Thiago Macieira2018-05-171-4/+7
| * ucstrncmp: refactor with 32- and 8-byte loadsThiago Macieira2018-05-151-16/+56
| * QByteArray::setNum: use the existing latin1 lowercasing tableThiago Macieira2018-05-131-15/+3
| * QString: fix off-by-one errorThiago Macieira2018-05-101-4/+4
| * Fix build with GCC 8: memset/memcpy/memmove of non-trivialsThiago Macieira2018-05-091-4/+6
| * Fix build without features.timezoneTasuku Suzuki2018-05-081-0/+2
| * Fix the enabling of AES with ICC and MSVC on some low-end processorsThiago Macieira2018-05-041-3/+2
| * Doc: Advocate use of std::initializer_list constructor in Q[String]ListKai Koehne2018-04-232-6/+22
| * QByteArray: Use nullptr for "Safe and portable C string functions"Andre Hartmann2018-04-211-22/+23
| * QByteArray: Add a note regarding overlapping pointers to qstr(n)cpyAndre Hartmann2018-04-211-0/+4
* | Merge remote-tracking branch 'origin/5.11.0' into wip/webassemblyMorten Johan Sørvig2018-05-1114-99/+123
|\|
| * Doc: link to QEnableSharedFromThis from QSharedPointer docsMitch Curtis2018-04-181-1/+1
| * Fix integer overflow (1 << (' ' - 1))Mikhail Svetkin2018-04-101-7/+7
| * Fix MSVC2017 compilation with enabled relaxed constexpr on 32-bit targetOlivier Goffart2018-03-281-4/+6
| * Animation: Fix case where QEasingCurve::valueForProgress returns nanSvenn-Arne Dragly2018-03-261-21/+54
| * fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-262-4/+4
| * Modernize the "regularexpression" featureUlf Hermann2018-03-206-59/+35
| * QSharedDataPointer: use swap-and-move in the move constructorThiago Macieira2018-03-191-2/+10
| * q{,Utf8}Printable: avoid creating a copy of a QStringThiago Macieira2018-03-181-0/+6
| * QByteArray::setRawData(): don't null-terminate initialization from nullptrOswald Buddenhagen2018-03-141-1/+0
* | Merge remote-tracking branch 'gerrit/5.11' into HEADMorten Johan Sørvig2018-03-0864-9445/+10962
|\|
| * Doc: improve QScopedPointer::reset() documentationMitch Curtis2018-03-081-1/+4
| * Add missing rvalue overloads of operator+=() and operator<<()Christian Ehrlicher2018-03-074-0/+41
| * QLocale: Update the system private on QLocale default constructor if neededAlbert Astals Cid2018-03-021-0/+2
| * Silence a GCC 8 warning in qringbufferVille Voutilainen2018-02-281-1/+1
| * QDate/Time,QTimeZone: Fix empty documentation section titlesFriedemann Kleint2018-02-272-5/+4
| * Fix some qdoc-warnings for 5.11Friedemann Kleint2018-02-211-1/+1
| * 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
| * | Merge "Merge remote-tracking branch 'origin/5.10' into 5.11" into refs/stagin...Liang Qi2018-02-151-1/+26
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-151-1/+26
| | |\ \
| | | * \ Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-072-3/+4
| | | |\ \
| | | * | | 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
| | | | |/ | | | |/|
| | | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-245-10/+14
| | | |\ \
| * | | | | Update Unicode CLDR third party documentationKai Koehne2018-02-151-8/+12
| * | | | | Document use of Unicode Character DatabaseKai Koehne2018-02-152-2/+20
| |/ / / /
| * | | | Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-147-17/+22
| |\ \ \ \
| | * | | | Silence GCC 8 warnings in QStringVille Voutilainen2018-02-141-4/+4
| | * | | | Silence a GCC 8 warning in QIODeviceVille Voutilainen2018-02-141-1/+1
| | | |_|/ | | |/| |
| | * | | Silence GCC 8 warning on memcpy of movable typesThiago Macieira2018-02-042-3/+4
| | * | | 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