Skip to content

Commit 6e19802

Browse files
authored
Merge pull request #43 from TechEmpower/master
aa
2 parents cbd771e + 6e4dc0b commit 6e19802

File tree

259 files changed

+12085
-6391
lines changed

Some content is hidden

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

259 files changed

+12085
-6391
lines changed

CMakeCache.txt

Lines changed: 505 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
set(CMAKE_C_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc")
2+
set(CMAKE_C_COMPILER_ARG1 "")
3+
set(CMAKE_C_COMPILER_ID "AppleClang")
4+
set(CMAKE_C_COMPILER_VERSION "16.0.0.16000026")
5+
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
6+
set(CMAKE_C_COMPILER_WRAPPER "")
7+
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "17")
8+
set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON")
9+
set(CMAKE_C_STANDARD_LATEST "23")
10+
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17;c_std_23")
11+
set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
12+
set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
13+
set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
14+
set(CMAKE_C17_COMPILE_FEATURES "c_std_17")
15+
set(CMAKE_C23_COMPILE_FEATURES "c_std_23")
16+
17+
set(CMAKE_C_PLATFORM_ID "Darwin")
18+
set(CMAKE_C_SIMULATE_ID "")
19+
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU")
20+
set(CMAKE_C_SIMULATE_VERSION "")
21+
22+
23+
24+
25+
set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
26+
set(CMAKE_C_COMPILER_AR "")
27+
set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
28+
set(CMAKE_C_COMPILER_RANLIB "")
29+
set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
30+
set(CMAKE_LINKER_LINK "")
31+
set(CMAKE_LINKER_LLD "")
32+
set(CMAKE_C_COMPILER_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
33+
set(CMAKE_C_COMPILER_LINKER_ID "AppleClang")
34+
set(CMAKE_C_COMPILER_LINKER_VERSION 1115.7.3)
35+
set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU)
36+
set(CMAKE_MT "")
37+
set(CMAKE_TAPI "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi")
38+
set(CMAKE_COMPILER_IS_GNUCC )
39+
set(CMAKE_C_COMPILER_LOADED 1)
40+
set(CMAKE_C_COMPILER_WORKS TRUE)
41+
set(CMAKE_C_ABI_COMPILED TRUE)
42+
43+
set(CMAKE_C_COMPILER_ENV_VAR "CC")
44+
45+
set(CMAKE_C_COMPILER_ID_RUN 1)
46+
set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
47+
set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
48+
set(CMAKE_C_LINKER_PREFERENCE 10)
49+
set(CMAKE_C_LINKER_DEPFILE_SUPPORTED )
50+
51+
# Save compiler ABI information.
52+
set(CMAKE_C_SIZEOF_DATA_PTR "8")
53+
set(CMAKE_C_COMPILER_ABI "")
54+
set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN")
55+
set(CMAKE_C_LIBRARY_ARCHITECTURE "")
56+
57+
if(CMAKE_C_SIZEOF_DATA_PTR)
58+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
59+
endif()
60+
61+
if(CMAKE_C_COMPILER_ABI)
62+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
63+
endif()
64+
65+
if(CMAKE_C_LIBRARY_ARCHITECTURE)
66+
set(CMAKE_LIBRARY_ARCHITECTURE "")
67+
endif()
68+
69+
set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
70+
if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
71+
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
72+
endif()
73+
74+
75+
76+
77+
78+
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include")
79+
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
80+
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/lib/swift")
81+
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks")
Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
set(CMAKE_CXX_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++")
2+
set(CMAKE_CXX_COMPILER_ARG1 "")
3+
set(CMAKE_CXX_COMPILER_ID "AppleClang")
4+
set(CMAKE_CXX_COMPILER_VERSION "16.0.0.16000026")
5+
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
6+
set(CMAKE_CXX_COMPILER_WRAPPER "")
7+
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
8+
set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON")
9+
set(CMAKE_CXX_STANDARD_LATEST "23")
10+
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23")
11+
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
12+
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
13+
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
14+
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
15+
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
16+
set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23")
17+
set(CMAKE_CXX26_COMPILE_FEATURES "")
18+
19+
set(CMAKE_CXX_PLATFORM_ID "Darwin")
20+
set(CMAKE_CXX_SIMULATE_ID "")
21+
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU")
22+
set(CMAKE_CXX_SIMULATE_VERSION "")
23+
24+
25+
26+
27+
set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
28+
set(CMAKE_CXX_COMPILER_AR "")
29+
set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
30+
set(CMAKE_CXX_COMPILER_RANLIB "")
31+
set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
32+
set(CMAKE_LINKER_LINK "")
33+
set(CMAKE_LINKER_LLD "")
34+
set(CMAKE_CXX_COMPILER_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
35+
set(CMAKE_CXX_COMPILER_LINKER_ID "AppleClang")
36+
set(CMAKE_CXX_COMPILER_LINKER_VERSION 1115.7.3)
37+
set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU)
38+
set(CMAKE_MT "")
39+
set(CMAKE_TAPI "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi")
40+
set(CMAKE_COMPILER_IS_GNUCXX )
41+
set(CMAKE_CXX_COMPILER_LOADED 1)
42+
set(CMAKE_CXX_COMPILER_WORKS TRUE)
43+
set(CMAKE_CXX_ABI_COMPILED TRUE)
44+
45+
set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
46+
47+
set(CMAKE_CXX_COMPILER_ID_RUN 1)
48+
set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m)
49+
set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
50+
51+
foreach (lang IN ITEMS C OBJC OBJCXX)
52+
if (CMAKE_${lang}_COMPILER_ID_RUN)
53+
foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS)
54+
list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension})
55+
endforeach()
56+
endif()
57+
endforeach()
58+
59+
set(CMAKE_CXX_LINKER_PREFERENCE 30)
60+
set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
61+
set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED )
62+
63+
# Save compiler ABI information.
64+
set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
65+
set(CMAKE_CXX_COMPILER_ABI "")
66+
set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN")
67+
set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
68+
69+
if(CMAKE_CXX_SIZEOF_DATA_PTR)
70+
set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
71+
endif()
72+
73+
if(CMAKE_CXX_COMPILER_ABI)
74+
set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
75+
endif()
76+
77+
if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
78+
set(CMAKE_LIBRARY_ARCHITECTURE "")
79+
endif()
80+
81+
set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
82+
if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
83+
set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
84+
endif()
85+
86+
87+
88+
89+
90+
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/16/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include")
91+
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++")
92+
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/lib;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/lib/swift")
93+
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/System/Library/Frameworks")
94+
set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "")
95+
96+
set(CMAKE_CXX_COMPILER_IMPORT_STD "")
97+
### Imported target for C++23 standard library
98+
set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles")
99+
100+
101+
Binary file not shown.
Binary file not shown.

CMakeFiles/3.31.5/CMakeSystem.cmake

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
set(CMAKE_HOST_SYSTEM "Darwin-23.6.0")
2+
set(CMAKE_HOST_SYSTEM_NAME "Darwin")
3+
set(CMAKE_HOST_SYSTEM_VERSION "23.6.0")
4+
set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
5+
6+
7+
8+
set(CMAKE_SYSTEM "Darwin-23.6.0")
9+
set(CMAKE_SYSTEM_NAME "Darwin")
10+
set(CMAKE_SYSTEM_VERSION "23.6.0")
11+
set(CMAKE_SYSTEM_PROCESSOR "x86_64")
12+
13+
set(CMAKE_CROSSCOMPILING "FALSE")
14+
15+
set(CMAKE_SYSTEM_LOADED 1)

0 commit comments

Comments
 (0)