summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Disable 64-bit atomics on 32-bit x86Thiago Macieira2013-12-071-1/+2
* WinRT: Fixed compilation of network autotests and benchmarksOliver Wolff2013-12-061-0/+1
* WinRT: Added networkinterface and hostinfoOliver Wolff2013-12-062-2/+4
* Remove trailing space from QDebug streamKai Koehne2013-12-061-1/+3
* Make a nicer output when QBasicAtomicInteger is used with a wrong TThiago Macieira2013-12-031-1/+1
* Fix silly typo in a macro for QAtomicInt's constructorThiago Macieira2013-12-031-1/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-12-016-5/+11
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-296-5/+11
| |\
| | * QSystemSemaphore: Clear error after successful operationKonstantin Ritt2013-11-284-2/+8
| | * Improve digitToCLocale sign char handlingSamuel Gaist2013-11-281-2/+2
| | * QPrinter - Make PDF support required for QPrinterJohn Layt2013-11-271-1/+1
* | | Set loadAcquire() as const to fix powerpc buildFatih Aşıcı2013-11-291-2/+2
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-26100-3623/+1285
|\|
| * QCoreApplication: Add static setter for application file path.Friedemann Kleint2013-11-262-21/+43
| * Windows: Close handle to thread checking for adopted threads.Friedemann Kleint2013-11-261-1/+1
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-2617-202/+392
| |\
| | * Fix deadlock when disconnecting connections made with function pointersv5.2.0-rc1Olivier Goffart2013-11-261-3/+2
| | * Fix a race that occurred as we unlock the mutex to destroy the functor in ~QO...Olivier Goffart2013-11-261-4/+16
| | * Allow for QtDeclarative and QtQml to co-exist at run-timeSimon Hausmann2013-11-252-3/+9
| | * iOS: Use separate release pool for qt_ios_version()Tor Arne Vestbø2013-11-221-0/+5
| | * Add convenience macros for checking OS X and iOS platform SDK and targetTor Arne Vestbø2013-11-221-0/+10
| | * Fix race condition between destruction of QObjectsAllan Sandfeld Jensen2013-11-221-3/+4
| | * iOS: Fix linking against QtCoreTor Arne Vestbø2013-11-221-0/+3
| | * Add QSysInfo::MacVersion enum values and parsing for iOSTor Arne Vestbø2013-11-214-9/+59
| | * QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2013-11-211-3/+6
| | * QTimeZone - Fix TZ file abbreviationsJohn Layt2013-11-214-100/+171
| | * QTimeZone - Fix Windows Transitions with null rulesunknown2013-11-211-1/+10
| | * QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-215-76/+79
| | * Fix compilation with MSVC2013 & C++11 supportMichał Urbańczyk2013-11-211-0/+2
| | * Add list of C++11 features supported by MSVC 2013Thiago Macieira2013-11-211-0/+14
| | * QNX: Fix buildFrank Osterfeld2013-11-201-0/+2
| * | Replace deprecated methodKurt Pattyn2013-11-221-1/+2
| * | CMake: Add defines for disabled features.Stephen Kelly2013-11-222-0/+9
| * | Clear QCoreApplication::applicationFilePath cache if argv[0] changes.Robin Burchell2013-11-201-0/+8
| * | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-2014-52/+104
| |\ \
| | * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-1814-52/+104
| | |\|
| | | * QCollatorSortKey: inline operator<Marc Mutz2013-11-176-25/+10
| | | * QCollator(SortKey): declare as sharedMarc Mutz2013-11-171-0/+3
| | | * QCollator: enable move semanticsMarc Mutz2013-11-172-3/+29
| | | * QFileSelector: mark ctor explicitMarc Mutz2013-11-161-1/+1
| | | * QCollator(SortKey): add member-swapMarc Mutz2013-11-152-1/+13
| | | * QCollator: mark ctor explicitMarc Mutz2013-11-151-1/+1
| | | * Fix QCoreApplication documentation.Mitch Curtis2013-11-151-1/+1
| | | * Change platform selectors to match qmake selectorsAlan Alpert2013-11-151-12/+18
| | | * qcompilerdetection.h: add Q_COMPILER_UNIFORM_INITMarc Mutz2013-11-152-3/+8
| | | * Doc: Add missing \since 5.2 to QMap::first/last{,Key}Marcel Krems2013-11-141-0/+6
| | | * QTimeZone: mark ctors as explicitMarc Mutz2013-11-141-2/+2
| | | * Doc: remove superfluous \since 5.2Marc Mutz2013-11-141-2/+0
| | | * QTimeZone: declare as sharedMarc Mutz2013-11-141-0/+1
| | | * QTimeZone: add member-swapMarc Mutz2013-11-142-1/+11