summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix build without features.timezoneTasuku Suzuki2018-05-081-0/+2
* | 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
* | QProcess: set proper error state if we failed to create a pipeThiago Macieira2018-05-021-1/+6
* | 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
* | 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
* | 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
* | 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
|/
* 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
* Improve performance of QResource::load()Lars Knoll2018-04-131-12/+8
* QWindowsPipeReader: fix waiting on inactive pipeAlex Trotsenko2018-04-121-3/+3
* Doc: Fix typo in The Property System sectionKai Koehne2018-04-121-1/+1
* Fix integer overflow (1 << (' ' - 1))Mikhail Svetkin2018-04-101-7/+7
* Doc: Update QVariant::toString description, update see also linksPaul Wicking2018-04-091-43/+48
* QSemaphore: Fix 64-bit Linux QSemaphores initialized to non-zeroThiago Macieira2018-04-061-3/+7
* QMimeDatabase: fix assert when fetching data for invalid mimetypeDavid Faure2018-04-061-0/+2
* Doc: Add missing punctuation in qCritical, qFatal documentationKai Koehne2018-04-051-2/+2
* doc: Improve QByteArray::fromRawData snippetSamuel Gaist2018-03-291-3/+3
* QSemaphore: attempt to fix again the 64-bit Linux semaphoreThiago Macieira2018-03-291-13/+20
* QFutureWatcher: Refer to convenience method resultAt in documentationKari Oikarinen2018-03-281-1/+1
* Fix MSVC2017 compilation with enabled relaxed constexpr on 32-bit targetOlivier Goffart2018-03-281-4/+6
* Animation: Fix case where QEasingCurve::valueForProgress returns nanSvenn-Arne Dragly2018-03-261-21/+54
* Revert "Detect C standard and try using the most recent"Friedemann Kleint2018-03-261-1/+1
* fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-262-4/+4
* Remove CMake code for CMake < 3.1Kevin Funk2018-03-243-79/+5
* QFile::rename: fix the error message if renaming a file by copy failsThiago Macieira2018-03-211-1/+4
* Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-2120-83/+114
* Detect C standard and try using the most recentAllan Sandfeld Jensen2018-03-211-1/+1
* Modernize the "regularexpression" featureUlf Hermann2018-03-2014-90/+75
* QSharedDataPointer: use swap-and-move in the move constructorThiago Macieira2018-03-191-2/+10
* QSemaphore: add minor optimization for 64-bit Linux systemsThiago Macieira2018-03-191-0/+7
* QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-191-43/+88
* Remove src/corelib/arch, merging with src/corelib/threadThiago Macieira2018-03-195-6/+4
* Atomics: remove qatomic_msvc.hThiago Macieira2018-03-193-501/+2
* Atomic: silence MSVC warning in the generic fetchAndSubThiago Macieira2018-03-191-0/+3