summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Make QObjectPrivate::threadData a proper atomicGiuseppe D'Angelo2019-11-1312-113/+152
* QEventDispatcherWin32: unify input checks in {un}register...()Alex Trotsenko2019-11-131-18/+18
* QBasicTimer: release timer id on exitAlex Trotsenko2019-11-131-6/+4
* Make Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-093-3/+33
* QWaitCondition: fix dummy QWaitCondition implementationChristian Ehrlicher2019-11-081-7/+14
* 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-083-157/+65
|\
| * Rationalize descriptions of date-time formatsEdward Welbourne2019-11-071-154/+61
| * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-11-061-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
| | | |\
| | | | * Merge 5.13 into 5.13.2Frederik Gladhorn2019-10-113-2/+9
| | | | |\
| | | | * | Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2019-10-101-1/+1
| | | * | | Fix a -Wclass-memaccess problem in qjsonVille Voutilainen2019-10-241-1/+3
| * | | | | Make QDir::cleanPath documentation less misleadingVolker Hilsheimer2019-11-061-2/+3
| |/ / / /
* | | | | QWaitCondition: mark obsolete functions as deprecatedChristian Ehrlicher2019-11-076-24/+42
* | | | | Add support for a signaling NaN in qfloat16Edward Welbourne2019-11-061-1/+9
* | | | | Add qfloat16::copySign() since we can't overload std::copysign()Edward Welbourne2019-11-062-0/+11
* | | | | Deprecate reverse iteration on QHashLars Knoll2019-11-052-18/+251
* | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-052-3/+10
|\| | | |
| * | | | QProcess: explicitly mark QProcess::error() as deprecatedChristian Ehrlicher2019-11-041-1/+2
| * | | | QFile::decodeName(const char *): don't construct QByteArray but use the argum...Adam Sowa2019-11-011-2/+8
* | | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-012-3/+1
|\| | | |
| * | | | Doc: Remove empty section title from QMilankovicCalendarTopi Reinio2019-10-311-2/+0
| * | | | Doc: Clarify the ownership of a state for addState()Kavindra Palaraja2019-10-301-1/+1
* | | | | 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
* | | | | Add a getter for QObjectPrivate::threadDataGiuseppe D'Angelo2019-10-281-0/+1
* | | | | 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.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
* | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-191-10/+30
|\| | |