virtualx-engine/core/variant
Juan Linietsky 2b815df3c1 Use BitField<> in core type masks
* All core types masks are now correctly marked as bitfields.
* The enum hacks in MouseButtonMask and many other types are gone. This ensures that binders to other languages non C++ can actually implement type safe bitmasks.
* Most bitmask operations replaced by functions in BitField<>
* Key is still a problem because its enum and mask at the same time. While it kind of works in C++, this most likely can't be implemented safely in other languages and will have to be changed at some point. Mostly left as-is.
* Documentation and API dump updated to reflect bitfields in core types.
2023-01-08 22:17:40 +01:00
..
array.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
array.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
binder_common.h Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
callable.cpp Allow binding Callable arguments from an array 2023-01-06 22:37:25 +01:00
callable.h Allow binding Callable arguments from an array 2023-01-06 22:37:25 +01:00
callable_bind.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
callable_bind.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
container_type_validate.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
dictionary.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
dictionary.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
method_ptrcall.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
native_ptr.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub Reorganized core/ directory, it was too fatty already 2020-11-07 20:17:12 -03:00
type_info.h Use BitField<> in core type masks 2023-01-08 22:17:40 +01:00
typed_array.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_call.cpp Merge pull request #71000 from reduz/callable-bind-from-array 2023-01-07 13:18:53 +01:00
variant_construct.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_construct.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_destruct.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_destruct.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_internal.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_op.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_op.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_parser.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_parser.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_setget.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_setget.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
variant_utility.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00