summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| * | | | CMake: Add imported target for qdoc.Volker Krause2016-06-051-0/+15
| * | | | QXmlStreamWriter: don't call virtual QTextCodec::name() twiceAnton Kudryavtsev2016-06-031-2/+4
| * | | | Remove the code for QObject::connect for non-C++11 compilersThiago Macieira2016-06-023-433/+0
| * | | | Revert "QObject::connect: reduce generated code size for statics and functors"Thiago Macieira2016-06-011-7/+9
| * | | | QObject::connect: reduce generated code size for statics and functorsThiago Macieira2016-05-311-9/+7
| * | | | QDateTimeParser: adapt to make good use of QStringRef.Anton Kudryavtsev2016-05-302-13/+24
| * | | | QVector: silence clang warning about memmoveShawn Rutledge2016-05-271-2/+6
| * | | | Fix use of QMutex on Linux before FUTEX_PRIVATE_FLAG was addedThiago Macieira2016-05-261-1/+1
| | |_|/ | |/| |
* | | | darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-102-0/+57
* | | | Add move constructor to QDateTimeThiago Macieira2016-06-102-2/+26
* | | | Allow QDateTime to shrink back to short data mode on copyThiago Macieira2016-06-101-5/+30
* | | | Move the QDateTime file static functions to their right placeThiago Macieira2016-06-101-178/+170
* | | | Long live the short QDateTime optimizationThiago Macieira2016-06-103-75/+280
* | | | QDateTimePrivate refactor: static'fy the date/time manipulatorsThiago Macieira2016-06-102-86/+91
* | | | QDateTimePrivate refactor: static'fy access to d->m_statusThiago Macieira2016-06-102-89/+109
* | | | Refactor & simplify QDateTime::setMSecsSinceEpochThiago Macieira2016-06-101-13/+20
* | | | Refactor & simplify QDateTimePrivate::refreshDateTime()Thiago Macieira2016-06-101-31/+25
* | | | Simplify the QDateTimePrivate::setTimeSpec() functionThiago Macieira2016-06-101-16/+11
* | | | QDateTime: fix the massageAdjustedDateTime differentlyThiago Macieira2016-06-101-16/+6
* | | | Move QDateTimePrivate::toMSecsSinceEpoch() code into QDateTimeThiago Macieira2016-06-102-35/+27
* | | | Remove QDateTimePrivate::isNull{Date,Time}()Thiago Macieira2016-06-102-7/+5
* | | | Stop QDateTimePrivate from inheriting QSharedDataThiago Macieira2016-06-102-6/+7
* | | | QDateTimePrivate: merge the time spec, DST status and validity flagsThiago Macieira2016-06-103-53/+63
* | | | QString: use new QL1S::at() in lastIndexOf()Anton Kudryavtsev2016-06-091-2/+2
* | | | Aarch64: vectorize ascii de-/encoding.Erik Verbruggen2016-06-091-1/+72
* | | | QElapsedTimer: Remove legacy code dealing with Windows pre-Vista and CEThiago Macieira2016-06-081-39/+10
* | | | QStringRef: add missing relational operators against QByteArrayMarc Mutz2016-06-082-0/+38
* | | | QString: fix QChar <> QLatin1String relational operators for non-US-ASCIIMarc Mutz2016-06-081-3/+3
* | | | Remove QSysInfo code related to unsupported versions of Windows.Jake Petroules2016-06-081-111/+13
* | | | QSharedPointer/QWeakPointer/QScopedPointer: add comparison against nullptrGiuseppe D'Angelo2016-06-085-0/+206
* | | | Use built-ins for qPopulationCount on MSVC and recent Clang versions.Erik Verbruggen2016-06-081-23/+52
* | | | QSharedPointer/QWeakPointer/QScopedPointer: plaster API with Q_DECL_NOTHROWGiuseppe D'Angelo2016-06-072-34/+33
* | | | Make QCryptographicHash a Q_GADGET.Richard J. Moore2016-06-071-0/+3
* | | | Simplify Foundation conversion function documentationTor Arne Vestbø2016-06-061-25/+22
* | | | Remove obsolete a.out code after QT_AOUT_UNDERSCORE is goneRalf Nolden2016-06-061-12/+1