summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in commentKai Koehne2018-05-251-1/+1
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-248-52/+140
|\
| * QLocale: only use LANGUAGE if it contradicts LC_ALL/LC_MESSAGES/LANGEdward Welbourne2018-05-231-3/+31
| * Doc: Document the WA_ContentsMarginsRespectsSafeArea widget attributeVenugopal Shivashankar2018-05-231-1/+8
| * QTemporaryFile: Disable O_TMPFILE on AndroidThiago Macieira2018-05-221-1/+2
| * Fix documentation of Q_NAMESPACEOlivier Goffart2018-05-221-0/+1
| * qt_is_ascii: improve isAscii a little further (QUrl, QLatin1String)Thiago Macieira2018-05-201-5/+12
| * Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-181-0/+2
| |\
| | * QFileSystemEngine: don't try to use statx(2) if SYS_statx isn't definedv5.11.0-rc2v5.11.0Thiago Macieira2018-05-141-0/+2
| * | Add support for QSharedPointer<cv qualified>::create()Thiago Macieira2018-05-171-4/+7
| * | ucstrncmp: refactor with 32- and 8-byte loadsThiago Macieira2018-05-151-16/+56
| * | QJsonDocument: Avoid overflow of string lengthsJüri Valdmann2018-05-141-23/+20
* | | Windows: Refactor QFSFileEngine::link()Friedemann Kleint2018-05-231-12/+11
* | | Add attribute to indicate a widget was the target of a style sheetAaron Kennedy2018-05-232-1/+8
* | | QString::toLatin1: make the 32-byte loop to a single 32-btye loadThiago Macieira2018-05-161-0/+20
* | | QString::toLatin1: stop using PCMPESTRMThiago Macieira2018-05-161-53/+32
* | | QString: add a method to do a conversion to Latin1 without checkingThiago Macieira2018-05-152-36/+43
* | | QString: insert a number of 8-character SIMD loopsThiago Macieira2018-05-152-18/+144
* | | QUtf8: add AVX2 code for isValidUtf8Thiago Macieira2018-05-151-0/+22
* | | QUrl: use the SIMD ASCII-checking code from the last commitThiago Macieira2018-05-152-12/+23
* | | QString::normalized: Replace the initial US-ASCII loop with SIMDThiago Macieira2018-05-151-34/+61
* | | Add QT_TR*_N_NOOP() macrosMateusz Starzycki2018-05-153-1/+119
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-144-25/+15
|\| |
| * | QByteArray::setNum: use the existing latin1 lowercasing tableThiago Macieira2018-05-131-15/+3
| * | QString: fix off-by-one errorThiago Macieira2018-05-101-4/+4
| * | Merge remote-tracking branch 'origin/5.11.0' into 5.11Qt Forward Merge Bot2018-05-091-2/+2
| |\|
| | * QSysInfo: Correct the \since for {machine,boot}UniqueId()Thiago Macieira2018-04-251-2/+2
| * | Fix build with GCC 8: memset/memcpy/memmove of non-trivialsThiago Macieira2018-05-091-4/+6
* | | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-05-081-0/+2
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-081-0/+2
| |\| |
| | * | Fix build without features.timezoneTasuku Suzuki2018-05-081-0/+2
* | | | configure: change convention of passing libraries to config testsOswald Buddenhagen2018-05-081-7/+0
|/ / /
* | | qsimd: add support for new x86 CPU featuresThiago Macieira2018-05-054-328/+393
* | | qsimd: remove support for systems without 64-bit atomicsThiago Macieira2018-05-052-17/+7
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-055-9/+10
|\| |
| * | QAbstractEventDispatcher: add a note about the timer range for Qt 6Thiago Macieira2018-05-041-0/+1
| * | QJsonDocument: Validate also zero-length objectsJüri Valdmann2018-05-041-2/+0
| * | QJsonDocument: Reject objects containing themselves in binary JSONJüri Valdmann2018-05-041-3/+3
| * | QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-042-1/+4
| * | Fix the enabling of AES with ICC and MSVC on some low-end processorsThiago Macieira2018-05-041-3/+2
* | | QContiguousCache: add assertion to avoid negative capacityChristian Ehrlicher2018-05-041-0/+2
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-1/+6
|\| |
| * | QProcess: set proper error state if we failed to create a pipeThiago Macieira2018-05-021-1/+6
* | | qFatal: Prevent deadlocks on WindowsThiago Macieira2018-05-021-1/+28
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-022-25/+48
|\| |
| * | QItemSelectionModel: More fixes for is(Column/Row)SelectedDaniel Teske2018-04-301-27/+46
| * | QitemSelectionModel: Fix a bug in isColumnSelectedDaniel Teske2018-04-301-2/+6
| * | QMimeDatabase: check 128 bytes rather than 32, for text vs binaryDavid Faure2018-04-271-2/+2
* | | Make the use of -fdata-sections and --gc-sections more generic in QtMikhail Svetkin2018-04-271-0/+1
* | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-264-49/+54
|\| |