summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | qjsonarray: Remove a copy-ctor in Qt6Sérgio Martins2015-07-221-1/+3
* | QSet/QQueue/QStack: remove docs for removed special member functionsMarc Mutz2015-07-223-59/+0
* | QLocale: mark some private types movable/primitiveMarc Mutz2015-07-221-0/+3
* | doc: QTimeZone::OffsetDataList is a QVector, not a QListMarc Mutz2015-07-221-1/+1
* | QStringRef: make nothrow move-assign- and -constructibleMarc Mutz2015-07-221-9/+13
* | QRegExp: remove pointless QRegExpCharClass copy special member functionsMarc Mutz2015-07-221-14/+0
* | QXmlStreamAttribute: make nothrow move assignable and -constructibleMarc Mutz2015-07-221-0/+22
* | QItemSelectionRange: make nothrow move-assignable and -constructibleMarc Mutz2015-07-221-0/+11
* | QItemSelectionRange: use ctor-init-listMarc Mutz2015-07-221-8/+3
* | QItemSelectionRange: add nothrow member-swapMarc Mutz2015-07-222-0/+14
* | QSharedPointer: make copy assignment from compatible shared pointer use copy-...Marc Mutz2015-07-211-14/+2
* | Wec2013 initial port.Bjoern Breitmeyer2015-07-212-2/+21
* | QProcess: make setWorkingDirectory stop launch if the dir doesn't existThiago Macieira2015-07-201-3/+4
* | Selectively update library paths when creating QCoreApplicationUlf Hermann2015-07-201-19/+98
* | QVector: add an rvalue overload of push_back/appendMarc Mutz2015-07-193-2/+52
* | QVector: in append(), if we take a copy, then move, not copy from the copyMarc Mutz2015-07-191-3/+3
* | QArrayDataPointer: make move semantics consistent with other containersMarc Mutz2015-07-191-5/+6
* | QSet/QQueue/QStack: use compiler-generated special member functionsMarc Mutz2015-07-194-13/+8
* | QSharedPointer: add move construction, assignment from compatible shared poin...Marc Mutz2015-07-191-0/+17
* | Containers: destroy previous state on move-assignment immediatelyMarc Mutz2015-07-195-5/+6
* | QSharedPointer: mark some internal API nothrowMarc Mutz2015-07-191-4/+4
* | QList: mark const variants of begin()/end() noexceptMarc Mutz2015-07-191-45/+45
* | QItemSelection: declare as shared-come-Qt6Marc Mutz2015-07-181-1/+5
* | QIODevice: remove superfluous memberAlex Trotsenko2015-07-182-11/+1
* | Introduce Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6Marc Mutz2015-07-181-2/+11
* | QtCore: Use Q_NULLPTR instead of 0 in smart pointer headersMarc Mutz2015-07-183-27/+27
* | QByteArray: document {const_,}{reverse_,}iteratorMarc Mutz2015-07-181-2/+24
* | forkfd: use wait4 to get the process status instead of waitidThiago Macieira2015-07-181-7/+0
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-185-6/+63
* | Make the event delivery go through some more static functionsThiago Macieira2015-07-183-16/+33
* | Add a macro to disable use of potentially dangerous QProcess APIs.Jake Petroules2015-07-172-0/+29
* | Make CONFIG += c++11 by default not disable GNU extensionsThiago Macieira2015-07-171-3/+3
* | Revamp the CLOEXEC support in QtThiago Macieira2015-07-171-43/+17
* | Remove unnecessary check from qt_safe_pipe: condition can never happenThiago Macieira2015-07-171-4/+0
* | Add QTemporaryDir::errorString()Thiago Macieira2015-07-172-13/+26
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-1722-78/+132
|\|
| * QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-171-4/+12
| * forkfd: update the API to add a reading and closing functionThiago Macieira2015-07-171-9/+6
| * Set Q_CC_INTEL to the ICC version when in MSVC compat modeThiago Macieira2015-07-161-1/+1
| * Improve ICC compatibility with older MSVC versions (up to 2010)Thiago Macieira2015-07-161-0/+10
| * Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-161-1/+2
| * Add warning for malformed logging ruleTasuku Suzuki2015-07-161-13/+16
| * Fix alignment of 64-bit atomics on iOSThiago Macieira2015-07-151-1/+4
| * Fix the printing of the ms-since-boot in %{time boot}Thiago Macieira2015-07-151-2/+3
| * Fix change-of-sign warning with ICCThiago Macieira2015-07-151-1/+2
| * Fix compilation with GCC 4.9.2 and up in debug modeThiago Macieira2015-07-151-2/+2
| * Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-153-14/+28
| * Fix build on FreeBSD: kinfo_getproc is in libutilThiago Macieira2015-07-151-0/+1
| * fix running libQtCore.so failureTasuku Suzuki2015-07-151-1/+1
| * Windows: Fix crash when using wmain() and passing a fake argv.Friedemann Kleint2015-07-131-1/+1