summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QScoped(Array)Pointer: use the rule of 5Giuseppe D'Angelo2021-09-201-2/+3
* Compile autotests for IntegrityTatiana Borisova2021-09-201-1/+1
* Fix assorted misindented end-comment markers in qglobal.cppEdward Welbourne2021-09-201-14/+14
* Encourage use of QT_VERSION_CHECK()Edward Welbourne2021-09-203-15/+25
* Fix QDateTimeParser's handling of 't' format to match serializationEdward Welbourne2021-09-201-1/+4
* Plaster [[nodiscard]] on some RAII classesGiuseppe D'Angelo2021-09-192-4/+4
* Switch a comma operator to a IILEGiuseppe D'Angelo2021-09-191-1/+1
* QProcess: do not emit aboutToClose() twiceAlex Trotsenko2021-09-191-1/+0
* Q{LocalSocket|Process}/Win: handle write errorsAlex Trotsenko2021-09-184-0/+11
* CMake: Add option in qt6_wrap_cpp to output a metatypes json fileAlexandru Croitor2021-09-181-5/+34
* QWindowsPipeWriter: do not clear the buffer in thread pool callbackAlex Trotsenko2021-09-183-49/+89
* QVersionNumber: fix iterator/pointer mistakeGiuseppe D'Angelo2021-09-171-6/+6
* Remove conditioning on Android embeddedEdward Welbourne2021-09-1711-38/+37
* QCoreApplication: enforce non-null arguments when sending/posting eventsGiuseppe D'Angelo2021-09-171-5/+18
* Don't unload libraries on Darwin-based operating systemsTor Arne Vestbø2021-09-171-0/+5
* Ensure _qt_is_android_executable is set for internal executables tooCraig Scott2021-09-171-1/+1
* Rewrite Qt Resource System overviewKai Köhne2021-09-1612-178/+332
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-1612-29/+23
* Allow finalizers to be delayed to later in the same directory scopeCraig Scott2021-09-161-0/+27
* QEventDispatcherWasm: handle EventLoopExecMorten Johan Sørvig2021-09-152-0/+19
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+5
* qlocale_mac: make sure that helper functions return QVariantIvan Solovev2021-09-151-25/+25
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-155-20/+95
* Fix system locale instantiationIvan Solovev2021-09-151-1/+1
* QElfParser: stop trying to look into the .rodata sectionThiago Macieira2021-09-141-3/+2
* QPlugin: make the macros match the scanning code for ELF systemsThiago Macieira2021-09-142-2/+2
* QElfParser: remove one more unnecesary variable from the ELF parserThiago Macieira2021-09-142-3/+2
* QElfParser: don't attempt to parse ELF files of the wrong endiannessThiago Macieira2021-09-142-21/+12
* Q_DECLARE_INTERFACE: rework to use more inline functionsThiago Macieira2021-09-141-7/+19
* QDataStream: Add reminders to remove operators for qfloat16Ievgenii Meshcheriakov2021-09-141-0/+2
* Adjust src/corelib/serialization/qdatastream.[h/cpp] for 6.3.0Shawn Rutledge2021-09-142-2/+4
* QByteDataBuffer::getChar() - assert that buffer is not emptyIvan Solovev2021-09-141-0/+2
* QPlugin/QFactoryLoader: remove Qt 5 plugin remnantsThiago Macieira2021-09-141-3/+0
* QPlugin: remove Q_EXTERN_C macroThiago Macieira2021-09-141-13/+4
* QElfParser: don't use int for the enumThiago Macieira2021-09-133-4/+5
* feat: add new interfaces for std::filesystem::pathJiDe Zhang2021-09-142-3/+108
* Add documentation for QPropertyBindingErrorFabian Kosmale2021-09-131-11/+146
* Doc: Update some links to Microsoft's documentationLuca Di Sera2021-09-132-2/+3
* Doc: Update link to RFC-4627Luca Di Sera2021-09-131-1/+1
* Allow destruction of QWinEventNotifier in its signalAlex Trotsenko2021-09-101-1/+3
* Modernise and simplify handling of qtimezoneprivate_data_p.h's dataEdward Welbourne2021-09-102-120/+68
* Remove trailing zero rows from qtimezoneprivate_data_p.h's tablesEdward Welbourne2021-09-102-8/+4
* Fix binding guard in property evaluationIvan Solovev2021-09-101-9/+9
* Replace manual android properties reading with genex'sAlexey Edelev2021-09-091-88/+128
* Support deploying of libraries from a build tree when building android apkAlexey Edelev2021-09-092-8/+144
* Change two types in qurlidnaDavid Skoland2021-09-091-2/+2
* Remove inline docs for qt_import_plugins() to avoid duplicationCraig Scott2021-09-102-19/+2
* Add documentation for the NO_DEFAULT option for qt_import_plugins()Craig Scott2021-09-101-1/+5
* Update Qt5:: namespaced targets in snippets to versionless Qt::Craig Scott2021-09-101-4/+4
* Remove unused qt5_... CMake command snippetsCraig Scott2021-09-101-38/+0