godot/tests/core
Rémi Verschelde f8ab79e68a Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
2022-04-04 19:49:50 +02:00
..
io Refactor Object metadata 2022-03-24 14:21:52 +01:00
math Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
object Refactor Object metadata 2022-03-24 14:21:52 +01:00
string Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
templates `Array`: Relax `slice` bound checks to properly handle negative indices 2022-01-10 22:42:03 +01:00
variant Merge pull request #56337 from cdemirer/fix-array-dictionary-id 2022-01-23 00:46:53 +01:00
test_crypto.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
test_hashing_context.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
test_time.h Add offset string from minutes conversion method to Time singleton 2022-02-23 22:12:02 -06:00