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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
{ "hash_combine":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["hash_combine"]
, "hdrs": ["hash_combine.hpp"]
, "deps": [["@", "gsl", "", "gsl"]]
, "stage": ["src", "utils", "cpp"]
}
, "type_safe_arithmetic":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["type_safe_arithmetic"]
, "hdrs": ["type_safe_arithmetic.hpp"]
, "deps": [["@", "gsl", "", "gsl"]]
, "stage": ["src", "utils", "cpp"]
}
, "json":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["json"]
, "hdrs": ["json.hpp"]
, "deps": ["gsl", ["@", "fmt", "", "fmt"], ["@", "json", "", "json"]]
, "stage": ["src", "utils", "cpp"]
}
, "concepts":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["concepts"]
, "hdrs": ["concepts.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "atomic":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["atomic"]
, "hdrs": ["atomic.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "hex_string":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["hex_string"]
, "hdrs": ["hex_string.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "path":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["path"]
, "hdrs": ["path.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "path_rebase":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["path_rebase"]
, "hdrs": ["path_rebase.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "vector":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["vector"]
, "hdrs": ["vector.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "tmp_dir":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["tmp_dir"]
, "hdrs": ["tmp_dir.hpp"]
, "srcs": ["tmp_dir.cpp"]
, "stage": ["src", "utils", "cpp"]
, "private-deps":
[ ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
]
}
, "file_locking":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["file_locking"]
, "hdrs": ["file_locking.hpp"]
, "srcs": ["file_locking.cpp"]
, "deps": [["@", "gsl", "", "gsl"]]
, "stage": ["src", "utils", "cpp"]
, "private-deps":
[ ["src/buildtool/file_system", "file_system_manager"]
, ["src/buildtool/logging", "log_level"]
, ["src/buildtool/logging", "logging"]
, ["src/utils/cpp", "path"]
]
}
, "gsl":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["gsl"]
, "hdrs": ["gsl.hpp"]
, "deps": [["@", "gsl", "", "gsl"]]
, "stage": ["src", "utils", "cpp"]
}
, "path_hash":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["path_hash"]
, "hdrs": ["path_hash.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "transformed_range":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["transformed_range"]
, "hdrs": ["transformed_range.hpp"]
, "deps": [["@", "gsl", "", "gsl"]]
, "stage": ["src", "utils", "cpp"]
}
, "prefix":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["prefix"]
, "hdrs": ["prefix.hpp"]
, "stage": ["src", "utils", "cpp"]
}
, "expected":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["expected"]
, "hdrs": ["expected.hpp"]
, "stage": ["src", "utils", "cpp"]
}
}
|