summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QDomDocument: no longer drop a provided 'standalone' attribute if 'no'Axel Spoerl2023-04-242-1/+4
* Silence MSVC warning on constructing QList from initializer_listEdward Welbourne2023-04-241-3/+3
* Exclude files from unity buildAmir Masoud Abdol2023-04-241-0/+8
* Darwin: Add debug logging of locale/language key parametersTor Arne Vestbø2023-04-241-0/+36
* QLocaleData: de-duplicate some codeAhmad Samir2023-04-221-38/+21
* QStandardPaths/Unix: fix writableLocation() when test mode is enabledAhmad Samir2023-04-221-29/+35
* QDateTime: replace a bool parameter with an enumAhmad Samir2023-04-221-5/+11
* QDate: fix QDebug operator<<() for dates with year > 9999Ahmad Samir2023-04-221-1/+5
* QDate: use more constexpr vars instead of plain numbersAhmad Samir2023-04-222-0/+6
* wasm: add setting type to BlobLorn Potter2023-04-212-3/+9
* QSet: fix a qdoc warning about method signatureAhmad Samir2023-04-201-1/+1
* QTimer: optimize single shot timers that cross threadVolker Hilsheimer2023-04-201-11/+33
* 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