summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-1/+1
|\
| * Fix some issues of a clang-cl developer buildFriedemann Kleint2020-01-061-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-1/+1
|\|
| * Fix some qdoc warningsFriedemann Kleint2020-01-021-1/+1
* | Fix some qdoc warningsFriedemann Kleint2020-01-031-2/+2
* | Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-122-0/+58
* | Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-122-141/+211
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-102-4/+4
|\|
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-102-4/+4
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-062-10/+10
* | Add QHash::insert(const QHash &other)Lars Knoll2019-12-052-0/+38
* | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-032-0/+2
|\|
| * Silence intel compiler warning about float comparisonOlivier Goffart2019-11-282-0/+2
* | Workaround warning in QHash::uniteAlbert Astals Cid2019-12-021-4/+1
* | RDRAND test: also disable if RDRAND produced only three samplesThiago Macieira2019-11-181-1/+1
* | Avoid erroneous creation of QScopedValueRollback objectsSimon Hausmann2019-11-081-1/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-081-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+1
| |\
| | * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-301-1/+1
| | |\
| | | * Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2019-10-101-1/+1
* | | | Deprecate reverse iteration on QHashLars Knoll2019-11-051-18/+234
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-263-0/+26
|\| | |
| * | | QSet: Document to/from QVector transformation techniquesSamuel Gaist2019-10-243-0/+26
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-251-31/+20
|\| | |
| * | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-31/+20
| |\| |
| | * | Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversionsMilian Wolff2019-10-111-31/+20
| | |/
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-131-0/+12
|\| |
| * | Fix QEasingCurve possible imprecision at endpointsEirik Aavitsland2019-10-111-0/+12
* | | Fix infinite recursion caused by the RDSEED featureThiago Macieira2019-10-111-40/+63
* | | Deprecate reverse iteration on QSetLars Knoll2019-10-102-29/+49
* | | Deprecate calling QList::insert/removeAt with out of bounds indexLars Knoll2019-10-102-5/+20
* | | QRandom: add support for RDSEEDThiago Macieira2019-10-091-1/+35
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-052-1/+2
|\| |
| * | docs: Mark QPair and QLatin1Char as reentrantKavindra Palaraja2019-10-041-0/+1
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-041-1/+1
| |\|
| | * QList: make cast from ptrdiff_t to int explicitEdward Welbourne2019-10-021-1/+1
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-013-1/+87
|\| |
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-303-1/+87
| |\|
| | * QVarLengthArray: Avoid int vs. size_t warnings in operator=Laszlo Agocs2019-09-291-1/+1
| | * Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-262-0/+86
| | * QRegexp: Fix MSVC2019 warning about fallthrough not being followed by a case ...Friedemann Kleint2019-09-031-15/+9
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Allan Sandfeld Jensen2019-08-271-2/+2
| | |\
| | | * Fix assertion on passing nullptr QLatin1Strings to qt_compare_stringsMarc Mutz2019-08-251-2/+2
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-171-4/+0
|\| | |
| * | | doc: Remove ifndef Q_QDOCMartin Smith2019-09-161-4/+0
* | | | QArrayData: Don't allocate space we cannot useMårten Nordheim2019-08-301-1/+1
|/ / /
* | | Long live QSize(F)::grownBy/shrunkBy()Marc Mutz2019-08-222-0/+29
* | | Introduce a new feature called easingcurveTasuku Suzuki2019-08-163-4/+17
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-133-15/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-122-9/+11
| |\|