godot/tests
reduz 6631f66c2a Optimize StringName usage
* Added a new macro SNAME() that constructs and caches a local stringname.
* Subsequent usages use the cached version.
* Since these use a global static variable, a second refcounter of static usages need to be kept for cleanup time.
* Replaced all theme usages by this new macro.
* Replace all signal emission usages by this new macro.
* Replace all call_deferred usages by this new macro.

This is part of ongoing work to optimize GUI and the editor.
2021-07-18 21:20:02 -03:00
..
data
SCsub
test_aabb.h Fix sub-optimal uses of is_equal_approx 2021-06-20 03:03:06 -04:00
test_array.h
test_astar.h
test_basis.h
test_class_db.h Add test to check for :: in enum/constant bindings 2021-07-06 11:10:42 -03:00
test_color.h Reformat structure string operators 2021-06-11 10:53:20 -04:00
test_command_queue.h
test_config_file.h Better format arguments in variant parser 2021-06-18 00:06:40 -03:00
test_crypto.h
test_curve.h Fix sub-optimal uses of is_equal_approx 2021-06-20 03:03:06 -04:00
test_dictionary.h
test_expression.h
test_file_access.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
test_geometry_2d.h
test_geometry_3d.h
test_gradient.h
test_gui.cpp Optimize StringName usage 2021-07-18 21:20:02 -03:00
test_gui.h
test_hashing_context.h
test_image.h
test_json.h Fix sub-optimal uses of is_equal_approx 2021-06-20 03:03:06 -04:00
test_list.h
test_local_vector.h
test_lru.h
test_macros.cpp
test_macros.h
test_main.cpp Add Time singleton 2021-06-11 09:32:39 -04:00
test_main.h
test_marshalls.h
test_math.cpp Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
test_math.h
test_method_bind.h
test_node_path.h
test_oa_hash_map.cpp
test_oa_hash_map.h
test_object.h Implement the ability to disable classes 2021-07-13 09:25:14 -03:00
test_ordered_hash_map.h
test_paged_array.h
test_path_3d.h
test_path_follow_2d.h
test_path_follow_3d.h
test_pck_packer.h
test_physics_2d.cpp
test_physics_2d.h
test_physics_3d.cpp
test_physics_3d.h
test_random_number_generator.h
test_rect2.h Reformat structure string operators 2021-06-11 10:53:20 -04:00
test_render.cpp
test_render.h
test_resource.h
test_shader_lang.cpp Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
test_shader_lang.h
test_string.h Rename is_valid_integer() to is_valid_int() 2021-06-16 10:32:22 -06:00
test_text_server.h
test_time.h Add Time singleton 2021-06-11 09:32:39 -04:00
test_translation.h
test_utils.cpp
test_utils.h
test_validate_testing.h
test_variant.h
test_vector.h
test_xml_parser.h