summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Doc: Clean up Qt::ApplicationAttribute docsTopi Reinio2017-08-211-15/+19
| * | Fix compilation on 64-bit CPUs when QPROCESS_DEBUG is enabledDavid Faure2017-08-201-4/+6
| * | QProcess/Unix: fix possible race condition inside waitForXXX() loopsAlex Trotsenko2017-08-181-0/+12
| * | Android: Dissable internal hack when using libc++BogDan Vatra2017-08-181-1/+1
| * | Android: Fix compile with unified headersBogDan Vatra2017-08-174-40/+48
| * | Android: Fix warning for __fp16BogDan Vatra2017-08-171-1/+1
* | | Simplify QDataStream::skipRawData()Alex Trotsenko2017-08-311-25/+6
* | | New AA_DisableWindowContextHelpButton to globally hide ? buttonKai Koehne2017-08-292-0/+7
* | | QProcess: add docs that the PID from startDetached() may be recycledThiago Macieira2017-08-291-2/+6
* | | Introduce QIODevice::skip()Alex Trotsenko2017-08-273-0/+126
| |/ |/|
* | QTemporaryFile: Add support for Linux's O_TMPFILEThiago Macieira2017-08-234-15/+199
* | Deprecate QDate methods using MonthNameTypeEdward Welbourne2017-08-222-14/+22
* | QCryptographicHash: re-add support for Keccak hashingGiuseppe D'Angelo2017-08-223-8/+62
* | QFileSystemEngine::cloneFile: expand the Linux cloning processThiago Macieira2017-08-221-3/+42
* | QFileSystemEngine::cloneFile: add support for fcopyfile(3) on macOSThiago Macieira2017-08-221-1/+16
* | Move the file-cloning code from QFSFileEngine to QFileSystemEngineThiago Macieira2017-08-223-9/+24
* | QProcessPrivate::tryReadFromChannel(): remove dead codeAlex Trotsenko2017-08-171-4/+1
* | QFileSystemEngine: verify that the file name isn't emptyThiago Macieira2017-08-173-8/+41