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 SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
array.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
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 Merge pull request #98713 from dalexeev/core-fix-callable-get-bound-arguments 2024-11-12 12:13:04 -06:00
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 Merge pull request #99765 from dalexeev/core-fix-json-from-to-native 2024-12-10 14:15:53 -06:00
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 [Core] Add `is_same` to types that have float components 2025-02-03 19:25:50 +01:00
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 Add methods to get argument count of methods 2024-03-10 11:02:43 +01:00
variant_callable.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_construct.cpp [Core] Improve error messages with `vformat` 2024-10-30 15:55:51 +01:00
variant_construct.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant_destruct.cpp Apply iwyu suggestion in core. 2024-12-19 00:43:47 +08:00
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 [GDScript] Fix `Packed*Array` `OP_IN` using low precision int and float as input. 2024-12-18 23:41:27 +02:00
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 Fix various typos 2025-01-08 14:47:42 +02:00
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