summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QFreeList: fix memory order on block deletionMarc Mutz2019-06-301-1/+1
* Fix deleting of QSharedPointer internals in case QPointer loses the raceThiago Macieira2018-11-031-0/+3
* Update CLDR to v31.0.1, test Costa Rican currency's fractional partEdward Welbourne2018-08-282-4535/+4580
* Fix MSVC2017 compilation with enabled relaxed constexpr on 32-bit targetOlivier Goffart2018-08-151-4/+6
* Fix integer overflow (1 << (' ' - 1))Mikhail Svetkin2018-04-101-7/+7
* Update Unicode CLDR third party documentationKai Koehne2018-02-261-7/+11
* Document use of Unicode Character DatabaseKai Koehne2018-02-262-1/+19
* 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
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-204-9/+9
* Fix QMacTimeZonePrivate::previousTransition() for early after epochEdward Welbourne2018-01-181-18/+70
* QMap: fix another UB (invalid cast) relating to QMap's endThiago Macieira2017-12-271-2/+2
* Fix a bug in the generation of the Unicode joining property dataLars Knoll2017-12-132-12/+12
* QString: fix documentation of NUL-termination of unicode(), data(), constData()Marc Mutz2017-12-131-12/+20
* [doc] Document QString{,Ref}::split() behavior with empty 'sep'Marc Mutz2017-11-291-16/+16
* Fix aliasing problem in QVector::removeAll()Marc Mutz2017-11-281-2/+3
* Doc: Be more specific on full stop in QVersionNumberKai Koehne2017-11-081-2/+2
* qGlobalQHashSeed: initialize the seed before returning itThiago Macieira2017-11-041-0/+1
* Remove unnecessary copying in QSet::subtract()Sze Howe Koh2017-09-271-6/+7
* Make QDateTimeParser a separate featureEdward Welbourne2017-09-255-16/+17
* Fix parsing of tzfile(5) files in QTimeZonePrivateThiago Macieira2017-09-241-1/+3
* Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-213-27/+98
* QSharedPointer: fix undefined behavior in operator<Giuseppe D'Angelo2017-09-171-3/+6
* Fix error attribute(target("+crc")) is unknownPeter Seiderer2017-08-292-0/+5
* Android: Dissable internal hack when using libc++BogDan Vatra2017-08-181-1/+1
* Win: Account for when "condition expression is constant" warning occursAndy Shaw2017-08-081-14/+23
* Return "en" for QLocale::c().bcp47Name()Jüri Valdmann2017-07-261-1/+1
* QHash: make MSVC happy about the iterators passed to is_permutationGiuseppe D'Angelo2017-07-201-1/+15
* Add missing constexpr specifier to two iteratorsMårten Nordheim2017-07-142-6/+6
* Doc: Improve documentation about append, prependKai Koehne2017-07-131-12/+12
* QLocale: fix handling of milliseconds in string format and documentThiago Macieira2017-07-072-25/+45
* Fix build with MSVC 2015 Update 2 if constexpr is enabledThiago Macieira2017-07-031-1/+5
* Fix parsing of 0E+1 and 0E-1 (capital 'E')Thiago Macieira2017-07-031-1/+1
* actually make use of the detected ICUOswald Buddenhagen2017-07-021-1/+1
* Doc: Add note about fromPercentEncoding's behavior on invalid inputMårten Nordheim2017-06-291-0/+4
* Add warning about missing but required CPU featuresThiago Macieira2017-06-131-0/+8
* 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
* Fix sending UTC-offset QTimeZones through QDataStreamChris Wilson2017-06-081-1/+7
* Use the C++ [[nodiscard]] attributeThiago Macieira2017-06-072-2/+2
* 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 grammar in QScopedPointer's detailed descriptionMitch Curtis2017-05-231-1/+1
* Prevent 2 unnecessary QString allocations for QString::number(0u)Erik Verbruggen2017-05-051-3/+6
* QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-051-10/+18
* QtCore: include mocsThiago Macieira2017-05-054-0/+12
* [doc] QSet: fix return type of insert()Marc Mutz2017-05-031-1/+1