Skip to content

Commit 9e39b98

Browse files
Dragonbourne v1.8.0
1 parent 8fc8b26 commit 9e39b98

File tree

853 files changed

+83497
-60703
lines changed

Some content is hidden

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

853 files changed

+83497
-60703
lines changed

.appveyor.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
os: Visual Studio 2017
2+
3+
environment:
4+
BOOST_ROOT: C:\Libraries\boost_1_67_0
5+
BOOST_LIBRARYDIR: C:\Libraries\boost_1_67_0\lib64-msvc-14
6+
7+
build_script:
8+
- md build
9+
- cd build
10+
- cmake -G "Visual Studio 15 2017 Win64" ..
11+
- MSBuild fangoX.sln /p:Configuration=Release /m

.vscode/settings.json

+81
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
{
2+
"files.associations": {
3+
"random": "cpp",
4+
"algorithm": "cpp",
5+
"array": "cpp",
6+
"atomic": "cpp",
7+
"cctype": "cpp",
8+
"chrono": "cpp",
9+
"cmath": "cpp",
10+
"condition_variable": "cpp",
11+
"cstddef": "cpp",
12+
"cstdint": "cpp",
13+
"cstdio": "cpp",
14+
"cstdlib": "cpp",
15+
"cstring": "cpp",
16+
"ctime": "cpp",
17+
"cwchar": "cpp",
18+
"deque": "cpp",
19+
"exception": "cpp",
20+
"forward_list": "cpp",
21+
"fstream": "cpp",
22+
"functional": "cpp",
23+
"future": "cpp",
24+
"hash_map": "cpp",
25+
"hash_set": "cpp",
26+
"initializer_list": "cpp",
27+
"iomanip": "cpp",
28+
"ios": "cpp",
29+
"iosfwd": "cpp",
30+
"iostream": "cpp",
31+
"istream": "cpp",
32+
"iterator": "cpp",
33+
"limits": "cpp",
34+
"list": "cpp",
35+
"map": "cpp",
36+
"memory": "cpp",
37+
"mutex": "cpp",
38+
"new": "cpp",
39+
"numeric": "cpp",
40+
"ostream": "cpp",
41+
"queue": "cpp",
42+
"ratio": "cpp",
43+
"set": "cpp",
44+
"sstream": "cpp",
45+
"stack": "cpp",
46+
"stdexcept": "cpp",
47+
"streambuf": "cpp",
48+
"string": "cpp",
49+
"system_error": "cpp",
50+
"thread": "cpp",
51+
"tuple": "cpp",
52+
"type_traits": "cpp",
53+
"typeinfo": "cpp",
54+
"unordered_map": "cpp",
55+
"unordered_set": "cpp",
56+
"utility": "cpp",
57+
"vector": "cpp",
58+
"xfacet": "cpp",
59+
"xfunctional": "cpp",
60+
"xhash": "cpp",
61+
"xiosbase": "cpp",
62+
"xlocale": "cpp",
63+
"xlocinfo": "cpp",
64+
"xlocmon": "cpp",
65+
"xlocnum": "cpp",
66+
"xloctime": "cpp",
67+
"xmemory": "cpp",
68+
"xmemory0": "cpp",
69+
"xstddef": "cpp",
70+
"xstring": "cpp",
71+
"xtr1common": "cpp",
72+
"xtree": "cpp",
73+
"xutility": "cpp",
74+
"emmintrin.h": "c",
75+
"resumable": "cpp",
76+
"xthread": "cpp",
77+
"sparse_hash_map": "cpp",
78+
"sparse_hash_set": "cpp",
79+
"sparsetable": "cpp"
80+
}
81+
}

0 commit comments

Comments
 (0)