summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix build under FreeBSD 10Oswald Buddenhagen2015-06-301-0/+1
* Replace MAC OS X with OS XNico Vertriest2015-06-302-3/+3
* Bump versionOswald Buddenhagen2015-06-291-2/+2
* QDate/QTime: fix SiC introduced by adding new non-explicit ctorsMarc Mutz2015-06-281-2/+2
* Apple's 3.6.0svn based clang doesn't support -Winconsistent-missing-overrideGabriel de Dietrich2015-06-281-1/+1
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2713-16/+83
|\
| * Don't document the IsGadget flagThiago Macieira2015-06-231-1/+1
| * Doc: document future direction of QCoreApplication::notify()Thiago Macieira2015-06-221-0/+11
| * Detect and set Xcode 6.3 clang versionGabriel de Dietrich2015-06-221-1/+3
| * Doc: Remove link to deprecated QProcess::pid()Kai Koehne2015-06-171-1/+1
| * Version transitionType as a new propertyAlan Alpert2015-06-111-1/+1
| * Fix sizes QStorageInfo returns for invalid drivesIvan Komissarov2015-06-112-1/+7
| * Compile on 10.7: Disable constexpr supportMorten Johan Sørvig2015-06-101-1/+1
| * Don't enforce all QMetaType::TypeFlag difference across Qt versionsAlex Blasche2015-06-101-4/+14
| * Update for the newest Darwin-family operating systems.Jake Petroules2015-06-103-1/+39
| * Doc: Update due to renaming QTextStream::readLine() overloadAlexander Volkov2015-06-032-2/+2
| * Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-032-3/+3
* | Simplify permission flag handling a bitKonstantin Ritt2015-06-252-13/+5