qt6-bb10/src
Edward Welbourne 070517f628 Replace look-up array with simple arithmetic
QDate looked up lengths of months in an array.  Change it to use some
simple arithmetic instead.  Benchmark result unchanged:
RESULT : tst_QDate::monthLengths():
     0.33 msecs per iteration (total: 87, iterations: 256)

Change-Id: I1ab0fa3b97e6716598e50d643a498e0b01c04a96
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-05-23 09:46:58 +02:00
..
3rdparty Merge remote-tracking branch 'origin/5.13' into dev 2019-05-15 07:11:41 +02:00
android Merge remote-tracking branch 'origin/5.13' into dev 2019-05-15 07:11:41 +02:00
angle Merge remote-tracking branch 'origin/5.12' into 5.13 2019-05-12 01:00:08 +02:00
concurrent Remove handling of missing Q_COMPILER_RVALUE_REFS 2019-04-08 21:24:26 +00:00
corelib Replace look-up array with simple arithmetic 2019-05-23 09:46:58 +02:00
dbus Migrate Windows system libs to external dependencies 2019-05-08 08:30:02 +00:00
gui Fix font matching of typographic families on Windows 2019-05-23 09:49:10 +02:00
network Fix qdoc warnings for Qt 5.14 2019-05-21 17:39:58 +02:00
opengl Merge remote-tracking branch 'origin/5.13' into dev 2019-05-13 08:04:58 +02:00
openglextensions
platformheaders More nullptr usage in headers 2019-03-14 07:37:52 +00:00
platformsupport QEvdevTouchScreenData: remove use of Java-style iterators 2019-05-24 08:59:31 +02:00
plugins Remove usages of Q_OS_WINCE 2019-05-23 13:51:05 +02:00
printsupport QFileDialog: mark obsolete enum DontUseSheet as deprecated 2019-05-17 14:08:34 +00:00
sql QtSql: mark QSqlite2 plugin as obsolete 2019-05-05 20:59:46 +00:00
testlib QtTestLib: handle float16 the same as double and float 2019-04-24 13:09:15 +00:00
tools qlalr: replace a QMap-wrapping OrderedSet with std::set 2019-05-14 19:18:28 +02:00
widgets Remove usages of Q_OS_WINCE 2019-05-23 13:51:05 +02:00
winmain Migrate Windows system libs to external dependencies 2019-05-08 08:30:02 +00:00
xml Merge remote-tracking branch 'origin/5.13' into dev 2019-05-13 08:04:58 +02:00
src.pro