godot-module-template/core/variant
2026-03-11 06:41:36 +01:00
..
array.cpp Assert that dictionary.h does not include String, and that neither of the fundamental containers include Object. 2025-10-06 23:03:27 +02:00
array.h Refactor Array iterators to be trivially copyable. 2025-10-02 14:30:55 +03:00
binder_common.h Split VariantCaster from binder_common.h 2026-03-10 17:59:33 +08:00
callable.cpp Remove message_queue.h include from object.h. 2026-02-20 00:27:41 +01:00
callable.h Remove Array include from dictionary.h and ustring.h. 2025-10-06 16:21:36 +02:00
callable_bind.cpp Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
callable_bind.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
container_type_validate.h rm class_db.h from resource.h 2026-02-27 19:08:29 -05:00
dictionary.cpp Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
dictionary.h Merge pull request #110709 from DeeJayLSP/dict-reserve 2025-10-20 18:09:58 -05:00
method_ptrcall.h Core: Remove class_db.h include from ref_counted.h 2026-02-26 18:14:23 -06:00
native_ptr.h Split VariantCaster from binder_common.h 2026-03-10 17:59:33 +08:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
type_info.h Split VariantCaster from binder_common.h 2026-03-10 17:59:33 +08:00
typed_array.h Core: Consolidate typed container logic 2025-10-15 08:04:51 -05:00
typed_dictionary.h Core: Consolidate typed container logic 2025-10-15 08:04:51 -05:00
variant.cpp Core: Add missing integral conversions to Variant 2026-02-24 12:48:23 -06:00
variant.h Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
variant_call.cpp Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
variant_callable.cpp GDScript: Fix Callable call error text 2025-05-02 18:30:35 +03:00
variant_callable.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant_caster.h Split VariantCaster from binder_common.h 2026-03-10 17:59:33 +08:00
variant_construct.cpp Introduce VariantImplicitConvert<> template for types that can be implicitly converted to and from Variant. 2025-09-19 00:20:07 +02:00
variant_construct.h Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
variant_deep_duplicate.h Overhaul Variant::duplicate() for resources 2025-05-26 10:06:40 +02:00
variant_destruct.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
variant_destruct.h Get rid of all unnecessary class_db.h includers 2026-03-04 17:40:05 -05:00
variant_internal.h Core: Remove class_db.h include from ref_counted.h 2026-02-26 18:14:23 -06:00
variant_op.cpp Don't right-align escaped newlines, e.g. for #define. This has previously led to long diffs in the commit history. 2026-02-04 19:31:28 +01:00
variant_op.h Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
variant_parser.cpp rm class_db.h from resource.h 2026-02-27 19:08:29 -05:00
variant_parser.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
variant_pools.cpp Move variant pools to their own compile unit. 2026-02-21 13:24:17 +01:00
variant_pools.h Move variant pools to their own compile unit. 2026-02-21 13:24:17 +01:00
variant_setget.cpp Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
variant_setget.h Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
variant_utility.cpp Remove unused includes in core with clangd-tidy 2026-03-11 06:41:36 +01:00
variant_utility.h Fix parameter precision for ease/step_decimals function 2026-01-03 16:20:19 +03:00