summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | WinRT: Add Windows UI Automation supportAndre de la Rocha2018-04-172-0/+23
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-152-15/+11
|\|
| * Improve performance of QResource::load()Lars Knoll2018-04-131-12/+8
| * QWindowsPipeReader: fix waiting on inactive pipeAlex Trotsenko2018-04-121-3/+3
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-04-121-1/+1
|\|
| * Doc: Fix typo in The Property System sectionKai Koehne2018-04-121-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-111-7/+7
|\|
| * Fix integer overflow (1 << (' ' - 1))Mikhail Svetkin2018-04-101-7/+7
* | QCryptographicHash: Add a static method to retrieve hash lengthMårten Nordheim2018-04-102-0/+41
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-102-46/+55
|\|
| * 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
* | Declare the operator| in the Qt namespace for QFlags in that namespacesOlivier Goffart2018-04-081-23/+20
* | QVariant: Avoid a memory allocation with custom typesOlivier Goffart2018-04-081-3/+10
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-071-0/+2
|\|
| * QMimeDatabase: fix assert when fetching data for invalid mimetypeDavid Faure2018-04-061-0/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-061-2/+2
|\|
| * Doc: Add missing punctuation in qCritical, qFatal documentationKai Koehne2018-04-051-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-312-16/+23
|\|
| * 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
* | Add wildcard-to-regexp support to QRegularExpressionSamuel Gaist2018-03-304-1/+192
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-302-5/+7
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-2827-188/+181
|\|
| * 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