godot/core/variant
Thaddeus Crews 1cb3cfaa8e
Style: Convert namespaces to PascalCase
2025-03-23 19:10:24 +07:00
..
SCsub
array.cpp Merge pull request #104374 from aaronp64/array_swap_move 2025-03-21 13:04:04 +07:00
array.h Merge pull request #86015 from kitbdev/array-initializer-list 2025-03-19 17:46:06 +07:00
binder_common.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
callable.cpp Fix crash when calling get_argument_count() on invalid Callable 2025-03-04 13:32:34 +07:00
callable.h Core: Expand `is_zero_constructible` coverage 2025-03-17 11:45:26 +07:00
callable_bind.cpp
callable_bind.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
container_type_validate.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
dictionary.cpp Merge pull request #103647 from aaronp64/dictionary_multiple_lookup 2025-03-23 19:04:00 +07:00
dictionary.h Add ConstIterator to Dictionary. 2025-03-13 01:28:46 +07:00
method_ptrcall.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
native_ptr.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
type_info.h Style: Convert namespaces to PascalCase 2025-03-23 19:10:24 +07:00
typed_array.h Merge pull request #86015 from kitbdev/array-initializer-list 2025-03-19 17:46:06 +07:00
typed_dictionary.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
variant.cpp Merge pull request #86015 from kitbdev/array-initializer-list 2025-03-19 17:46:06 +07:00
variant.h Merge pull request #86015 from kitbdev/array-initializer-list 2025-03-19 17:46:06 +07:00
variant_call.cpp Remove `String` clipping constructors. 2025-03-15 12:34:44 +07:00
variant_callable.cpp
variant_callable.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
variant_construct.cpp
variant_construct.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
variant_destruct.cpp
variant_destruct.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
variant_internal.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
variant_op.cpp
variant_op.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
variant_parser.cpp VariantParser: Fix reading negated identifiers, replace `inf_neg` with `-inf` 2025-02-12 02:40:38 +07:00
variant_parser.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
variant_setget.cpp Merge pull request #104047 from YYF233333/dict_iter 2025-03-13 08:57:23 +07:00
variant_setget.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00
variant_utility.cpp Remove ABS in favor of Math::abs 2025-03-19 13:52:40 +07:00
variant_utility.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 +07:00