summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Reduce size of QPpsObject by one pointerJędrzej Nowacki2017-01-032-3/+1
* Added QSaveFile to the bootstrap librarySimon Hausmann2017-01-022-5/+19
* Use qGetPtrHelper in Q_DECLARE_PRIVATE_D macroDaniel Vrátil2016-12-301-2/+2
* Remove HarryF's "compiler error feature" that isn't used anymoreThiago Macieira2016-12-281-29/+2
* Revert "QUrl::resolved: keep treating file:name.txt as relative for now"Thiago Macieira2016-12-281-2/+1
* Extend qChecksum calculationLars Schmertmann2016-12-254-6/+55
* QByteArray: Overload toHex() with separator characterAndre Hartmann2016-12-242-4/+34
* QObject: add startTimer() overload with std::chronoAnton Kudryavtsev2016-12-233-0/+61
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1614-36/+149
|\
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-169-21/+40
| |\
| | * Work around old Clang bug parsing of NSDMI referring to membersThiago Macieira2016-12-161-3/+3
| | * winrt: Check for removed timers after sending eventsOliver Wolff2016-12-151-4/+7
| | * qdoc: Define Q_COMPILER_UNICODE_STRINGSTopi Reinio2016-12-151-0/+16
| | * Fix gcc 6.4 buildsAllan Sandfeld Jensen2016-12-131-2/+2
| | * Re-fix the build with ICC and cmath & math.hThiago Macieira2016-12-101-5/+7
| | * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-082-5/+4
| | |\
| | | * Remove unnecessary warning disablingThiago Macieira2016-11-271-5/+0
| | | * Make sure all pattern args get cleared when parsing a new patternThiago Macieira2016-11-261-0/+4
| | * | Fix the warning number for ICC deprecated warningsThiago Macieira2016-12-041-2/+2
| | * | QDeadlineTimer: fix namespace for chrono literals in examplesMarc Mutz2016-11-301-2/+4
| | * | QMutex: small doc fixesMarc Mutz2016-11-291-2/+2
| * | | doc: Replace Q_DECL_OVERRIDE by override in snippetsAlexander Volkov2016-12-143-3/+3
| * | | move generation of qconfig.cpp (and qt.conf) to qmake-based configureOswald Buddenhagen2016-12-132-12/+106
* | | | Make QProcessEnvironment available on Apple Platforms and VxWorksJake Petroules2016-12-164-14/+63
* | | | Introduce a configure option for QProcessEnvironmentJake Petroules2016-12-166-67/+96
* | | | qglobal.cpp/QSysInfo::windowsVersion(): Silence deprecation warningFriedemann Kleint2016-12-141-0/+3
* | | | Simplify QDateTime::toString(Qt::TextDate)'s text constructionEdward Welbourne2016-12-141-8/+4
* | | | Fix handling of time-zones in QDateTime::toString(Qt::TextDate)Edward Welbourne2016-12-141-1/+10
* | | | Fix QDateTime::toString(Qt::ISODate)'s handling of Qt::TimeZoneEdward Welbourne2016-12-142-2/+17
* | | | Aarch64: vectorize findCharErik Verbruggen2016-12-141-1/+14
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1362-555/+1052
|\| | |
| * | | QMap: use std::less for defining an order between pointersGiuseppe D'Angelo2016-12-122-8/+7
| * | | QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-122-37/+39
| * | | QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-121-19/+36
| * | | Don't crash on QVLA construction from an empty std::initializer_listThiago Macieira2016-12-091-1/+2
| * | | Merge the two features for shared memoryUlf Hermann2016-12-061-6/+3
| * | | QVariant: optimize convert() for bool caseAnton Kudryavtsev2016-12-011-2/+2
| * | | QCommandLineOption: Remove excess close parenthesis from a warningTopi Reinio2016-11-301-1/+1
| * | | Use poll related features properlyLars Knoll2016-11-302-10/+7
| * | | winrt: Check for removed timers after sending eventsOliver Wolff2016-11-301-4/+7
| * | | Properly use QT_CONFIG macro to check for ICULars Knoll2016-11-2911-41/+41
| * | | Clean up config handling of logging backendsLars Knoll2016-11-294-25/+20
| * | | QSettings: Avoid unneeded sync() on destructionAlbert Astals Cid2016-11-291-0/+1
| * | | Fixed build using Visual Studio 2017Oliver Wolff2016-11-291-15/+21
| |/ /
| * | QStringRef: de-duplicate lastIndexOf codeAnton Kudryavtsev2016-11-281-37/+40
| * | Add a macros for disabling deprecated declaration warningsThiago Macieira2016-11-272-2/+7
| * | Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-265-47/+51
| |\ \
| | * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-255-47/+51
| | |\|
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-255-47/+51
| | | |\
| | | | * Remove nokia reference in example mimetypeOrgad Shaneh2016-11-241-1/+1