summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\| |
| * | improve documentation, mostly of the QT_TR*_NOOP macrosOswald Buddenhagen2018-04-253-38/+38
| * | Doc: Show more examples on how to have multiple logging rulesKai Koehne2018-04-251-11/+16
* | | Protect all accesses to the global engine cache by a mutexLars Knoll2018-04-251-34/+32
* | | Support std::unique_ptr and others in Q_DECLARE_PRIVATEJüri Valdmann2018-04-251-2/+2
* | | Fix include style in qreadwritelock_p.hJoerg Bornemann2018-04-251-1/+1
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-246-22/+45
|\| |
| * | doc: Make both qEnvironmentVariable() functions visible in the docsMartin Smith2018-04-231-7/+5
| * | Doc: Mark local functions in qlogging.cpp as internalKai Koehne2018-04-231-0/+3
| * | Doc: Advocate use of std::initializer_list constructor in Q[String]ListKai Koehne2018-04-234-15/+37
* | | Make it easier to use resources in plugins when using static linkingSimon Hausmann2018-04-231-1/+11
* | | iOS: Document why we're using a runloop mode tracker in our event dispatcherTor Arne Vestbø2018-04-231-0/+18
* | | Speed up QTimeZone::isTimeZoneIdAvailable by a factor 43David Faure2018-04-234-2/+28
* | | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-221-22/+27
|\| |
| * | QByteArray: Use nullptr for "Safe and portable C string functions"Andre Hartmann2018-04-211-22/+23
| * | QByteArray: Add a note regarding overlapping pointers to qstr(n)cpyAndre Hartmann2018-04-211-0/+4
| |/
* | Detect C standard and try using the most recent one (take 2)Allan Sandfeld Jensen2018-04-211-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-202-7/+7
|\|
| * Doc: link to QEnableSharedFromThis from QSharedPointer docsMitch Curtis2018-04-181-1/+1
| * Fix runtime platform detection on Apple platformsTor Arne Vestbø2018-04-181-6/+6
* | Prefer the raw data, if it specifies a locale, before shedding tagsEdward Welbourne2018-04-191-0/+7
* | Unicode TR 35: add likely subtags in the specified orderEdward Welbourne2018-04-191-8/+16
* | QObject: Extend debug output of connectLars Schmertmann2018-04-181-1/+6