qt5base-lts/tests/auto/widgets/dialogs
Robin Burchell 7be255156f Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.
Just like qMalloc/qRealloc/qFree, there is absolutely no reason to wrap these
functions just to avoid an include, except to pay for it with worse runtime
performance.

On OS X, on byte sizes from 50 up to 1000, calling memset directly is 28-15%
faster(!) than adding an additional call to qMemSet. The advantage on sizes
above that is unmeasurable.

For qMemCopy, the benefits are a little more modest: 16-7%.

Change-Id: I98aa92bb765aea0448e3f20af42a039b369af0b3
Reviewed-by: Giuseppe D'Angelo <dangelog@gmail.com>
Reviewed-by: John Brooks <john.brooks@dereferenced.net>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-04-11 10:46:19 +02:00
..
qabstractprintdialog Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qcolordialog Cocoa: fix setting color with alpha channel value for color dialog 2012-03-22 13:22:10 +01:00
qdialog Mark tst_qdialog as insignificant on mac. 2012-03-27 03:36:33 +02:00
qerrormessage clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
qfiledialog Remove many deprecated methods 2012-01-31 16:17:55 +01:00
qfiledialog2 qfiledialog2: Skip test that is passing on CI and failing otherwise. 2012-02-27 08:08:50 +01:00
qfilesystemmodel Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents. 2012-04-11 10:46:19 +02:00
qfontdialog Skip all tst_QFontDialog tests on Mac OS X 2012-02-17 11:44:29 +01:00
qinputdialog Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qmessagebox clean up qmake-generated projects 2012-02-24 05:18:30 +01:00
qprogressdialog Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qsidebar Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qwizard Fix build of QWizard tests with QT_USE_QSTRINGBUILDER 2012-02-29 16:51:07 +01:00
dialogs.pro Moved tests into integrationtests/ and widgets/ 2011-10-20 19:45:41 +02:00