Skip to content

Commit 3c8a3f2

Browse files
zhangxingLight-City
zhangxing
authored andcommitted
support bazel complie this project and format code.
1 parent 1f86192 commit 3c8a3f2

File tree

641 files changed

+10388
-9562
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

641 files changed

+10388
-9562
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
com.sh
2+
bazel-CPlusPlusThings
3+
bazel-bin
4+
bazel-out
5+
bazel-testlogs
6+
bazel-cplusplus_bazel
7+
.vscode

.vscode/settings.json

+112
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"files.associations": {
3+
"iostream": "cpp",
4+
"ostream": "cpp",
5+
"__availability": "cpp",
6+
"__config": "cpp",
7+
"__string": "cpp",
8+
"deque": "cpp",
9+
"filesystem": "cpp",
10+
"functional": "cpp",
11+
"iterator": "cpp",
12+
"ratio": "cpp",
13+
"__bit_reference": "cpp",
14+
"__bits": "cpp",
15+
"__debug": "cpp",
16+
"__errc": "cpp",
17+
"__functional_base": "cpp",
18+
"__hash_table": "cpp",
19+
"__locale": "cpp",
20+
"__mutex_base": "cpp",
21+
"__node_handle": "cpp",
22+
"__nullptr": "cpp",
23+
"__split_buffer": "cpp",
24+
"__threading_support": "cpp",
25+
"__tree": "cpp",
26+
"__tuple": "cpp",
27+
"algorithm": "cpp",
28+
"array": "cpp",
29+
"atomic": "cpp",
30+
"bit": "cpp",
31+
"bitset": "cpp",
32+
"cctype": "cpp",
33+
"chrono": "cpp",
34+
"cinttypes": "cpp",
35+
"clocale": "cpp",
36+
"cmath": "cpp",
37+
"complex": "cpp",
38+
"condition_variable": "cpp",
39+
"cstdarg": "cpp",
40+
"cstddef": "cpp",
41+
"cstdint": "cpp",
42+
"cstdio": "cpp",
43+
"cstdlib": "cpp",
44+
"cstring": "cpp",
45+
"ctime": "cpp",
46+
"cwchar": "cpp",
47+
"cwctype": "cpp",
48+
"exception": "cpp",
49+
"fstream": "cpp",
50+
"initializer_list": "cpp",
51+
"iomanip": "cpp",
52+
"ios": "cpp",
53+
"iosfwd": "cpp",
54+
"istream": "cpp",
55+
"limits": "cpp",
56+
"list": "cpp",
57+
"locale": "cpp",
58+
"map": "cpp",
59+
"memory": "cpp",
60+
"mutex": "cpp",
61+
"new": "cpp",
62+
"numeric": "cpp",
63+
"optional": "cpp",
64+
"queue": "cpp",
65+
"regex": "cpp",
66+
"set": "cpp",
67+
"sstream": "cpp",
68+
"stack": "cpp",
69+
"stdexcept": "cpp",
70+
"streambuf": "cpp",
71+
"string": "cpp",
72+
"string_view": "cpp",
73+
"system_error": "cpp",
74+
"tuple": "cpp",
75+
"type_traits": "cpp",
76+
"typeinfo": "cpp",
77+
"unordered_map": "cpp",
78+
"unordered_set": "cpp",
79+
"utility": "cpp",
80+
"vector": "cpp",
81+
"any": "cpp",
82+
"barrier": "cpp",
83+
"*.tcc": "cpp",
84+
"cfenv": "cpp",
85+
"charconv": "cpp",
86+
"codecvt": "cpp",
87+
"compare": "cpp",
88+
"concepts": "cpp",
89+
"coroutine": "cpp",
90+
"csetjmp": "cpp",
91+
"csignal": "cpp",
92+
"cuchar": "cpp",
93+
"forward_list": "cpp",
94+
"memory_resource": "cpp",
95+
"random": "cpp",
96+
"source_location": "cpp",
97+
"future": "cpp",
98+
"latch": "cpp",
99+
"numbers": "cpp",
100+
"ranges": "cpp",
101+
"scoped_allocator": "cpp",
102+
"semaphore": "cpp",
103+
"shared_mutex": "cpp",
104+
"span": "cpp",
105+
"stop_token": "cpp",
106+
"syncstream": "cpp",
107+
"thread": "cpp",
108+
"typeindex": "cpp",
109+
"valarray": "cpp",
110+
"variant": "cpp"
111+
}
112+
}

0 commit comments

Comments
 (0)