Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenlib/CMakeLists.txt
| Show First 20 Lines • Show All 70 Lines • ▼ Show 20 Lines | set(SRC | ||||
| intern/delaunay_2d.cc | intern/delaunay_2d.cc | ||||
| intern/dot_export.cc | intern/dot_export.cc | ||||
| intern/dynlib.c | intern/dynlib.c | ||||
| intern/easing.c | intern/easing.c | ||||
| intern/edgehash.c | intern/edgehash.c | ||||
| intern/endian_switch.c | intern/endian_switch.c | ||||
| intern/expr_pylike_eval.c | intern/expr_pylike_eval.c | ||||
| intern/fileops.c | intern/fileops.c | ||||
| intern/fileops.cc | |||||
| intern/filereader_file.c | intern/filereader_file.c | ||||
| intern/filereader_gzip.c | intern/filereader_gzip.c | ||||
| intern/filereader_memory.c | intern/filereader_memory.c | ||||
| intern/filereader_zstd.c | intern/filereader_zstd.c | ||||
| intern/fnmatch.c | intern/fnmatch.c | ||||
| intern/gsqueue.c | intern/gsqueue.c | ||||
| intern/hash_md5.c | intern/hash_md5.c | ||||
| intern/hash_mm2a.c | intern/hash_mm2a.c | ||||
| ▲ Show 20 Lines • Show All 112 Lines • ▼ Show 20 Lines | set(SRC | ||||
| BLI_easing.h | BLI_easing.h | ||||
| BLI_edgehash.h | BLI_edgehash.h | ||||
| BLI_endian_defines.h | BLI_endian_defines.h | ||||
| BLI_endian_switch.h | BLI_endian_switch.h | ||||
| BLI_endian_switch_inline.h | BLI_endian_switch_inline.h | ||||
| BLI_enumerable_thread_specific.hh | BLI_enumerable_thread_specific.hh | ||||
| BLI_expr_pylike_eval.h | BLI_expr_pylike_eval.h | ||||
| BLI_fileops.h | BLI_fileops.h | ||||
| BLI_fileops.hh | |||||
| BLI_fileops_types.h | BLI_fileops_types.h | ||||
| BLI_filereader.h | BLI_filereader.h | ||||
| BLI_float2.hh | BLI_float2.hh | ||||
| BLI_float3.hh | BLI_float3.hh | ||||
| BLI_float4.hh | BLI_float4.hh | ||||
| BLI_float4x4.hh | BLI_float4x4.hh | ||||
| BLI_fnmatch.h | BLI_fnmatch.h | ||||
| BLI_function_ref.hh | BLI_function_ref.hh | ||||
| ▲ Show 20 Lines • Show All 202 Lines • ▼ Show 20 Lines | set(TEST_SRC | ||||
| tests/BLI_array_test.cc | tests/BLI_array_test.cc | ||||
| tests/BLI_array_utils_test.cc | tests/BLI_array_utils_test.cc | ||||
| tests/BLI_color_test.cc | tests/BLI_color_test.cc | ||||
| tests/BLI_delaunay_2d_test.cc | tests/BLI_delaunay_2d_test.cc | ||||
| tests/BLI_disjoint_set_test.cc | tests/BLI_disjoint_set_test.cc | ||||
| tests/BLI_edgehash_test.cc | tests/BLI_edgehash_test.cc | ||||
| tests/BLI_expr_pylike_eval_test.cc | tests/BLI_expr_pylike_eval_test.cc | ||||
| tests/BLI_function_ref_test.cc | tests/BLI_function_ref_test.cc | ||||
| tests/BLI_fileops_test.cc | |||||
JacquesLucke: For consistency the file name should have a `_test` suffix. | |||||
| tests/BLI_ghash_test.cc | tests/BLI_ghash_test.cc | ||||
| tests/BLI_hash_mm2a_test.cc | tests/BLI_hash_mm2a_test.cc | ||||
| tests/BLI_heap_simple_test.cc | tests/BLI_heap_simple_test.cc | ||||
| tests/BLI_heap_test.cc | tests/BLI_heap_test.cc | ||||
| tests/BLI_index_mask_test.cc | tests/BLI_index_mask_test.cc | ||||
| tests/BLI_index_range_test.cc | tests/BLI_index_range_test.cc | ||||
| tests/BLI_inplace_priority_queue_test.cc | tests/BLI_inplace_priority_queue_test.cc | ||||
| tests/BLI_kdopbvh_test.cc | tests/BLI_kdopbvh_test.cc | ||||
| ▲ Show 20 Lines • Show All 52 Lines • Show Last 20 Lines | |||||
For consistency the file name should have a _test suffix.