Lukas Tenbrink
|
4cb8a0c77e
|
Add resize_initialized and resize_uninitialized to Vector . These functions serve as replacements for resize , to make sure the caller understands whether elements need to be initialized 'by hand' after the call.
|
2025-05-26 18:35:41 +02:00 |
|
Lukas Tenbrink
|
ffa6ef220b
|
Use append_ instead of parse_ for String methods.
|
2025-03-27 17:51:02 +01:00 |
|
Lukas Tenbrink
|
f4de2cd22a
|
Use resize_zeroed instead of resize then fill(0) in several places.
|
2025-03-14 12:09:39 +01:00 |
|
Kiro
|
83d4bde0a2
|
When calling code has length of string, pass it to parse_utf8
|
2024-12-01 08:31:22 +01:00 |
|
Thaddeus Crews
|
bb5f390fb9
|
Style: Apply clang-tidy fixes (superficial)
• `modernize-use-bool-literals`, `modernize-use-nullptr`, and `readability-braces-around-statements`
|
2024-11-04 12:11:14 -06:00 |
|
David Snopek
|
760099ca6f
|
GDExtension: Show warning on missing PDB file, rather than error
|
2024-08-31 07:45:06 -05:00 |
|
patwork
|
2e84638147
|
Fix type-limits warning in windows_utils
|
2024-06-22 23:04:00 +02:00 |
|
patwork
|
909f28a534
|
Fix multichar warning in windows_utils
|
2024-05-30 13:58:56 +02:00 |
|
DmitriySalnikov
|
b73e740786
|
Add renaming of PDB files to avoid blocking them
|
2024-04-05 00:14:23 +03:00 |
|