summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * Correct calculation of filesystem data on unusual filesystemsThiago Macieira2015-05-301-3/+3
* | | QMimeDatabase: use QElapsedTimer instead of QDateTime::currentDateTime()David Faure2015-08-122-4/+4
* | | Doc: mark private QChar constructors as internalSamuel Gaist2015-08-061-0/+2
* | | Doc: add clarification about signals not being buffered when blockedSamuel Gaist2015-08-061-0/+2
* | | QProcessEnvironment documentation typo fixSamuel Gaist2015-08-061-6/+6
* | | Add reference to QRegularExpressionSamuel Gaist2015-08-061-0/+4
* | | Don't add qmutex_xxx.cpp to SOURCES, as qmutex.cpp #include's themThiago Macieira2015-08-061-12/+12
* | | Don't check if Pentium's CPUID leaf 1 existsThiago Macieira2015-08-061-0/+4
* | | Doc: update QDebug documentation to talk about the escapingThiago Macieira2015-08-061-8/+95
* | | Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-061-13/+30
* | | QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macroAlex Merry2015-08-031-3/+5
* | | do not warn about "untested" Windows versionsJoerg Bornemann2015-08-031-2/+0
* | | Disable #pragma diagnostic [push|pop] for gcc 4.5Kai Koehne2015-08-031-1/+1
* | | Revert "Fix performance of recursive read-write locks"Thiago Macieira2015-07-312-0/+58
* | | consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-1/+11
* | | Fix typo in filterAcceptsColumn docs: row is used in place of columnSamuel Gaist2015-07-281-1/+1
* | | Fix compilation error while instantiating operator<< explicitlyOlivier Goffart2015-07-261-3/+11
* | | Doc: Don't advertise QLocale::system() in QTranslator::load documentationKai Koehne2015-07-231-1/+1
* | | Doc:added doc to undocumented functionsNico Vertriest2015-07-229-18/+58
* | | Replace old C-style castAndré Klitzing2015-07-221-2/+2
* | | QTimeZone: Convert fractional timezones properly.Cesar Garcia Naranjo2015-07-211-6/+13
* | | Doc: update the Q_OS_MAC documentation to be less misleadingThiago Macieira2015-07-211-1/+1
* | | qglobal: Clarify that Q_OS_WINRT also implies Q_OS_WINSebastian Schuberth2015-07-211-1/+1
* | | Remove attempt at detecting compile-time HLEThiago Macieira2015-07-202-5/+1
* | | Fix Q_BASIC_ATOMIC_INITIALIZER for std::atomicThiago Macieira2015-07-201-3/+3
* | | QtCore: Fix const correctness in old style castsThiago Macieira2015-07-2011-36/+37
* | | Also disable constexpr support in ICC with MSVC before MSVC2015Thiago Macieira2015-07-181-0/+3
* | | Don't complain about missing CPU features under ValgrindThiago Macieira2015-07-181-1/+10
|/ /
* | 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
* | doc: Correction in access(): signals are now publicAlejandro Exojo2015-07-121-2/+3
* | QNX: Fix namespace Qt buildSérgio Martins2015-07-081-2/+4
* | Remove the warning printed when QObject's destructor catches exceptionsThiago Macieira2015-07-081-8/+1
* | Fix the remainingTime() result after the first activation of a QTimerThiago Macieira2015-07-081-5/+16
* | Make the Windows qt_msectime() function return 64-bitThiago Macieira2015-07-083-3/+3
* | remove Build date from qt_core_boilerplate()Tasuku Suzuki2015-07-081-2/+0
* | doc: Fix and improve QMetaMethod::tagAlejandro Exojo2015-07-061-6/+9
* | Doc: Give advice on foreach vs range-based forKai Koehne2015-07-011-0/+7