summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add two missing hyphensEdward Welbourne2017-04-302-2/+2
| * | Include moc of qnamespace.h in qobject.cppThiago Macieira2017-04-291-0/+1
| * | do not wrap QAbstractEventDispatcher::flush with QT_DEPRECATED_SINCEGatis Paeglis2017-04-281-3/+1
| * | wrap QCoreApplication::flush with QT_DEPRECATED_SINCEGatis Paeglis2017-04-281-0/+2
| * | QSysInfo: Make use of the QT_WARNING_DISABLE_DEPRECATED macroThiago Macieira2017-04-271-5/+1
| |/
| * Fix warnings about unused private fields we can't removeThiago Macieira2017-04-261-0/+1
| * Fix Clang build: it does not have __attribute__((optimize(x)))Thiago Macieira2017-04-261-1/+1
| * Fix ICC build with Q_FALLTHROUGHThiago Macieira2017-04-261-1/+1
| * Android: add logging to QtCore JNI_OnLoadVyacheslav Koscheev2017-04-261-0/+12
| * QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-04-251-9/+36
| * Make QT_ASCII_CAST_WARN more informativeTor Arne Vestbø2017-04-241-1/+1
| * QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-04-241-2/+2
| * Deprecate QCoreApplication::flush()Gatis Paeglis2017-04-224-14/+18
| * Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-5/+7
| * Doc: correct incorrect syntax \li commandNico Vertriest2017-04-211-0/+4
| * QLoggingRegistry: remove rules vectorMarc Mutz2017-04-212-33/+33
* | [doc] QStringView: remove documentation of removed constructorMarc Mutz2017-05-061-9/+0
* | Add an extra check for qssize_t's size and typeThiago Macieira2017-05-062-0/+8
* | QWindowsPipeReader: remove code duplication in read()Alex Trotsenko2017-05-051-11/+2
* | Implement key-value iteratorSamuel Gaist2017-05-055-0/+301
* | QStringAlgorithms/private: prefer to trim whitespace from the endMarc Mutz2017-05-041-5/+3
* | Remove QAddConstMarc Mutz2017-05-031-5/+1
* | Introducing AA_CompressTabletEventsGabriel de Dietrich2017-05-012-1/+9
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-291-4/+4
* | Support move-only function objects in QObject::connectOlivier Goffart2017-04-292-3/+3
* | QLatin1String: add startsWith()/endsWith()Marc Mutz2017-04-282-0/+58
* | QStringView: add startsWith(), endsWith()Marc Mutz2017-04-283-0/+56
* | QString/Ref: add startsWith/endsWith(QStringView) overloadsMarc Mutz2017-04-282-2/+65
* | Long live qStartsWith()/qEndsWith()!Marc Mutz2017-04-282-0/+92
* | QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-2714-4/+406
* | QStringRef: fix trimmed() returning null strings on empty inputMarc Mutz2017-04-271-2/+0
* | QLocaleData: remove unused bool *overflow argumentsMarc Mutz2017-04-272-19/+6
* | QHash: make it so a zero seed selects a constant algorithmThiago Macieira2017-04-261-9/+23
* | Port internal qt_starts/ends_with to QStringViewMarc Mutz2017-04-262-102/+66
* | QString: add internal qt_compare_strings(QL1S, QSV)Marc Mutz2017-04-261-1/+6
* | QLatin1String: fix qt_compare_strings(QLatin1String, QLatin1String) for null ...Marc Mutz2017-04-261-0/+2
* | QThread: terminate on exceptions leaving run()Giuseppe D'Angelo2017-04-263-58/+101
* | Disentangle string-related headersMarc Mutz2017-04-256-104/+222
* | QThread: fix headersclean with C++17Marc Mutz2017-04-251-2/+2
* | Add support for scoped enums to QMetaObjectBuilderMichael Brasser2017-04-242-3/+36
* | QtBase: use new QStaticByteArrayMatcher where applicableMarc Mutz2017-04-241-2/+5
* | QThread: add static create functionGiuseppe D'Angelo2017-04-242-0/+165
* | Fix casts and null pointer style in QProcessPrivate::startProcessJoerg Bornemann2017-04-231-4/+5
* | Support setCreateProcessArgumentsModifier in QProcess:startDetachedJoerg Bornemann2017-04-232-10/+20
* | Docs: Fix some warningsFriedemann Kleint2017-04-214-5/+6
* | Centralize the check that the floating point implementation follows IEEE754Giuseppe D'Angelo2017-04-212-18/+27
* | QStringView: mark as primitive typeMarc Mutz2017-04-211-1/+1
* | Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGSMarc Mutz2017-04-202-2/+2
* | Use list-initialization moreMarc Mutz2017-04-202-4/+2
* | QDateTime: replace home-grown version of qToStringViewIgnoringNull with the r...Marc Mutz2017-04-201-10/+3