-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecipe.txt
More file actions
86 lines (65 loc) · 1.58 KB
/
recipe.txt
File metadata and controls
86 lines (65 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
plugin refs_generator
executable linked_list
$warnings no-unused
$backend c
linked_list/linked_list.c2
linked_list/main.c2
end
executable string_pool
$warnings no-unused
$backend c
string_pool/string_pool.c2
string_pool/main.c2
end
executable unique_queue
$warnings no-unused
$backend c
unique_queue/unique_queue.c2
# unique_queue/unique_queue_dump.c2
unique_queue/main.c2
end
executable radix_tree
$warnings no-unused-variable
$warnings no-unused-function
$warnings no-unused-parameter
$warnings no-unused-public
$backend c
$plugin refs_generator [all-targets]
utils/color.c2
utils/reader.c2
utils/terminal.c2
linked_list/linked_list.c2
radix_tree/radix_tree.c2
radix_tree/radix_tree_fs.c2
radix_tree/radix_tree_dump.c2
radix_tree/main.c2
end
executable radix_tree2
$warnings no-unused-variable
$warnings no-unused-function
$warnings no-unused-parameter
$warnings no-unused-public
$backend c
$config RadixTreeValue
utils/color.c2
utils/reader.c2
utils/terminal.c2
linked_list/linked_list.c2
radix_tree/radix_tree.c2
radix_tree/radix_tree_fs.c2
radix_tree/radix_tree_dump.c2
radix_tree/main.c2
end
executable radix_tree_tests
$warnings no-unused-variable
$warnings no-unused-function
$warnings no-unused-parameter
$warnings no-unused-public
$backend c
$config RadixTreeValue
$plugin unit_test []
linked_list/linked_list.c2
radix_tree/radix_tree.c2
radix_tree/radix_tree_test.c2
radix_tree/test_main.c2
end