qt6-bb10/src
Edward Welbourne 0e8a8c3aa2 QTZP: use binary search more on timezone ID tables
The zone and Windows data tables are sorted on Windows ID and its key
(which are monotonic functions of one another) so we can use binary
chop to find the first matching entry in each, when searching on
these. Furthermore, the search for ID from key can be shortcut as the
keys should normally be consecutive integers starting with 1.

Change-Id: I53f7ff8c93fd6d3d9e48c7bb86060746b68fab3d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-02-01 21:50:50 +01:00
..
3rdparty SQLite: Update SQLite to v3.45.1 2024-01-31 19:58:51 +01:00
android Android: Set up style also when using QtEmbeddedLoader 2024-01-31 17:55:34 +02:00
assets Add XDG theme file for example icons 2023-06-26 17:32:10 +00:00
concurrent Fix QThreadPool::maxThreadCount() usage 2024-01-08 18:29:26 +01:00
corelib QTZP: use binary search more on timezone ID tables 2024-02-01 21:50:50 +01:00
dbus Change license of .qdoc files 2024-02-01 19:25:42 +00:00
entrypoint
gui Don't rely on QRasterWindow::resizeEvent for marking window dirty 2024-02-01 19:25:42 +00:00
network Change QNetworkRequest/Reply rawHeader functions to take QASV 2024-01-30 18:43:40 +02:00
opengl QOpenGLFramebufferObject: Avoid illegal call to glTexImage2D 2024-01-31 01:29:40 +01:00
openglwidgets QOpenGLWidget: Call glClear in the default paintGL implementation 2023-09-04 11:46:29 +02:00
platformsupport Rename QWSI::handleWindowActivated to QWSI::handleFocusWindowChanged 2023-11-23 02:37:12 +01:00
plugins Android: Add classes to embed QML into native Android 2024-01-30 20:01:29 +02:00
printsupport printpreview: Avoid rendering artifacts while scrolling zoomed view 2023-12-21 17:38:01 +00:00
sql Change license of .qdoc files 2024-02-01 19:25:42 +00:00
testlib Change license of .qdoc files 2024-02-01 19:25:42 +00:00
tools Bootstrap: remove QBitArray 2024-01-31 11:50:37 +01:00
widgets Change license of .qdoc files 2024-02-01 19:25:42 +00:00
xml Change license of .qdoc files 2024-02-01 19:25:42 +00:00
CMakeLists.txt