summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Qt Core: Remove code for Windows < 7Friedemann Kleint2017-10-053-18/+6
* | | QLocaleData::longLongToString: clean up sign handlingEdward Welbourne2017-10-033-11/+9
* | | Fix unused variable warning in qrandom.cppJüri Valdmann2017-09-271-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2624-220/+436
|\| |
| * | Add currentType function to QOperatingSystemVersionJake Petroules2017-09-253-19/+29
| * | QThread::create: move implementation out of lineGiuseppe D'Angelo2017-09-242-69/+76
| * | QThread::create: make qdoc generate its documentationGiuseppe D'Angelo2017-09-241-0/+7
| * | QRandomGenerator: update API to better nameThiago Macieira2017-09-224-45/+63
| * | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-09-213-43/+59
| |\ \
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-203-43/+59
| | |\|
| | | * Add missing pwd.h includeJake Petroules2017-09-181-0/+1
| | | * QSharedPointer: fix undefined behavior in operator<Giuseppe D'Angelo2017-09-171-3/+6
| | | * Optimize QVariant::cmp()Lars Knoll2017-09-141-40/+49
| | | * Improve performance of QVariant::canConvert()Lars Knoll2017-09-131-0/+3
| * | | QOperatingSystemVersion: Add debug operatorFriedemann Kleint2017-09-202-0/+18
| |/ /
| * | Fix documentation code snippet of QString::arg(QStringView)Friedemann Kleint2017-09-151-2/+2
| * | QStringView: De-inline the length calculation so we can use SSE2Thiago Macieira2017-09-133-10/+52
| * | macOS: Detect use of heap-allocated QMacAutoReleasePoolTor Arne Vestbø2017-09-082-1/+69
| * | macOS: Remove QMacRootLevelAutoReleasePool member from QCoreApplicationTor Arne Vestbø2017-09-081-4/+0
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-062-5/+10
| |\|
| | * Fix resolution of relative links on WindowsOrgad Shaneh2017-09-041-4/+9
| | * QModelIndex: use std::less to compare pointersGiuseppe D'Angelo2017-09-011-1/+1
| * | Don't call the qAddPreRoutine routines with the mutex lock heldThiago Macieira2017-09-061-9/+14
| * | Merge dev into 5.10Frederik Gladhorn2017-09-0222-108/+277
| |\ \
| * | | Make qAddPostRoutine & family thread-safeThiago Macieira2017-09-011-8/+32
| * | | QLocale docs: remove useless \sa linksShawn Rutledge2017-08-291-2/+0
| * | | Fix documentation of QThreadPool::stackSizeFriedemann Kleint2017-08-291-4/+6
* | | | Add the "we mean it" warning to qfutex_p.hMårten Nordheim2017-09-221-0/+11
* | | | Replace Q_DECL_FINAL with finalKevin Funk2017-09-224-29/+29
* | | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-19110-398/+398
* | | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-1969-515/+515
* | | | Port QSemaphore to use futexesThiago Macieira2017-09-185-15/+144
* | | | Move the futex implementation to a headerThiago Macieira2017-09-183-50/+162
* | | | QScopedPointer: add get()Giuseppe D'Angelo2017-09-172-0/+12
* | | | QXmlStreamWriter: Avoid writing invalid charactersUlf Hermann2017-09-131-22/+57
* | | | QSharedPointer: add get() for STL compatibilityGiuseppe D'Angelo2017-09-123-0/+11
* | | | Add QTemporaryDir to the bootstrap libraryMartin Smith2017-09-122-4/+4
* | | | Android: remove support for local/debug deploymentJake Petroules2017-09-061-3/+1
* | | | Fix zero-as-null-pointer-constant warning in QObjectJesus Fernandez2017-09-052-9/+9
* | | | Unbreak the build and add support for Qt 5.12 tooThiago Macieira2017-09-041-0/+10
* | | | Bump versionFrederik Gladhorn2017-09-042-2/+4
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-3117-81/+132
|\ \ \ | | |/ | |/|
| * | Fix error attribute(target("+crc")) is unknownPeter Seiderer2017-08-292-0/+5
| * | QFileInfo: Clarify documentation on symlinksFriedemann Kleint2017-08-291-7/+11
| * | Doc: Fix exampleRobert Loehning2017-08-281-2/+2
| * | Remove QMAKE_LIBS_CORE variableJoerg Bornemann2017-08-281-3/+7
| * | Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-7/+5
| * | QFileInfo: Fix typo in docOrgad Shaneh2017-08-261-1/+1
| * | Fix QCFType::constructFromGet() crash when passed a nullptrTor Arne Vestbø2017-08-241-1/+2
| * | QOperatingSystemVersion: add Android Oreo (v8.0, API level 26)Jake Petroules2017-08-223-1/+13