summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Modernize the "datestring" featureLiang Qi2018-09-246-41/+43
* Modernize the "textdate" featureLiang Qi2018-09-243-17/+17
* Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-4/+4
|\
| * Doc: Fix typos in QRectF documentationPaul Wicking2018-08-271-4/+4
* | Doc: Move the literal code blocks to a separate fileVenugopal Shivashankar2018-09-031-13/+4
|/
* Cast away -Wclass-memaccess warnings in QVarLengthArray methodsEdward Welbourne2018-08-201-3/+3
* MSVC: add support for 64-bit POPCNT on 32-bit machinesThiago Macieira2018-08-161-3/+6
* [macOS] Fix lower bound when searching for previous transitionsErik Verbruggen2018-08-141-1/+1
* QString: Fix documentation for toDouble() and toFloat()Andre Hartmann2018-08-061-2/+2
* Improve documentation of QString::indexOf that take QRegExpAlbert Astals Cid2018-08-011-8/+0
* Link from QLocale to where date-time formats are explainedEdward Welbourne2018-07-312-0/+16
* Clean before copying any QCollatorEdward Welbourne2018-07-261-2/+11
* Check against copying the husk left by a moveEdward Welbourne2018-07-261-1/+2
* Fix MSVC builds with /Zc:wchar_t-Timur Pocheptsov2018-07-251-0/+2
* Doc: Remove reference to Unicode 4.0Kai Koehne2018-07-131-1/+1
* Add missing init()-if-dirty in two of ICU's QCollator::compare()sEdward Welbourne2018-07-121-0/+6
* Fix regression in QPointF::operator==Allan Sandfeld Jensen2018-07-091-3/+2
* Tidy-up after recent change: combine declaration with initializerEdward Welbourne2018-07-031-2/+1
* Replace LGPL licenses in .qdoc files with FDLKai Koehne2018-06-282-42/+18
* Leave m_id clear if the JNI didn't give us a time-zoneEdward Welbourne2018-06-221-1/+18
* QLocale/QString/QByteArray: Use nullptr in documentationAndre Hartmann2018-06-223-108/+110
* QLocale: Remove misleading link to QString::toDouble() conversionAndre Hartmann2018-06-221-6/+10
* QString: Harmonize the toFloat() and toDouble() documentationAndre Hartmann2018-06-221-3/+12
* Doc: Add missing full stops in briefsPaul Wicking2018-06-212-4/+4
* Doc: Point to the SG-10 SD-6 as a requirement for C++14 featureThiago Macieira2018-06-161-0/+5
* Make QString's formatting of doubles be consistent with other placesEdward Welbourne2018-06-141-8/+6
* 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
* 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
* Doc: improve QScopedPointer::reset() documentationMitch Curtis2018-03-081-1/+4