summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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
* | | 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
|/ /
* | 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
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-153-14/+39
|\|
| * Doc: indicate the QSharedMemory::size() that the size may be biggerThiago Macieira2017-08-131-0/+3
| * Enable custom shared memory schemes on INTEGRITYTero Alamäki2017-08-101-0/+13
| * Win: Account for when "condition expression is constant" warning occursAndy Shaw2017-08-081-14/+23
* | Fix QAbstractFileEngine::clone misuseThiago Macieira2017-08-096-12/+18
* | QFileSystemEngine/Unix: support UF_HIDDEN on the other BSDsThiago Macieira2017-08-081-1/+3
* | QFileInfo: harmonize QFileInfo() and QFileInfo("")Thiago Macieira2017-08-083-124/+96
* | Add support for statx(2) on LinuxThiago Macieira2017-08-084-17/+185
* | Fix the safety check preventing apps from running on old OSesJake Petroules2017-08-081-6/+6
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-084-24/+29
|\|
| * Improve documentation for {QFile, QFileDevice}::resize()Sérgio Martins2017-08-032-1/+5
| * QFileSystemWatcher/Windows: Fix crash when no QCoreApplication is presentFriedemann Kleint2017-08-022-23/+24
* | QFileSystemEngine/Unix: rework the getting of nsec-precision file timesThiago Macieira2017-08-062-23/+88
* | QFileSystemEngine::fillMetaData: simplify and comment the codeThiago Macieira2017-08-061-38/+65
* | Move Unix code from qfilesystemengine.cpp to qfilesystemengine_unix.cppThiago Macieira2017-08-062-223/+218