summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* configure: un-namespace remaining non-inline configure testsOswald Buddenhagen2017-08-021-5/+5
* configure: Add a feature to write tests in the .json fileThiago Macieira2017-08-021-21/+199
* configure: standardize handling of 64 bit atomicsOswald Buddenhagen2017-08-023-15/+6
* configure: prune dead tests::journaldOswald Buddenhagen2017-08-021-5/+0
* Windows/QFileSystemModel: Fix updating of removed drivesFriedemann Kleint2017-07-311-3/+6
* QEventDispatcherWin32: Check for WM_QT_SOCKETNOTIFIER on internal window onlyFriedemann Kleint2017-07-291-1/+2
* Fix build for -no-feature-icu -no-feature-textcodecStephan Binner2017-07-291-1/+1
* Fix open/chmod race condition in QSaveFileAntonio Larrosa2017-07-281-1/+5
* Use correct paths in Qt5CoreConfigExtrasMkspecDirKevin Funk2017-07-281-2/+8
* Revert "Make QFile::open fail when using an invalid file name"Thiago Macieira2017-07-271-14/+0
* Blacklist use of [[nodiscard]] with ClangThiago Macieira2017-07-261-1/+2
* Return "en" for QLocale::c().bcp47Name()Jüri Valdmann2017-07-261-1/+1
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-253-11/+0
* Let QWindowsPipeWriter::write only warn about unexpected errorsJoerg Bornemann2017-07-241-1/+9
* QFileSystemEngine::id/Windows: Fix use with directoriesThiago Macieira2017-07-221-3/+10
* QFileSystemWatcher/kqueue: make the fd duplication + FD_CLOEXEC atomicThiago Macieira2017-07-211-2/+1
* QHash: make MSVC happy about the iterators passed to is_permutationGiuseppe D'Angelo2017-07-201-1/+15
* QFile::rename: use the open file's ID, instead of using the file nameThiago Macieira2017-07-189-3/+66
* QSystemError: Make it format unknown Windows messagesThiago Macieira2017-07-181-0/+3
* Convert improper uses of qt_error_string() to QSystemError::stdString()Thiago Macieira2017-07-184-15/+17
* Merge qt_error_string and QSystemErrorThiago Macieira2017-07-183-97/+38
* QFileSystemEngine::id/Windows: Use the volume ID tooThiago Macieira2017-07-181-5/+7
* Doc: QLoggingCategory::setEnabled() should only be called in filterKai Koehne2017-07-181-6/+5
* Doc: Clarify limitations of category filterKai Koehne2017-07-181-2/+2
* Doc: Fix snippet for QUrl::isValid() documentationKai Koehne2017-07-181-1/+1