godot/tests/core/templates
Rémi Verschelde dd7d36e803
Merge pull request #100770 from hpvb/command-queue-mt
Core: Refactor CommandQueueMT to use vararg templates for performance and maintainability
2025-01-03 00:49:02 +01:00
..
test_a_hash_map.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00
test_command_queue.h Refactor CommandQueueMT to use vararg templates 2025-01-02 15:35:08 +01:00
test_hash_map.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00
test_hash_set.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00
test_list.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00
test_local_vector.h [Core] Add LocalVector::has for convenience 2024-05-06 18:03:37 +02:00
test_lru.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_oa_hash_map.h Core: Expand std::initializer_list support 2024-12-18 18:46:59 -06:00
test_paged_array.h Fix PagedArray.merge_unordered() dropping pages 2023-02-16 19:58:27 -05:00
test_rid.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_vector.h Destruct CowData more graciously by avoiding accidentally exposing a half-destructed buffer. This can avoid problems if any of the destructed objects tries to access the data while it's being destructed. 2024-12-21 20:01:03 +01:00