mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
This currently flags 294 occurences in Qt Core as errors, practically all of them related to the implemenation of QDataStream related functionality. I think this generally at the wrong level, certainly for Qt Core, but also for user code: operator>> is (besides operator<<) /the/ main reason to use the QDataStream class, so if we consider this risky, QDataStream itself should not be used, i.e. it would be better to flagging code that creates QDataStream objects not every use of operator>> of such objects. Change-Id: If758bde3a77f64cc8c06f8328459dfcd2d94dc8f Reviewed-by: Matti Paaso <matti.paaso@qt.io>
Continuous Integration ====================== This directory contains files used by Qt's Continuous Integration system (Coin). pre-provisioning ---------------- Contains scripts which are used to install software to tier1 machines manually. E.g. Visual studio installation takes too long to be included to automatic provisioning of tier2 templates. provisioning ------------ Contains scripts that apply to different test machines in order to run automatic tests on them. For Windows scripts, make sure that the machine has "Set-ExecutionPolicy RemoteSigned -Force" set. (Run as admin in PowerShell)