tornavis/source/blender/asset_system/tests
Julian Eisel 5bc9434893 Refactor: Make asset catalog class members constant
Some of these members are not expected to change throughout the lifetime
of the class instances, so make them constant and only set them via the
constructor. Making them immutable this way helps making clear which
data needs extra attention for thread safety.
2024-02-29 17:33:18 +01:00
..
asset_catalog_path_test.cc License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
asset_catalog_test.cc Refactor: Make asset catalog class members constant 2024-02-29 17:33:18 +01:00
asset_catalog_tree_test.cc Refactor: Remove asset catalog helper classes from public header 2024-02-29 17:12:08 +01:00
asset_library_service_test.cc Refactor: Make asset catalog service non-public, access through API 2024-02-29 17:12:08 +01:00
asset_library_test.cc Refactor: Make asset catalog service non-public, access through API 2024-02-29 17:12:08 +01:00
asset_library_test_common.hh Cleanup: Make catalog tree const-correct 2024-02-23 18:13:10 +01:00
asset_representation_test.cc Revert changes from main commits that were merged into blender-v4.1-release 2024-02-19 15:59:59 +01:00