Skip to content

Commit fb4461a

Browse files
authored
Merge pull request #171 from succinctlabs/min/eclogup-tracegen
feat: v4.0.0-rc1
2 parents faaffec + 21d98d3 commit fb4461a

Some content is hidden

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

78 files changed

+7260
-2674
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@
1313

1414
# proof file from test
1515
prover/proof-with-pis.bin
16-
perf/proof-with-pis.bin
16+
perf/proof-with-pis.bin
17+
core_proof.bin

.vscode/settings.json

Lines changed: 21 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -36,88 +36,33 @@
3636
],
3737
"rust-analyzer.showUnlinkedFileNotification": false,
3838
"files.associations": {
39-
"sstream": "cpp",
40-
"system_error": "cpp",
41-
"cctype": "cpp",
42-
"clocale": "cpp",
43-
"cmath": "cpp",
44-
"cstdarg": "cpp",
45-
"cstddef": "cpp",
46-
"cstdio": "cpp",
47-
"cstdlib": "cpp",
48-
"cstring": "cpp",
49-
"ctime": "cpp",
50-
"cwchar": "cpp",
51-
"cwctype": "cpp",
52-
"array": "cpp",
53-
"atomic": "cpp",
54-
"bit": "cpp",
55-
"*.tcc": "cpp",
56-
"bitset": "cpp",
39+
"random": "cpp",
5740
"chrono": "cpp",
58-
"compare": "cpp",
59-
"complex": "cpp",
60-
"concepts": "cpp",
61-
"condition_variable": "cpp",
6241
"cstdint": "cpp",
63-
"deque": "cpp",
64-
"list": "cpp",
65-
"map": "cpp",
66-
"set": "cpp",
67-
"string": "cpp",
68-
"unordered_map": "cpp",
69-
"vector": "cpp",
70-
"exception": "cpp",
71-
"algorithm": "cpp",
42+
"ratio": "cpp",
43+
"system_error": "cpp",
44+
"array": "cpp",
7245
"functional": "cpp",
73-
"iterator": "cpp",
74-
"memory": "cpp",
75-
"memory_resource": "cpp",
76-
"numeric": "cpp",
77-
"optional": "cpp",
46+
"tuple": "cpp",
47+
"type_traits": "cpp",
48+
"utility": "cpp",
49+
"limits": "cpp"
50+
},
51+
"C_Cpp.default.includePath": [
52+
"${workspaceFolder}/core/**/include",
53+
"${workspaceFolder}/target/include",
54+
],
55+
"C_Cpp.intelliSenseEngine": "Tag Parser",
56+
"files.associations": {
7857
"random": "cpp",
58+
"chrono": "cpp",
59+
"cstdint": "cpp",
7960
"ratio": "cpp",
80-
"string_view": "cpp",
61+
"system_error": "cpp",
62+
"array": "cpp",
63+
"functional": "cpp",
8164
"tuple": "cpp",
8265
"type_traits": "cpp",
83-
"utility": "cpp",
84-
"initializer_list": "cpp",
85-
"iomanip": "cpp",
86-
"iosfwd": "cpp",
87-
"iostream": "cpp",
88-
"istream": "cpp",
89-
"limits": "cpp",
90-
"mutex": "cpp",
91-
"new": "cpp",
92-
"numbers": "cpp",
93-
"ostream": "cpp",
94-
"semaphore": "cpp",
95-
"stdexcept": "cpp",
96-
"stop_token": "cpp",
97-
"streambuf": "cpp",
98-
"thread": "cpp",
99-
"cinttypes": "cpp",
100-
"typeindex": "cpp",
101-
"typeinfo": "cpp",
102-
"variant": "cpp",
103-
"__nullptr": "cpp",
104-
"__locale": "cpp",
105-
"ios": "cpp",
106-
"fstream": "cpp",
107-
"shared_mutex": "cpp",
108-
"__config": "cpp",
109-
"__functional_03": "cpp",
110-
"__hash_table": "cpp",
111-
"__tree": "cpp",
112-
"locale": "cpp",
113-
"stream_ref": "cpp",
114-
"queue": "cpp",
115-
"stack": "cpp",
116-
"__bit_reference": "cpp",
117-
"__functional_base": "cpp",
118-
"__node_handle": "cpp",
119-
"__memory": "cpp",
120-
"filesystem": "cpp",
121-
"__threading_support": "cpp"
66+
"utility": "cpp"
12267
},
12368
}

0 commit comments

Comments
 (0)