summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix cast warnings when pthread_t is smaller than a pointerJames McDonnell2016-06-131-16/+39
* winrt: Fix potential crash in QCoreApplicationMaurice Kalinowski2016-06-131-26/+33
* winrt: Close IAsyncInfo manually in case of errorMaurice Kalinowski2016-06-131-0/+3
* Move __cpp_constexpr check inside Q_COMPILER_CONSTEXPR checkJames McDonnell2016-06-131-10/+12
* Fix warning when compiling x86 with SSE2 but no AVX2Thiago Macieira2016-06-111-0/+1
* Mention extension in QFileInfo's suffix-related documentationMitch Curtis2016-06-101-2/+2
* Add support for 8bit encodings not ASCII compatible in QXMLStreamWriter.Luca Bellonda2016-06-081-4/+8
* QDebug: fix streaming of QCharsMarc Mutz2016-06-081-5/+4
* Optimize QJsonObject::operator==Marc Mutz2016-06-082-2/+4
* Fix QVariantAnimation documentationAlejandro Exojo2016-06-082-9/+8
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-029-99/+55
|\
| * Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-259-99/+55
* | QJsonValue: fix use-after-free in assignment operatorMarc Mutz2016-06-011-19/+5
* | Compile fix: add OpenBSD define for ffsll usageRalf Nolden2016-06-011-1/+1
* | Merge BSD implementations of QLockFilePrivate::processNameByPid()Ralf Nolden2016-06-012-22/+22
* | Fix emission of QProcess:errorOccurredJoerg Bornemann2016-05-301-8/+2
* | QWindowsPipeWriter: Discard queued signals in stop()Aleksei Timofeyev2016-05-301-0/+2
* | Add Interix OS system detection definesRalf Nolden2016-05-301-0/+4
* | Fix crash when connecting a non-PMF with Qt::UniqueConnection...Thiago Macieira2016-05-301-1/+1
* | Fix build with ICC on OS X: __Z18qt_getQtMetaObjectv was undefiendThiago Macieira2016-05-291-2/+4
* | QLockFile: Use a more robust stale file detectionOrgad Shaneh2016-05-291-2/+4
* | Force the use of the C++11 alignof keyword instead of an extensionThiago Macieira2016-05-291-1/+2
* | Disable thread_local on clang for FreeBSDRalf Nolden2016-05-271-1/+3
* | Compile fix: for OpenBSD: <sys/select.h> not included by <sys/types.h>Ralf Nolden2016-05-252-10/+10
* | Use the code we already have for parsing the transition time tooThiago Macieira2016-05-241-28/+40
* | Fix parsing of tzfile(5) POSIX rule zone names with bracket quotesThiago Macieira2016-05-241-56/+120
* | Restore the -fno-lto build of qversiontagging.cppThiago Macieira2016-05-231-2/+21
* | Compile fix for NetBSD: only BSD using statvfs, disable f_flags defineRalf Nolden2016-05-231-1/+1
* | Compile fix: remove unused variable bool isEmptyRalf Nolden2016-05-231-2/+0
* | Compile fix: add NetBSD define for ffsll usageRalf Nolden2016-05-231-1/+1
* | Compile fix: convert argument to long to match parameter comparisonRalf Nolden2016-05-231-1/+1
* | Compile fix: undefine types before defining themRalf Nolden2016-05-232-0/+40
* | Add OpenBSD to list of BSD systems defines using kqueue tooRalf Nolden2016-05-231-2/+2
* | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-193-3/+4
|\|
| * Doc: Remove references to obsolete reset() functionLeena Miettinen2016-05-121-2/+2
| * Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-121-1/+1
| * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-1214-47/+64
| |\
| * | make zlib_dependency auto-add QtCore as a private depOswald Buddenhagen2016-05-091-0/+1
* | | Compile fix: remove _POSIX_C_SOURCE usageRalf Nolden2016-05-171-3/+0
* | | Fix QVariant conversion to an enum type.Olivier Goffart2016-05-161-1/+21
* | | Move q{Set,}GlobalQHashSeed() to the correct header fileMarc Mutz2016-05-132-3/+3
* | | Fix build with GCC <= 4.2 (FreeBSD 9.x)Thiago Macieira2016-05-121-1/+5
* | | Windows: Suppress error dialogs when querying logical drives.Friedemann Kleint2016-05-122-0/+4
| |/ |/|
* | QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
* | QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
* | QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-091-1/+4
* | QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-091-24/+34
* | Fix QBasicAtomicPointer::{load,store} to actually be relaxedThiago Macieira2016-05-091-2/+2
* | Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-0812-19/+22
|/
* QFileSystemMetaData: do not treat block devices as sequentialAlex Trotsenko2016-05-041-1/+13