Skip to content

Commit 304b42d

Browse files
committed
日常更新:
1.使用novnc渲染vnc画面 2.升级xterm5 3.第三方库依赖使用vcpkg管理
1 parent c660fb2 commit 304b42d

File tree

209 files changed

+39897
-36079
lines changed

Some content is hidden

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

209 files changed

+39897
-36079
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
build/
22
node_modules/
33
dist/
4+
.vscode/
5+
CMakeLists.txt.user

.vs/CMake Overview

Whitespace-only changes.

.vs/ProjectSettings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

.vs/VSWorkspaceState.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.vs/cmake.db

-96 KB
Binary file not shown.

.vs/ishell/v16/.suo

-17.5 KB
Binary file not shown.

.vs/ishell/v16/Browse.VC.db

-53.5 MB
Binary file not shown.

.vs/slnx.sqlite

-1.11 MB
Binary file not shown.

.vscode/launch.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"ignoreFailures": true
2323
}
2424
],
25-
"preLaunchTask": "make"
25+
"preLaunchTask": "make",
26+
"visualizerFile": "/home/yangzhao/.config/Code/User/workspaceStorage/a391d812f83f7dcd73b46980ca7c9e22/tonka3000.qtvsctools/qt.natvis.xml"
2627
}
2728
]
2829
}

.vscode/settings.json

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,59 @@
44
"qwebengineview": "cpp",
55
"qpushbutton": "cpp",
66
"qfile": "cpp",
7-
"qscreen": "cpp"
7+
"qscreen": "cpp",
8+
"thread": "cpp",
9+
"array": "cpp",
10+
"atomic": "cpp",
11+
"*.tcc": "cpp",
12+
"cctype": "cpp",
13+
"chrono": "cpp",
14+
"clocale": "cpp",
15+
"cmath": "cpp",
16+
"condition_variable": "cpp",
17+
"cstdarg": "cpp",
18+
"cstddef": "cpp",
19+
"cstdint": "cpp",
20+
"cstdio": "cpp",
21+
"cstdlib": "cpp",
22+
"ctime": "cpp",
23+
"cwchar": "cpp",
24+
"cwctype": "cpp",
25+
"deque": "cpp",
26+
"unordered_map": "cpp",
27+
"vector": "cpp",
28+
"exception": "cpp",
29+
"algorithm": "cpp",
30+
"functional": "cpp",
31+
"iterator": "cpp",
32+
"memory": "cpp",
33+
"memory_resource": "cpp",
34+
"numeric": "cpp",
35+
"optional": "cpp",
36+
"random": "cpp",
37+
"ratio": "cpp",
38+
"string": "cpp",
39+
"string_view": "cpp",
40+
"system_error": "cpp",
41+
"tuple": "cpp",
42+
"type_traits": "cpp",
43+
"utility": "cpp",
44+
"fstream": "cpp",
45+
"initializer_list": "cpp",
46+
"iosfwd": "cpp",
47+
"iostream": "cpp",
48+
"istream": "cpp",
49+
"limits": "cpp",
50+
"mutex": "cpp",
51+
"new": "cpp",
52+
"ostream": "cpp",
53+
"sstream": "cpp",
54+
"stdexcept": "cpp",
55+
"streambuf": "cpp",
56+
"cinttypes": "cpp",
57+
"typeinfo": "cpp",
58+
"freerdp_icon_256px.h": "c",
59+
"xf_client.h": "c",
60+
"xfreerdp.h": "c"
861
}
962
}

0 commit comments

Comments
 (0)