qt5base-lts/src
Marc Mutz c78a716b72 QDateTimeParser: replace QVector with QVarLengthArray<12>
The lists of month and day-of-week names usually currently do not
exceed 13 elements (incl. possible leap months), so don't use
QVector, use QVarLengthArray with Prealloc = 13.

This value may be increased when ISO week-as-month is merged, but
the container remains valid even with 52 "months" (though the code
that calculates its runtime size will naturally need to be adjusted).

Change-Id: I4ead897d933f89fc092850fcc22ca41da0a6ddc6
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
2019-08-30 09:06:34 +00:00
..
3rdparty Say hello to Android multi arch build in one go 2019-08-26 12:59:15 +03:00
android Say hello to Android multi arch build in one go 2019-08-26 12:59:15 +03:00
angle Merge remote-tracking branch 'origin/5.12' into 5.13 2019-06-28 01:00:23 +02:00
concurrent Port away from QMutexLocker in public headers 2019-08-25 04:48:11 +00:00
corelib QDateTimeParser: replace QVector with QVarLengthArray<12> 2019-08-30 09:06:34 +00:00
dbus QtDBus: port all QMutexLocker users to qt_{scoped,unique}_lock 2019-08-23 08:44:03 +02:00
gui rhi: vulkan: Introduce secondary command buffer usage 2019-08-29 10:23:15 +02:00
network Mark QNetworkAccessManager::autoDeleteReplies as const 2019-08-29 18:16:52 +02:00
opengl Port some trivial cases from QMutex to QRecursiveMutex 2019-07-06 11:22:37 +02:00
openglextensions
platformheaders Merge remote-tracking branch 'origin/5.13' into dev 2019-06-27 14:38:03 +02:00
platformsupport eglfs/kms: Add drm atomic blend_op property handling 2019-08-22 15:38:08 +02:00
plugins Merge remote-tracking branch 'origin/dev' into 5.14 2019-08-27 09:45:52 +02:00
printsupport Remove dead code from Qt 4 times 2019-08-20 22:27:46 +00:00
sql Fix build without feature.stringlistmodel 2019-06-30 17:16:52 +09:00
testlib Merge remote-tracking branch 'origin/5.13' into dev 2019-08-16 01:00:33 +02:00
tools Use QLatin1String where possible 2019-08-28 07:38:48 +03:00
widgets Pass QDate, QTime as value classes, rather than by const reference 2019-08-30 10:54:27 +02:00
winmain
xml Be less laissez-faire with implicit conversions to QChar 2019-07-09 07:09:44 +02:00
src.pro Merge remote-tracking branch 'origin/5.13' into dev 2019-07-17 10:44:21 +02:00