summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qvariant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-247/+247
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-247/+247
| |\
| | * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-246/+246
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-144/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-22/+19
| |\|
| | * Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-1/+1
| | * Change some uses of QMap::insertMulti to QMultiMap::insertMÃ¥rten Nordheim2019-12-121-1/+1
| | * Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-121-1/+1
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-121-19/+16
| | |\
| | | * QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-111-19/+16
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-1/+1
| |\| |
| | * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
| | * | Deprecate QVariant::operator< and related operatorsOlivier Goffart2019-12-051-0/+14
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-051-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-2/+2
| | |\|
| | | * Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-2/+2
| * | | Remove QVariant::operator< and related operatorOlivier Goffart2019-12-041-119/+0
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-4/+17
|\| | |
| * | | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-1/+1
| * | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-3/+16
| |/ /
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-2/+2
|\| |
| * | Provide conversion between QVariant and QUuid in bootstrapUlf Hermann2019-08-281-2/+2
| |/
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-2/+6
|\|
| * Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-2/+6
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-23/+23
|\|
| * Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
| * Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-071-22/+22
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-3/+4
|\|
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-3/+3
| |\
| | * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-3/+3
| * | QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
* | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-8/+22
|\| |
| * | QVariant: deprecate qVariantFromValue/qVariantSetValue()Christian Ehrlicher2019-03-311-0/+2
| * | QVariant: Fix isNull() == true after downcasting QObject*Timo Lang2019-03-211-0/+2
| * | Add qFpClassify() to mirror std::fpclassify()Edward Welbourne2019-03-191-3/+3
| |/
| * QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-2/+2
| * qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-271-0/+4
| * Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-3/+9
* | CMake: Use AUTOMOC/AUTOUIC/AUTORCCTobias Hunger2018-12-141-2/+2
|/
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-271-4/+4
|\
| * Modernize the "datestring" featureLiang Qi2018-09-241-4/+4
* | Fix ASAN error about new-delete-size-mismatch in QVariantSimon Hausmann2018-08-071-1/+2
* | CBOR: Complete the conversions between CBOR, JSON and Qt meta typesThiago Macieira2018-07-041-5/+338
* | Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-041-1/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-101-43/+48
|\|
| * Doc: Update QVariant::toString description, update see also linksPaul Wicking2018-04-091-43/+48
* | QVariant: Avoid a memory allocation with custom typesOlivier Goffart2018-04-081-3/+10
|/
* Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-211-23/+33
* Modernize the "regularexpression" featureUlf Hermann2018-03-201-7/+9
* doc: Make fromStdVariant() appear in the QVariant docsMartin Smith2018-03-141-1/+1