1
0
Fork 0
godot/core/extension
Lukas Tenbrink ec32dae1da Rename `_strlen_clipped` to `strnlen` (and use the system equivalent for `char *` inputs).
Add `strnlen` for `char16_t *` and `wchar_t *`.
2025-05-06 15:17:07 +02:00
..
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
extension_api_dump.cpp Merge pull request #104432 from YYF233333/dict_iter2 2025-04-07 08:43:33 -05:00
extension_api_dump.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
gdextension.compat.inc Bind compatibility GDExtension methods removed in 88418 2024-05-07 01:36:36 -07:00
gdextension.cpp Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
gdextension.h Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
gdextension_interface.cpp Rename `_strlen_clipped` to `strnlen` (and use the system equivalent for `char *` inputs). 2025-05-06 15:17:07 +02:00
gdextension_interface.h Core: Modernize C headers with C++ equivalents 2025-05-02 08:23:01 -05:00
gdextension_library_loader.cpp Improve ConfigFile get_sections and get_section_keys by returning Vector<String> 2025-04-24 20:10:31 -04:00
gdextension_library_loader.h Add and require `GDSOFTCLASS` for `Object` subclasses that want to cast but do not use `GDCLASS`. 2025-03-31 20:49:50 +02:00
gdextension_loader.h Fix `GDExtensionLoader` using the wrong super type in `GDSOFTCLASS`. 2025-04-27 10:28:08 +02:00
gdextension_manager.cpp Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
gdextension_manager.h Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
gdextension_special_compat_hashes.cpp Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
gdextension_special_compat_hashes.h Inline static variables (part 1) 2025-04-29 18:10:44 +02:00
make_interface_dumper.py SCons: Make builders prettier, utilize `constexpr` 2025-03-11 18:31:20 -05:00
make_wrappers.py Style: Integrate `#pragma once` in builders/checks 2025-03-07 17:32:33 -06:00