1
0
Fork 0
godot/tests/core
Lukas Tenbrink 1b1ab76a14 Add `FixedVector` template.
This is a high performance `Vector`-like object that can be used if the maximum number of objects is small and known, and the objects are needed only temporarily.
2025-04-30 19:14:08 +02:00
..
config Add `String::replace_char(s)` methods for performance and convenience 2025-04-10 13:08:45 +02:00
input Use initializer list in Arrays 2025-03-26 18:38:15 +01:00
io Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
math Core: Replace C math headers with C++ equivalents 2025-04-16 15:49:02 -05:00
object Always use `String` as `StringName` backing internally. 2025-04-23 14:57:03 +02:00
os Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
string Merge pull request #105249 from Repiteo/core/math-defs-namespace 2025-04-11 09:51:04 -05:00
templates Add `FixedVector` template. 2025-04-30 19:14:08 +02:00
threads Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
variant Test for insertion at array's size 2025-04-15 12:08:54 -04:00
test_crypto.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
test_hashing_context.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
test_time.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00