1
0
Fork 0
godot/tests/core/templates
Thaddeus Crews 89ce203427
Merge pull request #106997 from Ivorforce/fixed-move-semantics
Fix `FixedVector` move and copy semantics.
2025-10-10 10:26:06 -05:00
..
test_a_hash_map.h Remove `auto` misuse cases. 2025-04-14 16:54:57 +03:00
test_command_queue.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
test_fixed_vector.h Fix `FixedVector` move semantics. 2025-05-31 18:22:16 +02:00
test_hash_map.h Reuse and optimize sorting logic for List, SelfList, and HashMap 2025-06-04 10:18:22 -04:00
test_hash_set.h Fix CSV translation not updating after reimport 2025-06-17 17:22:49 +08:00
test_list.h Reuse and optimize sorting logic for List, SelfList, and HashMap 2025-06-04 10:18:22 -04:00
test_local_vector.h Add `LocalVector.erase_unordered`, mimicking `erase` but with `remove_at_unordered`, to remove duplicate logic. 2025-03-31 13:31:53 +02:00
test_lru.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
test_paged_array.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
test_rid.h Merge pull request #105164 from stuartcarnie/apple_pthread 2025-04-10 10:18:12 -05:00
test_self_list.h Reuse and optimize sorting logic for List, SelfList, and HashMap 2025-06-04 10:18:22 -04:00
test_span.h Add a smoke test to `Span` in debug builds to recover from non-empty `nullptr` `Span`. 2025-06-12 12:19:21 +02:00
test_vector.h Replace `std::size` usage with `std_size` to avoid `<iterator>` include. 2025-10-05 00:26:11 +02:00
test_vset.h Move bisect to Span and deduplicate code. 2025-05-14 18:19:09 +08:00