Skip to content

Commit fff6eeb

Browse files
committed
Init
1 parent c94b61a commit fff6eeb

20 files changed

+7182
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/bin/
2+
/build/

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "vendor/breakpad"]
2+
path = vendor/breakpad
3+
url = https://github.com/google/breakpad

LICENSE

+674
Large diffs are not rendered by default.

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
# AcceleratorCS2
2+
3+
A fork of [AcceleratorLocal](https://github.com/komashchenko/AcceleratorLocal) using Premake with Linux and Windows support.

breakpad-config/linux/config.h

+106
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
/* src/config.h.in. Generated from configure.ac by autoheader. */
2+
3+
/* Define to 1 if you have the `arc4random' function. */
4+
#undef HAVE_ARC4RANDOM
5+
6+
/* Define to 1 if you have the <a.out.h> header file. */
7+
#define HAVE_A_OUT_H 1
8+
9+
/* define if the compiler supports basic C++17 syntax */
10+
#define HAVE_CXX17 1
11+
12+
/* Define to 1 if you have the `getcontext' function. */
13+
#define HAVE_GETCONTEXT 1
14+
15+
/* Define to 1 if you have the `getrandom' function. */
16+
#define HAVE_GETRANDOM 1
17+
18+
/* Define to 1 if you have the <inttypes.h> header file. */
19+
#define HAVE_INTTYPES_H 1
20+
21+
/* Define to 1 if you have the `rustc_demangle' library (-lrustc_demangle). */
22+
#undef HAVE_LIBRUSTC_DEMANGLE
23+
24+
/* Define to 1 if you have the `zstd' library (-lzstd). */
25+
#undef HAVE_LIBZSTD
26+
27+
/* Define to 1 if you have the `memfd_create' function. */
28+
#define HAVE_MEMFD_CREATE 1
29+
30+
/* Define if you have POSIX threads libraries and header files. */
31+
#define HAVE_PTHREAD 1
32+
33+
/* Define to 1 if you have the <rustc_demangle.h> header file. */
34+
#undef HAVE_RUSTC_DEMANGLE_H
35+
36+
/* Define to 1 if you have the <stdint.h> header file. */
37+
#define HAVE_STDINT_H 1
38+
39+
/* Define to 1 if you have the <stdio.h> header file. */
40+
#define HAVE_STDIO_H 1
41+
42+
/* Define to 1 if you have the <stdlib.h> header file. */
43+
#define HAVE_STDLIB_H 1
44+
45+
/* Define to 1 if you have the <strings.h> header file. */
46+
#define HAVE_STRINGS_H 1
47+
48+
/* Define to 1 if you have the <string.h> header file. */
49+
#define HAVE_STRING_H 1
50+
51+
/* Define to 1 if you have the <sys/mman.h> header file. */
52+
#define HAVE_SYS_MMAN_H 1
53+
54+
/* Define to 1 if you have the <sys/random.h> header file. */
55+
#define HAVE_SYS_RANDOM_H 1
56+
57+
/* Define to 1 if you have the <sys/stat.h> header file. */
58+
#define HAVE_SYS_STAT_H 1
59+
60+
/* Define to 1 if you have the <sys/types.h> header file. */
61+
#define HAVE_SYS_TYPES_H 1
62+
63+
/* Define to 1 if you have the <unistd.h> header file. */
64+
#define HAVE_UNISTD_H 1
65+
66+
/* Fallback definition for old systems */
67+
#undef O_CLOEXEC
68+
69+
/* Name of package */
70+
#undef PACKAGE
71+
72+
/* Define to the address where bug reports for this package should be sent. */
73+
#undef PACKAGE_BUGREPORT
74+
75+
/* Define to the full name of this package. */
76+
#undef PACKAGE_NAME
77+
78+
/* Define to the full name and version of this package. */
79+
#undef PACKAGE_STRING
80+
81+
/* Define to the one symbol short name of this package. */
82+
#undef PACKAGE_TARNAME
83+
84+
/* Define to the home page for this package. */
85+
#undef PACKAGE_URL
86+
87+
/* Define to the version of this package. */
88+
#undef PACKAGE_VERSION
89+
90+
/* Define to necessary symbol if this constant uses a non-standard name on
91+
your system. */
92+
#undef PTHREAD_CREATE_JOINABLE
93+
94+
/* Define to 1 if all of the C90 standard headers exist (not just the ones
95+
required in a freestanding environment). This macro is provided for
96+
backward compatibility; new code need not use it. */
97+
#undef STDC_HEADERS
98+
99+
/* Version number of package */
100+
#undef VERSION
101+
102+
/* Number of bits in a file offset, on hosts where this is settable. */
103+
#undef _FILE_OFFSET_BITS
104+
105+
/* Define for large files, on AIX-style hosts. */
106+
#undef _LARGE_FILES

breakpad-config/windows/config.h

+106
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
/* src/config.h.in. Generated from configure.ac by autoheader. */
2+
3+
/* Define to 1 if you have the `arc4random' function. */
4+
#undef HAVE_ARC4RANDOM
5+
6+
/* Define to 1 if you have the <a.out.h> header file. */
7+
#undef HAVE_A_OUT_H
8+
9+
/* define if the compiler supports basic C++17 syntax */
10+
#define HAVE_CXX17 1
11+
12+
/* Define to 1 if you have the `getcontext' function. */
13+
#undef HAVE_GETCONTEXT
14+
15+
/* Define to 1 if you have the `getrandom' function. */
16+
#undef HAVE_GETRANDOM
17+
18+
/* Define to 1 if you have the <inttypes.h> header file. */
19+
#define HAVE_INTTYPES_H 1
20+
21+
/* Define to 1 if you have the `rustc_demangle' library (-lrustc_demangle). */
22+
#undef HAVE_LIBRUSTC_DEMANGLE
23+
24+
/* Define to 1 if you have the `zstd' library (-lzstd). */
25+
#undef HAVE_LIBZSTD
26+
27+
/* Define to 1 if you have the `memfd_create' function. */
28+
#undef HAVE_MEMFD_CREATE
29+
30+
/* Define if you have POSIX threads libraries and header files. */
31+
#define HAVE_PTHREAD 1
32+
33+
/* Define to 1 if you have the <rustc_demangle.h> header file. */
34+
#undef HAVE_RUSTC_DEMANGLE_H
35+
36+
/* Define to 1 if you have the <stdint.h> header file. */
37+
#define HAVE_STDINT_H 1
38+
39+
/* Define to 1 if you have the <stdio.h> header file. */
40+
#define HAVE_STDIO_H 1
41+
42+
/* Define to 1 if you have the <stdlib.h> header file. */
43+
#define HAVE_STDLIB_H 1
44+
45+
/* Define to 1 if you have the <strings.h> header file. */
46+
#define HAVE_STRINGS_H 1
47+
48+
/* Define to 1 if you have the <string.h> header file. */
49+
#define HAVE_STRING_H 1
50+
51+
/* Define to 1 if you have the <sys/mman.h> header file. */
52+
#undef HAVE_SYS_MMAN_H
53+
54+
/* Define to 1 if you have the <sys/random.h> header file. */
55+
#undef HAVE_SYS_RANDOM_H
56+
57+
/* Define to 1 if you have the <sys/stat.h> header file. */
58+
#undef HAVE_SYS_STAT_H
59+
60+
/* Define to 1 if you have the <sys/types.h> header file. */
61+
#undef HAVE_SYS_TYPES_H
62+
63+
/* Define to 1 if you have the <unistd.h> header file. */
64+
#define HAVE_UNISTD_H 1
65+
66+
/* Fallback definition for old systems */
67+
#undef O_CLOEXEC
68+
69+
/* Name of package */
70+
#undef PACKAGE
71+
72+
/* Define to the address where bug reports for this package should be sent. */
73+
#undef PACKAGE_BUGREPORT
74+
75+
/* Define to the full name of this package. */
76+
#undef PACKAGE_NAME
77+
78+
/* Define to the full name and version of this package. */
79+
#undef PACKAGE_STRING
80+
81+
/* Define to the one symbol short name of this package. */
82+
#undef PACKAGE_TARNAME
83+
84+
/* Define to the home page for this package. */
85+
#undef PACKAGE_URL
86+
87+
/* Define to the version of this package. */
88+
#undef PACKAGE_VERSION
89+
90+
/* Define to necessary symbol if this constant uses a non-standard name on
91+
your system. */
92+
#undef PTHREAD_CREATE_JOINABLE
93+
94+
/* Define to 1 if all of the C90 standard headers exist (not just the ones
95+
required in a freestanding environment). This macro is provided for
96+
backward compatibility; new code need not use it. */
97+
#undef STDC_HEADERS
98+
99+
/* Version number of package */
100+
#undef VERSION
101+
102+
/* Number of bits in a file offset, on hosts where this is settable. */
103+
#undef _FILE_OFFSET_BITS
104+
105+
/* Define for large files, on AIX-style hosts. */
106+
#undef _LARGE_FILES

0 commit comments

Comments
 (0)