summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-0110-7545/+8000
|\
| * Unify QFSFileEngine implementations on Windows and UnixVolker Hilsheimer2019-10-313-175/+88
| * Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-305-7370/+7896
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-302-0/+16
| |\
| | * CMake: Fix androiddeployqt support when using add_library MODULEAlexandru Croitor2019-10-291-0/+6
| | * no-thread: Add dummy implementations for stackSize functions in QThreadEskil Abrahamsen Blomfeldt2019-10-281-0/+10
* | | Get rid of unsharable containersLars Knoll2019-10-3011-144/+10
* | | Ensure QListIterator gets defined inside the qtnamespaceLars Knoll2019-10-301-0/+2
* | | Fix up parts of the QList related docsLars Knoll2019-10-303-78/+58
* | | Fix all tst_qmetatype breakages after QList to QVector aliasingJędrzej Nowacki2019-10-302-0/+64
* | | Make QList an alias to QVectorLars Knoll2019-10-3012-3195/+24
* | | Move QListSpecialMethods over to QVectorLars Knoll2019-10-305-74/+99
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-301-0/+1
|\| |
| * | Add a getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-10-281-0/+1
* | | Replace usage of Q_DECL_ALIGN with C++11 alignas keywordVolker Hilsheimer2019-10-294-14/+6
* | | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-2911-72/+19
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-2722-19819/+20368
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2019-10-2621-19765/+20319
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-2621-19765/+20319
| | |\|
| | | * Update public suffix list to latest versionEdward Welbourne2019-10-252-13712/+13877
| | | * Android: Add multi-abi support for CMakeCristian Adam2019-10-254-1/+207
| | | * Disable Clang warning for 'using namespace' in qtextstream.hJüri Valdmann2019-10-251-0/+3
| | | * Update CLDR to v36Edward Welbourne2019-10-258-6052/+6190
| | | * QSet: Document to/from QVector transformation techniquesSamuel Gaist2019-10-246-0/+42
| * | | QFileSystemEngine: Rework createDirectory on WindowsChristoph Schleifenbaum2019-10-251-54/+49
| |/ /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-2637-2421/+2942
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-258-97/+131
| |\|
| | * QFileSystemEngine: Consistently check for invalid file namesUlf Hermann2019-10-243-34/+75
| | * QStateMachine: Don't scream at the userRobert Loehning2019-10-241-2/+2
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-244-61/+54
| | |\
| | | * QEndian: do not use "raw" constexprGiuseppe D'Angelo2019-10-141-6/+6
| | | * Use arrays rather than assigning literals to char* (warning-fix)Edward Welbourne2019-10-141-2/+2
| | | * QStandardPaths: Correct handling for XDG_RUNTIME_DIRSamuli Piippo2019-10-121-23/+28
| | | * Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversionsMilian Wolff2019-10-111-31/+20
| * | | QItemSelectionModel: make parent an optional parameterChristian Ehrlicher2019-10-241-4/+4
| * | | Reimplement JSON support on top of CborUlf Hermann2019-10-2128-2320/+2807
* | | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-256-5/+37
* | | | QDateTimeParser: always use locale for AM/PM textsVolker Hilsheimer2019-10-211-2/+2
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-211-10/+30
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-191-10/+30
| |\| |
| | * | QSortFilterProxyModel: Add a cheaper way to find source_sort_columnUlf Hermann2019-10-181-10/+30
* | | | Read a unique thread identifier from CPU registersVolker Hilsheimer2019-10-204-6/+59
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-183-113/+107
|\| | |
| * | | Generate metatypes.json for QtCore, QtGui, and QtWidgetsUlf Hermann2019-10-171-1/+1
| * | | Move CBOR debug stream functions into qcborvalue.cppUlf Hermann2019-10-172-112/+106
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-1715-93/+337
|\| | |
| * | | QAbstractItemModel: implement QRegularExpression support for matchSamuel Gaist2019-10-163-17/+52
| * | | Provide a feature for CBOR stream I/OUlf Hermann2019-10-166-2/+32
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-166-74/+253
| |\| |
| | * | Win32: Consolidate registry codeFriedemann Kleint2019-10-146-74/+253