OSDN Git Service

kde/Katie.git
5 years agoQSvgGeneratorPrivate cleanup
Ivailo Monev [Sat, 13 Jul 2019 20:56:25 +0000 (20:56 +0000)]
QSvgGeneratorPrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQContiguousCacheData cleanup
Ivailo Monev [Sat, 13 Jul 2019 20:56:08 +0000 (20:56 +0000)]
QContiguousCacheData cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQJsonValueRef cleanup
Ivailo Monev [Sat, 13 Jul 2019 20:55:59 +0000 (20:55 +0000)]
QJsonValueRef cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQAbstractButtonPrivate and QActionGroupPrivate cleanup
Ivailo Monev [Sat, 13 Jul 2019 20:30:51 +0000 (20:30 +0000)]
QAbstractButtonPrivate and QActionGroupPrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agouse const iterators where possible
Ivailo Monev [Sat, 13 Jul 2019 17:38:34 +0000 (17:38 +0000)]
use const iterators where possible

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoreplace function call with internal member in QFont::setCapitalization()
Ivailo Monev [Sat, 13 Jul 2019 16:51:58 +0000 (16:51 +0000)]
replace function call with internal member in QFont::setCapitalization()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove reference to non-existing QPainterReplayer class
Ivailo Monev [Sat, 13 Jul 2019 16:48:58 +0000 (16:48 +0000)]
remove reference to non-existing QPainterReplayer class

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agorun tests in their directory from benchcompare script
Ivailo Monev [Sat, 13 Jul 2019 16:18:15 +0000 (16:18 +0000)]
run tests in their directory from benchcompare script

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agocompiler warning fix
Ivailo Monev [Sat, 13 Jul 2019 16:16:28 +0000 (16:16 +0000)]
compiler warning fix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoindentation
Ivailo Monev [Sat, 13 Jul 2019 15:41:27 +0000 (15:41 +0000)]
indentation

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomark some warning cases are unlikely
Ivailo Monev [Sat, 13 Jul 2019 15:15:40 +0000 (15:15 +0000)]
mark some warning cases are unlikely

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove unused QCoreApplicationPrivate member
Ivailo Monev [Sat, 13 Jul 2019 13:02:08 +0000 (13:02 +0000)]
remove unused QCoreApplicationPrivate member

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove compile-time warning about designer resources data
Ivailo Monev [Fri, 12 Jul 2019 22:02:59 +0000 (22:02 +0000)]
remove compile-time warning about designer resources data

QString and QList already share data when possible

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomake private QFileInfo constructor actually private
Ivailo Monev [Fri, 12 Jul 2019 18:48:05 +0000 (18:48 +0000)]
make private QFileInfo constructor actually private

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoRevert "avoid two icon cache lookups"
Ivailo Monev [Fri, 12 Jul 2019 18:35:44 +0000 (18:35 +0000)]
Revert "avoid two icon cache lookups"

This reverts commit 62f75b51f33846d4feca4f200d353cb8e0d03f7a.

5 years agoavoid two icon cache lookups
Ivailo Monev [Fri, 12 Jul 2019 18:14:34 +0000 (18:14 +0000)]
avoid two icon cache lookups

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoinstead of prepending, append in QGuiPlatformPlugin::iconThemeSearchPaths()
Ivailo Monev [Fri, 12 Jul 2019 18:13:44 +0000 (18:13 +0000)]
instead of prepending, append in QGuiPlatformPlugin::iconThemeSearchPaths()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoupdate QAtomicInt and QAtomicPointer documentation [ci skip]
Ivailo Monev [Fri, 12 Jul 2019 12:38:56 +0000 (12:38 +0000)]
update QAtomicInt and QAtomicPointer documentation [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoadd qthreadpool test
Ivailo Monev [Fri, 12 Jul 2019 12:25:56 +0000 (12:25 +0000)]
add qthreadpool test

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove redundant timer from QThreadPoolPrivate::waitForDone()
Ivailo Monev [Fri, 12 Jul 2019 12:24:48 +0000 (12:24 +0000)]
remove redundant timer from QThreadPoolPrivate::waitForDone()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoassume the node deleter is always valid pointer in QHashData::free_helper()
Ivailo Monev [Fri, 12 Jul 2019 11:49:51 +0000 (11:49 +0000)]
assume the node deleter is always valid pointer in QHashData::free_helper()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agouse constBegin()/constEnd() for QHash iterators where appropriate
Ivailo Monev [Fri, 12 Jul 2019 11:49:15 +0000 (11:49 +0000)]
use constBegin()/constEnd() for QHash iterators where appropriate

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoadd space to total result output in benchcompare script
Ivailo Monev [Fri, 12 Jul 2019 11:47:51 +0000 (11:47 +0000)]
add space to total result output in benchcompare script

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove unused QScriptContextInfoPrivate member
Ivailo Monev [Thu, 11 Jul 2019 16:50:11 +0000 (16:50 +0000)]
remove unused QScriptContextInfoPrivate member

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove unused QScriptClassPrivate member
Ivailo Monev [Thu, 11 Jul 2019 16:46:55 +0000 (16:46 +0000)]
remove unused QScriptClassPrivate member

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove unused QXmlStreamReaderPrivate and QXmlStreamWriterPrivate members
Ivailo Monev [Thu, 11 Jul 2019 16:38:22 +0000 (16:38 +0000)]
remove unused QXmlStreamReaderPrivate and QXmlStreamWriterPrivate members

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove unused QHttpHeaderPrivate member
Ivailo Monev [Thu, 11 Jul 2019 16:32:35 +0000 (16:32 +0000)]
remove unused QHttpHeaderPrivate member

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove unused QShortcutMapPrivate member
Ivailo Monev [Thu, 11 Jul 2019 16:32:19 +0000 (16:32 +0000)]
remove unused QShortcutMapPrivate member

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQResourcePrivate cleanup
Ivailo Monev [Thu, 11 Jul 2019 16:20:58 +0000 (16:20 +0000)]
QResourcePrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove now redundant cast in QFont::capitalization()
Ivailo Monev [Thu, 11 Jul 2019 15:59:35 +0000 (15:59 +0000)]
remove now redundant cast in QFont::capitalization()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomost of the ASCII casts warnings have been taken care of
Ivailo Monev [Thu, 11 Jul 2019 15:41:03 +0000 (15:41 +0000)]
most of the ASCII casts warnings have been taken care of

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agocompiler warning fixes
Ivailo Monev [Thu, 11 Jul 2019 15:39:13 +0000 (15:39 +0000)]
compiler warning fixes

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agocompiler warning fix
Ivailo Monev [Thu, 11 Jul 2019 15:16:08 +0000 (15:16 +0000)]
compiler warning fix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoindentation
Ivailo Monev [Thu, 11 Jul 2019 15:15:10 +0000 (15:15 +0000)]
indentation

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove redundant extern reference from QHash benchmark
Ivailo Monev [Thu, 11 Jul 2019 15:15:00 +0000 (15:15 +0000)]
remove redundant extern reference from QHash benchmark

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomark some qWarning cases as unlikely
Ivailo Monev [Thu, 11 Jul 2019 15:14:34 +0000 (15:14 +0000)]
mark some qWarning cases as unlikely

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoadd verification section to plugins build with Clang
Ivailo Monev [Thu, 11 Jul 2019 15:13:48 +0000 (15:13 +0000)]
add verification section to plugins build with Clang

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomark qWarning cases as unlikely
Ivailo Monev [Thu, 11 Jul 2019 13:09:17 +0000 (13:09 +0000)]
mark qWarning cases as unlikely

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agouse single assignment for node pointer in QHash::createNode()
Ivailo Monev [Thu, 11 Jul 2019 00:36:23 +0000 (00:36 +0000)]
use single assignment for node pointer in QHash::createNode()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoavoid temporary copy in QHash::unite()
Ivailo Monev [Thu, 11 Jul 2019 00:35:14 +0000 (00:35 +0000)]
avoid temporary copy in QHash::unite()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomove qCRC32() to qcorecommon_p header
Ivailo Monev [Thu, 11 Jul 2019 00:02:41 +0000 (00:02 +0000)]
move qCRC32() to qcorecommon_p header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQByteArray is not padded anymore thus simplify QBitArray hashing
Ivailo Monev [Wed, 10 Jul 2019 22:51:46 +0000 (22:51 +0000)]
QByteArray is not padded anymore thus simplify QBitArray hashing

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoinline internal hash functions
Ivailo Monev [Wed, 10 Jul 2019 22:50:53 +0000 (22:50 +0000)]
inline internal hash functions

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agostyles will remain optional
Ivailo Monev [Wed, 10 Jul 2019 20:03:15 +0000 (20:03 +0000)]
styles will remain optional

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomore specific note about variables KatieConfig overrides
Ivailo Monev [Wed, 10 Jul 2019 19:53:52 +0000 (19:53 +0000)]
more specific note about variables KatieConfig overrides

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomove temporary string to the scope it is used in in mkspecs
Ivailo Monev [Wed, 10 Jul 2019 19:52:03 +0000 (19:52 +0000)]
move temporary string to the scope it is used in in mkspecs

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agodeal with TODO in mkspecs and review architectures checks in global header
Ivailo Monev [Wed, 10 Jul 2019 19:48:52 +0000 (19:48 +0000)]
deal with TODO in mkspecs and review architectures checks in global header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agooverriding CMAKE_CXX_EXTENSIONS is not a good idea, remove TODO
Ivailo Monev [Wed, 10 Jul 2019 19:17:44 +0000 (19:17 +0000)]
overriding CMAKE_CXX_EXTENSIONS is not a good idea, remove TODO

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoupdate QAtomicInt documentation
Ivailo Monev [Wed, 10 Jul 2019 18:29:27 +0000 (18:29 +0000)]
update QAtomicInt documentation

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agosync xml parser qlalr file with the modified output
Ivailo Monev [Wed, 10 Jul 2019 18:13:58 +0000 (18:13 +0000)]
sync xml parser qlalr file with the modified output

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoindentation
Ivailo Monev [Wed, 10 Jul 2019 18:08:02 +0000 (18:08 +0000)]
indentation

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove unused QPainterPrivate::get()
Ivailo Monev [Wed, 10 Jul 2019 17:40:48 +0000 (17:40 +0000)]
remove unused QPainterPrivate::get()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoexternal environ reference should be declared in default namespace
Ivailo Monev [Wed, 10 Jul 2019 17:23:52 +0000 (17:23 +0000)]
external environ reference should be declared in default namespace

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove unused QTextStreamPrivate member
Ivailo Monev [Wed, 10 Jul 2019 17:21:33 +0000 (17:21 +0000)]
remove unused QTextStreamPrivate member

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agodo not declare debug QProcess function if QT_NO_PROCESS is not defined
Ivailo Monev [Wed, 10 Jul 2019 17:10:46 +0000 (17:10 +0000)]
do not declare debug QProcess function if QT_NO_PROCESS is not defined

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agodisable tests in Travis again
Ivailo Monev [Wed, 10 Jul 2019 16:56:51 +0000 (16:56 +0000)]
disable tests in Travis again

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove windows support leftovers
Ivailo Monev [Wed, 10 Jul 2019 16:56:15 +0000 (16:56 +0000)]
remove windows support leftovers

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agosql test crash should be solved
Ivailo Monev [Wed, 10 Jul 2019 12:10:18 +0000 (12:10 +0000)]
sql test crash should be solved

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agocompiler warnings fix
Ivailo Monev [Wed, 10 Jul 2019 12:06:00 +0000 (12:06 +0000)]
compiler warnings fix

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomake getters of QDeclarativeJS parser const
Ivailo Monev [Wed, 10 Jul 2019 11:21:12 +0000 (11:21 +0000)]
make getters of QDeclarativeJS parser const

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomake getters of QScriptParser const in qlalr file
Ivailo Monev [Wed, 10 Jul 2019 11:18:22 +0000 (11:18 +0000)]
make getters of QScriptParser const in qlalr file

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoavoid temporary copies in QVarLengthArray
Ivailo Monev [Wed, 10 Jul 2019 10:50:47 +0000 (10:50 +0000)]
avoid temporary copies in QVarLengthArray

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoreplace reinterpret_cast with static_cast where applicable
Ivailo Monev [Wed, 10 Jul 2019 10:50:14 +0000 (10:50 +0000)]
replace reinterpret_cast with static_cast where applicable

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoRevert "QVarLengthArray cleanup"
Ivailo Monev [Wed, 10 Jul 2019 10:24:57 +0000 (10:24 +0000)]
Revert "QVarLengthArray cleanup"

This reverts commit 78e89f39f312aa97ccff6d645c56c89e7bd72571.

5 years agoremove redundant qringbuffer_p header inclusions
Ivailo Monev [Wed, 10 Jul 2019 10:15:23 +0000 (10:15 +0000)]
remove redundant qringbuffer_p header inclusions

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoupdate note about QVariantAnimation::getInterpolator()
Ivailo Monev [Wed, 10 Jul 2019 10:14:50 +0000 (10:14 +0000)]
update note about QVariantAnimation::getInterpolator()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomake use of const iterator in QTextTable::splitCell()
Ivailo Monev [Wed, 10 Jul 2019 09:57:34 +0000 (09:57 +0000)]
make use of const iterator in QTextTable::splitCell()

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agouse static QImage::fromData() where possible
Ivailo Monev [Wed, 10 Jul 2019 09:19:41 +0000 (09:19 +0000)]
use static QImage::fromData() where possible

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoset internal string lenght of invalid QTextBoundaryFinder to -1
Ivailo Monev [Tue, 9 Jul 2019 23:21:16 +0000 (23:21 +0000)]
set internal string lenght of invalid QTextBoundaryFinder to -1

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoalways create private object of QTextBoundaryFinder
Ivailo Monev [Tue, 9 Jul 2019 22:44:57 +0000 (22:44 +0000)]
always create private object of QTextBoundaryFinder

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQVarLengthArray cleanup
Ivailo Monev [Tue, 9 Jul 2019 22:27:12 +0000 (22:27 +0000)]
QVarLengthArray cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoonly system and monotonic types of elapsed times are supported
Ivailo Monev [Tue, 9 Jul 2019 21:42:13 +0000 (21:42 +0000)]
only system and monotonic types of elapsed times are supported

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove warning about QThread handle that does not apply
Ivailo Monev [Tue, 9 Jul 2019 20:16:09 +0000 (20:16 +0000)]
remove warning about QThread handle that does not apply

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove redundant scoping
Ivailo Monev [Tue, 9 Jul 2019 20:15:04 +0000 (20:15 +0000)]
remove redundant scoping

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoindentation
Ivailo Monev [Tue, 9 Jul 2019 19:23:40 +0000 (19:23 +0000)]
indentation

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove redundant qt_x11_p header inclusion
Ivailo Monev [Tue, 9 Jul 2019 19:22:55 +0000 (19:22 +0000)]
remove redundant qt_x11_p header inclusion

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoQFontPrivate cleanup
Ivailo Monev [Tue, 9 Jul 2019 19:22:40 +0000 (19:22 +0000)]
QFontPrivate cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomark all QHash() arguments as const
Ivailo Monev [Tue, 9 Jul 2019 19:03:58 +0000 (19:03 +0000)]
mark all QHash() arguments as const

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoindentation
Ivailo Monev [Tue, 9 Jul 2019 18:06:42 +0000 (18:06 +0000)]
indentation

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove redundant error from qglobal header
Ivailo Monev [Tue, 9 Jul 2019 18:00:53 +0000 (18:00 +0000)]
remove redundant error from qglobal header

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoupdate README [ci skip]
Ivailo Monev [Tue, 9 Jul 2019 17:20:24 +0000 (17:20 +0000)]
update README [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoadd simple QHash benchmark with reserve
Ivailo Monev [Tue, 9 Jul 2019 17:14:49 +0000 (17:14 +0000)]
add simple QHash benchmark with reserve

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove redundant qglobal header inclusion
Ivailo Monev [Tue, 9 Jul 2019 17:08:12 +0000 (17:08 +0000)]
remove redundant qglobal header inclusion

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agouse qint16 where applicable
Ivailo Monev [Tue, 9 Jul 2019 17:07:15 +0000 (17:07 +0000)]
use qint16 where applicable

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoinitialize classlist as list not map in namefsck script
Ivailo Monev [Tue, 9 Jul 2019 17:06:00 +0000 (17:06 +0000)]
initialize classlist as list not map in namefsck script

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agocombine tag and name in benchcompare script
Ivailo Monev [Tue, 9 Jul 2019 13:59:09 +0000 (13:59 +0000)]
combine tag and name in benchcompare script

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoadd simple QHash benchmark to ensure QList is not benchmarked aswell
Ivailo Monev [Tue, 9 Jul 2019 13:53:47 +0000 (13:53 +0000)]
add simple QHash benchmark to ensure QList is not benchmarked aswell

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agofix locale lookup
Ivailo Monev [Tue, 9 Jul 2019 12:27:56 +0000 (12:27 +0000)]
fix locale lookup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agobenchmark QCryptographicHash with more chunks
Ivailo Monev [Mon, 8 Jul 2019 16:22:56 +0000 (16:22 +0000)]
benchmark QCryptographicHash with more chunks

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove redundant headers inclusions from QByteArray benchmark
Ivailo Monev [Mon, 8 Jul 2019 16:22:15 +0000 (16:22 +0000)]
remove redundant headers inclusions from QByteArray benchmark

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoremove now unused QHash macros
Ivailo Monev [Sun, 7 Jul 2019 23:42:18 +0000 (23:42 +0000)]
remove now unused QHash macros

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoif no tag is available use name in benchcompare [ci skip]
Ivailo Monev [Sun, 7 Jul 2019 22:52:00 +0000 (22:52 +0000)]
if no tag is available use name in benchcompare [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agohandle the case of no common benchmarks in benchcompare script
Ivailo Monev [Sun, 7 Jul 2019 20:27:27 +0000 (20:27 +0000)]
handle the case of no common benchmarks in benchcompare script

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoset iterations to 100 and handle float in benchcompare script [ci skip]
Ivailo Monev [Sun, 7 Jul 2019 20:13:02 +0000 (20:13 +0000)]
set iterations to 100 and handle float in benchcompare script [ci skip]

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agodisable tests in Travis again
Ivailo Monev [Sun, 7 Jul 2019 17:42:11 +0000 (17:42 +0000)]
disable tests in Travis again

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoadd benchcompare script
Ivailo Monev [Sun, 7 Jul 2019 17:39:57 +0000 (17:39 +0000)]
add benchcompare script

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoavoid temporaries in QLocale
Ivailo Monev [Sun, 7 Jul 2019 13:53:36 +0000 (13:53 +0000)]
avoid temporaries in QLocale

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoreplace hardcoded QVariant::LastType with the enum
Ivailo Monev [Sun, 7 Jul 2019 13:52:54 +0000 (13:52 +0000)]
replace hardcoded QVariant::LastType with the enum

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agomake private QLocale data actually private
Ivailo Monev [Sun, 7 Jul 2019 13:18:03 +0000 (13:18 +0000)]
make private QLocale data actually private

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
5 years agoqnetworkreply and tcpserver benchmarks are broken
Ivailo Monev [Sun, 7 Jul 2019 11:42:44 +0000 (11:42 +0000)]
qnetworkreply and tcpserver benchmarks are broken

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>