godot/core/variant
Rémi Verschelde 3f14e6a1b7
Merge pull request #104374 from aaronp64/array_swap_move
Optimize `Array` methods with `SWAP`/`std::move`
2025-03-21 13:04:04 +01:00
..
array.cpp Merge pull request #104374 from aaronp64/array_swap_move 2025-03-21 13:04:04 +01:00
array.h Merge pull request #86015 from kitbdev/array-initializer-list 2025-03-19 17:46:06 -05: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 Core: Expand is_zero_constructible coverage 2025-03-17 11:45:26 -05: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 Add ConstIterator to Dictionary. 2025-03-13 01:28:46 +08:00
dictionary.h Add ConstIterator to Dictionary. 2025-03-13 01:28:46 +08: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
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
type_info.h Core: Expand is_zero_constructible coverage 2025-03-17 11:45:26 -05:00
typed_array.h Merge pull request #86015 from kitbdev/array-initializer-list 2025-03-19 17:46:06 -05:00
typed_dictionary.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant.cpp Merge pull request #86015 from kitbdev/array-initializer-list 2025-03-19 17:46:06 -05:00
variant.h Merge pull request #86015 from kitbdev/array-initializer-list 2025-03-19 17:46:06 -05:00
variant_call.cpp Remove String clipping constructors. 2025-03-15 12:34:44 +01: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 Merge pull request #104047 from YYF233333/dict_iter 2025-03-13 08:57:23 -05:00
variant_setget.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
variant_utility.cpp Remove ABS in favor of Math::abs 2025-03-19 13:52:40 +01:00
variant_utility.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00