summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QTimeZone - Add TZ File BackendJohn Layt2013-09-224-3/+1006
* QTimeZone - Add ICU supportJohn Layt2013-09-224-1/+561
* QTimeZone - Define new class and apiJohn Layt2013-09-226-0/+3029
* Q_STATIC_ASSERT: use __COUNTER__ instead of __LINE__ if the compiler supports itMarc Mutz2013-09-221-0/+5
* QFutureInterface: wrap a pair of {release,reserve}Thread() calls with RAIIMarc Mutz2013-09-211-3/+14
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-217-125/+58
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-217-125/+58
| |\
| | * Fix QFileSystemWatcher inotifyRiccardo Ferrazzo2013-09-192-5/+21
| | * Fix sigchld-HandlerH. Rittich2013-09-171-9/+31
| | * Doc: Remove duplicated Qt Concurrent overviewSze Howe Koh2013-09-164-111/+6
* | | Fix some doc errors.Frederik Gladhorn2013-09-218-10/+11
|/ /
* | Mark most of the contents of QtAlgorithms as deprecated.Robin Burchell2013-09-212-93/+223
* | Remove qFind usage from QCoreApplicationGiuseppe D'Angelo2013-09-211-1/+1
* | Port of Qt 4's Windows session managementSamuel Gaist2013-09-211-0/+19
* | Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-2111-2/+287
* | Use the correct identifier for the OS X operating system.Jake Petroules2013-09-211-3/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-215-212/+178
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-165-212/+178
| |\|
| | * Doc: Remove section about how to start threadsSze Howe Koh2013-09-141-36/+3
| | * Doc: Remove page about how to start QThreadsSze Howe Koh2013-09-143-114/+2
| | * Doc: Move multithreading guidelines to the overview pageSze Howe Koh2013-09-142-64/+58
| | * Doc: Add an overview page to compare multithreading techniquesSze Howe Koh2013-09-141-1/+121
| | * Doc: Fix copy+paste errors in the QString class refSze Howe Koh2013-09-141-8/+4
* | | qatomic_cxx11: fix fetchAndAdd*()Marc Mutz2013-09-211-8/+4
* | | QMutex: fix race on 'owner' in the recursive caseMarc Mutz2013-09-211-4/+11
* | | QAnimationGroup: avoid undefined behaviorMarc Mutz2013-09-211-5/+8
* | | docs: QT_STATICPLUGIN is needed when building a plugin, not application.Stephen Kelly2013-09-211-1/+1
* | | Remove qBinaryFind usages from bootstrapped filesGiuseppe D'Angelo2013-09-202-7/+11
* | | Added support for cover windows on BlackBerry platformBernd Weimer2013-09-202-0/+5
* | | QFutureInterface: remove unused member variable 'pendingResults'Marc Mutz2013-09-202-2/+1
* | | QLinkedList: implement missing initializer_list ctorMarc Mutz2013-09-202-0/+20
* | | Import qlogger frameworkKai Koehne2013-09-208-2/+1134
* | | QDateTime - Move some code aroundJohn Layt2013-09-201-231/+229
* | | QDateTime - Add api for isDaylightTime()John Layt2013-09-202-0/+27
* | | QDateTime - Change serialise formatJohn Layt2013-09-201-28/+61
* | | QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-202-31/+153
* | | QDateTime - Change date/time storage to msecsJohn Layt2013-09-203-359/+560
* | | QString: avoid a QLocale detach in vsprintfMarc Mutz2013-09-201-1/+1
* | | WinRT: QLibrary & plugin supportAndrew Knight2013-09-202-1/+19
* | | QT_NO_PROCESS for WinRTOliver Wolff2013-09-202-12/+19
* | | WinRT: Compile fix for qelapsedtimer_win.cppOliver Wolff2013-09-201-0/+5
* | | WinRT: Shared memory supportAndrew Knight2013-09-201-3/+27
* | | Fixed compilation of QSystemsemaphore for WinRTKamil Trzcinski2013-09-201-0/+8
* | | WinRT: Basic global supportAndrew Knight2013-09-209-17/+62
* | | MetaType: de-inline the container iterables.Stephen Kelly2013-09-202-225/+400
* | | Add support for baseline alignmentJan Arve Saether2013-09-202-2/+8
* | | Change QT_FILE_SELECTORS to be comma separatedAlan Alpert2013-09-201-5/+1
* | | Android: Add private API for jni in QtCoreChristian Strømme2013-09-203-3/+2374
* | | Android: Added JNI_OnLoad to QtCoreChristian Strømme2013-09-204-0/+242
* | | Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-191-15/+14