godot-module-template/core/string
2026-02-26 18:14:23 -06:00
..
alt_codes.h Move alt_code_oem437 and alt_code_cp1252 to separate header file 2025-05-03 11:52:49 +03:00
char_range.cpp Move char ranges from char_range.inc to char_range.cpp (non-constexpr). 2026-02-20 20:09:46 +01:00
char_utils.h Move char ranges from char_range.inc to char_range.cpp (non-constexpr). 2026-02-20 20:09:46 +01:00
fuzzy_search.cpp Change fuzzy search to only set case sensitive within set_query 2025-05-15 12:00:55 -07:00
fuzzy_search.h Change fuzzy search to only set case sensitive within set_query 2025-05-15 12:00:55 -07:00
locales.h Merge pull request #102787 from EGAMatsu/master 2026-02-16 15:02:27 -06:00
node_path.cpp Fix the NodePath hash function to not yield the same value for similar paths. 2026-01-27 20:50:10 +01:00
node_path.h Remove Array include from dictionary.h and ustring.h. 2025-10-06 16:21:36 +02:00
optimized_translation.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
optimized_translation.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
plural_rules.cpp Move plural rules logic into a separate class 2025-09-26 10:51:55 +08:00
plural_rules.h Move plural rules logic into a separate class 2025-09-26 10:51:55 +08:00
print_string.cpp Core: Remove class_db.h include from ref_counted.h 2026-02-26 18:14:23 -06:00
print_string.h Don't right-align escaped newlines, e.g. for #define. This has previously led to long diffs in the commit history. 2026-02-04 19:31:28 +01:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
string_buffer.h Re-activate a few clang-tidy options. 2026-02-20 19:07:35 +01:00
string_builder.cpp Rename String::resize to resize_uninitialized, to better communicate to callers that new characters must be initialized. 2025-06-11 18:13:02 +02:00
string_builder.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
string_name.cpp Move variant pools to their own compile unit. 2026-02-21 13:24:17 +01:00
string_name.h Remove empty constructors and destructors from core/ 2025-11-17 20:09:05 +01:00
translation.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
translation.h Style: Convert *.gen.inc to *.gen.h 2026-02-05 19:47:56 -06:00
translation_domain.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
translation_domain.h Add methods for querying loaded Translation instances 2025-11-21 08:51:26 +08:00
translation_server.compat.inc Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
translation_server.cpp Style: Add class_db.h includes explicitly 2026-02-26 15:50:28 -06:00
translation_server.h Improve language selection when shaping text. 2025-12-18 09:05:07 +02:00
ucaps.h Integrate (a nerfed version of) clang-tidy into CI. 2026-02-20 00:49:00 +01:00
ustring.cpp Merge pull request #116543 from AR-DEV-1/various-typo-fixes-1 2026-02-24 09:29:11 -06:00
ustring.h Add Span equality (== and !=) operators. 2025-11-15 14:21:54 +01:00