summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Expand range of allowed UTC offsets to 16 hoursEdward Welbourne2023-04-203-27/+43
* Improve QTimeZone's documentation about territoriesEdward Welbourne2023-04-201-16/+28
* Split multi-file Files entries in qt_attribution.json as listsEdward Welbourne2023-04-201-2/+4
* Deploy Comment fields in qt_attribution.json filesEdward Welbourne2023-04-202-6/+8
* Update the list of CLDR-based filesEdward Welbourne2023-04-201-1/+1
* Exclude files from unity build to resolve Android's buildAmir Masoud Abdol2023-04-191-0/+6
* Notes on the Solar Hijri calendarEdward Welbourne2023-04-191-2/+3
* QContainerInfo: Detect presence of reserve()Ulf Hermann2023-04-191-0/+5
* QTimerInfoList: remove code that attempted to repair time on clock jumpsThiago Macieira2023-04-182-100/+0
* QDeadlineTimer: stop using the t2 member and mark for removal in Qt 7Thiago Macieira2023-04-181-3/+5
* QDeadlineTimer: remove internal TimeReference classThiago Macieira2023-04-181-270/+46
* QDeadlineTimer: use if constexpr instead of function specializationsThiago Macieira2023-04-181-17/+18
* QDeadlineTimer: use std::chrono::steady_clock everywhereThiago Macieira2023-04-184-154/+30
* QElapsedTimer: rewrite using std::chrono::steady_clock everywhereThiago Macieira2023-04-1810-460/+279
* QWaitCondition/Unix: sort and organize includesThiago Macieira2023-04-181-7/+6
* QWaitCondition/Unix: use QDeadlineTimer's <chrono> supportThiago Macieira2023-04-182-21/+32
* QWaitCondition/Android: remove support for relative time waitsThiago Macieira2023-04-181-24/+0
* QWaitCondition/Unix: Modernize the call to pthread_condattr_setclockThiago Macieira2023-04-181-5/+8
* QElapsedTimer/Darwin: merge with the Unix implementationThiago Macieira2023-04-185-137/+5
* Doc: Fix typoAndreas Eliasson2023-04-181-1/+1
* Avoid capturing same property twiceFabian Kosmale2023-04-182-0/+6
* Add helper template for metacall event creationVolker Hilsheimer2023-04-182-13/+31
* Remove unused documentation code snippetsFriedemann Kleint2023-04-1723-523/+3
* Doc: Fix dead link in QCA::translate()Kai Köhne2023-04-171-1/+2
* corelib/global/*.h: use static_assert instead of Q_STATIC_ASSERT_XAhmad Samir2023-04-162-2/+6
* QMetaType: more doc tidies for the flagsGiuseppe D'Angelo2023-04-161-3/+3
* QMetaType::IsGadget: doc tidiesGiuseppe D'Angelo2023-04-161-1/+1
* mimetypes/: port to qsizetypeAhmad Samir2023-04-157-26/+31
* Exclude thread/qwaitcondition_unix.cpp from the Unity BuildAmir Masoud Abdol2023-04-141-0/+4
* QDate: enable {start,end}OfDay() to make second-adjustmentsEdward Welbourne2023-04-141-6/+42
* Minor tidies in the TZ time-zone backendEdward Welbourne2023-04-141-5/+7
* Rid of 'special case' markersAlexey Edelev2023-04-132-3/+2
* Long live QPromise::emplaceResult/At()!Marc Mutz2023-04-122-6/+39
* Docs: update links to renamed exampleVolker Hilsheimer2023-04-117-12/+16
* CMake: Fix linkage with lld 16.0Bernhard Rosenkränzer2023-04-111-0/+19
* Exclude sources from the Unity BuildAmir Masoud Abdol2023-04-111-0/+2
* Fix some narrowing conversion warningsAhmad Samir2023-04-0810-12/+12
* QTemporaryFile: fix narrowing conversion warningsAhmad Samir2023-04-081-2/+2
* QStorageInfo: mention bind mounts and btrfs subvolumes in API docsAhmad Samir2023-04-081-3/+4
* Fix qdoc warning about missing QMultiMap code snippetFriedemann Kleint2023-04-061-13/+4
* Permissions: respect context object's thread and life timeVolker Hilsheimer2023-04-061-5/+60
* Fix some extra semicolon warningsJoni Poikelin2023-04-051-2/+2
* Deprecate QtFuture::makeReadyFuture()Ivan Solovev2023-04-053-0/+25
* Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()Ivan Solovev2023-04-056-33/+107
* Long live QtFuture::makeReadyRangeFuture()Ivan Solovev2023-04-054-10/+99
* QPermission: return the combined result of a permission group on AndroidIvan Solovev2023-04-051-4/+21
* QPluginLoader: don't instantiante multiple, identical instancesThiago Macieira2023-04-051-1/+13
* Android:CMake: use correct key for manual deployment dependenciesAssam Boudjelthia2023-04-051-1/+1
* QMultiHash: fix missing update to m_sizeThiago Macieira2023-04-041-1/+3
* Create any callable using QRunnable::createAllan Sandfeld Jensen2023-04-043-20/+72