1
0
Fork 0
godot/core/variant
Lukas Tenbrink 75bc471965 Add `is_zero_constructible` to denote if a type can be semi-trivially constructed with all 0 bytes.
Optimize `CowData` and `LocalVector` resize for zero constructible types.
Mark several compatible types as `is_zero_constructible`.
2025-03-12 09:49:24 +01:00
..
SCsub
array.cpp
array.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
binder_common.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
callable.cpp Fix crash when calling get_argument_count() on invalid Callable 2025-03-04 13:32:34 +09:00
callable.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
callable_bind.cpp
callable_bind.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
container_type_validate.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
dictionary.cpp
dictionary.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
method_ptrcall.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
native_ptr.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
type_info.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
typed_array.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
typed_dictionary.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant.cpp
variant.h Add `is_zero_constructible` to denote if a type can be semi-trivially constructed with all 0 bytes. 2025-03-12 09:49:24 +01:00
variant_call.cpp Merge pull request #92737 from AThousandShips/packed_erase 2025-03-10 10:01:06 -05:00
variant_callable.cpp
variant_callable.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_construct.cpp
variant_construct.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_destruct.cpp
variant_destruct.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_internal.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_op.cpp
variant_op.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_parser.cpp VariantParser: Fix reading negated identifiers, replace `inf_neg` with `-inf` 2025-02-12 02:40:38 -08:00
variant_parser.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_setget.cpp
variant_setget.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_utility.cpp Clean up some uses of `String::substr` 2025-03-07 14:50:38 +01:00
variant_utility.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00