aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/qdeferredpointer_p.h
Commit message (Expand)AuthorAgeFilesLines
* qmlcompiler: Avoid more QSharedPointer (con|de)structionFabian Kosmale2025-02-181-1/+1
* qmlcompiler: Avoid pointless QSharedPointer (con|de)structionFabian Kosmale2025-02-031-2/+2
* QDeferredSharedPointer: don't populate eagerly on factory resetSami Shalayel2025-01-151-4/+2
* qmlls: implement commitToBase workflow for lazy filesSami Shalayel2024-05-231-0/+8
* Remove the use of Q_QMLCOMPILER_PRIVATE_EXPORTAlexey Edelev2024-01-091-1/+1
* QDeferred(Shared|Weak)Pointer: mark constructors [[nodiscard]]Marc Mutz2023-06-261-7/+7
* QDeferred(Shared|Weak)Pointer: mark certain operation [[nodiscard]]Marc Mutz2023-06-261-8/+8
* Work around GCC 13 bogus warning about use-after-freeThiago Macieira2023-03-011-3/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Avoid copying QQmlJSScopeUlf Hermann2022-04-041-7/+16
* QmlCompiler: Don't export templatesUlf Hermann2022-04-021-2/+2
* QmlCompiler: Avoid excessive lazy loading in QDeferredWeakPointerUlf Hermann2022-04-011-7/+1
* QmlCompiler: Clean up exportsUlf Hermann2022-03-301-3/+3
* Turn qmlcompiler into a shared libraryMaximilian Goldstein2022-03-251-2/+4
* Make sure all private headers include at least one otherThiago Macieira2022-03-101-1/+1
* QQmlJSRegisterContent: Make conversions explicitUlf Hermann2022-02-151-0/+20
* QDeferredSharedPointer: Don't needlessly lazyLoad and provide factoryUlf Hermann2021-12-121-9/+17
* QDeferredSharedPointer: fix the build with GCC 12Giuseppe D'Angelo2021-10-091-0/+25
* QDeferredWeakPointer: Remove data methodFabian Kosmale2021-10-011-2/+0
* Remove qHash for QDeferredWeakPointerFabian Kosmale2021-10-011-6/+0
* QDeferredSharedPointer: Do not use factory after lazy loadingUlf Hermann2021-09-231-4/+4
* Add QDeferredSharedPointer::get()Andrei Golubev2021-03-301-0/+1
* QDeferredSharedPointer: lazy-load to determine isNull()Ulf Hermann2021-01-261-16/+42
* QmlCompiler: Use size_t for qHashUlf Hermann2020-10-221-2/+2
* QmlCompiler: add operator!= to QDeferredPointerUlf Hermann2020-10-151-0/+10
* QDeferredPointer: Remove the factory before executing itUlf Hermann2020-10-151-5/+7
* qmllint: Defer resolution of types read from QML filesUlf Hermann2020-10-151-0/+181