virtualx-engine/core/extension
Raul Santos aaffab8afb
Add metadata for char16_t and char32_t
We don't seem to expose any API that uses `char16_t` yet, but I added it anyway since we make the type info for it.

I didn't add anything for `wchar_t` because we are not making a type info so maybe we don't have a need for it yet, it could be added in the future.

To prevent breaking compatibility with the C# bindings, we ignore the `char32_t` metadata and still use `System.Int64`.
2024-09-12 02:15:55 +02:00
..
extension_api_dump.cpp Add metadata for char16_t and char32_t 2024-09-12 02:15:55 +02:00
extension_api_dump.h Optionally include documentation in GDExtension API dump 2023-09-26 21:39:24 +02:00
gdextension.compat.inc Bind compatibility GDExtension methods removed in 88418 2024-05-07 01:36:36 -07:00
gdextension.cpp Cleanup of raw nullptr checks with Ref 2024-08-31 15:01:09 +02:00
gdextension.h Merge pull request #91166 from raulsntos/gdextension/loader 2024-08-26 10:51:21 +02:00
gdextension_compat_hashes.cpp Fix gdextension_compat_hashes.cpp for double precision builds 2024-02-10 19:05:33 -06:00
gdextension_compat_hashes.h Check that GDExtensionCompatHashes are valid when generating extension_api.json 2023-11-16 06:40:06 -06:00
gdextension_interface.cpp Implement typed dictionaries 2024-09-04 10:27:26 -05:00
gdextension_interface.h Add metadata for char16_t and char32_t 2024-09-12 02:15:55 +02:00
gdextension_library_loader.cpp GDExtension: Implement GDExtensionLoader concept 2024-08-22 05:29:11 +02:00
gdextension_library_loader.h GDExtension: Implement GDExtensionLoader concept 2024-08-22 05:29:11 +02:00
gdextension_loader.h GDExtension: Implement GDExtensionLoader concept 2024-08-22 05:29:11 +02:00
gdextension_manager.cpp Fix editor needs restart after adding GDExtensions 2024-08-29 06:15:32 -04:00
gdextension_manager.h Fix editor needs restart after adding GDExtensions 2024-08-29 06:15:32 -04:00
make_interface_dumper.py SCons: Remove run_in_subprocess dependency 2024-03-11 13:20:09 -05:00
make_wrappers.py Update pre-commit hooks configuration to use ruff instead of black 2024-05-21 18:02:29 -05:00
SCsub Update pre-commit hooks configuration to use ruff instead of black 2024-05-21 18:02:29 -05:00