Skip to content

Commit 44c8325

Browse files
BackEngineeringLabsBackEngineeringLabs
authored andcommitted
init commit private ice fork
0 parents  commit 44c8325

2,079 files changed

Lines changed: 2457966 additions & 0 deletions

File tree

Some content is hidden

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

.editorconfig

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
#end_of_line =
6+
indent_size = 4
7+
indent_style = tab
8+
tab_width = 4
9+
10+
[*.json]
11+
12+
[app.config]
13+
14+
[*.yml]
15+
indent_size = 2
16+
indent_style = space
17+
18+
[*.{proj,csproj,vbproj,props,targets,resx,vsixmanifest}]
19+
indent_size = 2
20+
indent_style = space
21+
22+
[app.manifest]
23+
indent_size = 2
24+
indent_style = space
25+
26+
[*.xml]
27+
28+
[*.xaml]
29+
indent_style = space
30+
31+
[*.{cs,vb}]
32+
insert_final_newline = true
33+
34+
dotnet_separate_import_directive_groups = false
35+
dotnet_sort_system_directives_first = true
36+
dotnet_style_coalesce_expression = true:suggestion
37+
dotnet_style_collection_initializer = true:suggestion
38+
dotnet_style_explicit_tuple_names = true:suggestion
39+
dotnet_style_null_propagation = true:suggestion
40+
dotnet_style_object_initializer = true:suggestion
41+
dotnet_style_predefined_type_for_locals_parameters_members = true:none
42+
dotnet_style_predefined_type_for_member_access = true:none
43+
dotnet_style_prefer_auto_properties = true:suggestion
44+
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
45+
dotnet_style_prefer_inferred_tuple_names = true:suggestion
46+
dotnet_style_prefer_is_null_check_over_reference_equality_method = false:suggestion
47+
dotnet_style_qualification_for_event = false:suggestion
48+
dotnet_style_qualification_for_field = false:suggestion
49+
dotnet_style_qualification_for_method = false:suggestion
50+
dotnet_style_qualification_for_property = false:suggestion
51+
dotnet_style_require_accessibility_modifiers = never:info
52+
53+
[*.cs]
54+
csharp_indent_block_contents = true
55+
csharp_indent_braces = false
56+
csharp_indent_case_contents = true
57+
csharp_indent_case_contents_when_block = false
58+
csharp_indent_labels = flush_left
59+
csharp_indent_switch_labels = false
60+
csharp_new_line_before_catch = true
61+
csharp_new_line_before_else = true
62+
csharp_new_line_before_finally = true
63+
csharp_new_line_before_members_in_anonymous_types = true
64+
csharp_new_line_before_members_in_object_initializers = true
65+
csharp_new_line_before_open_brace = none
66+
csharp_new_line_between_query_expression_clauses = true
67+
csharp_prefer_braces = false
68+
csharp_prefer_simple_default_expression = true:suggestion
69+
#csharp_preferred_modifier_order =
70+
csharp_preserve_single_line_blocks = true
71+
csharp_preserve_single_line_statements = true
72+
csharp_space_after_cast = false
73+
csharp_space_after_colon_in_inheritance_clause = true
74+
csharp_space_after_comma = true
75+
csharp_space_after_dot = false
76+
csharp_space_after_keywords_in_control_flow_statements = true
77+
csharp_space_after_semicolon_in_for_statement = true
78+
csharp_space_around_binary_operators = before_and_after
79+
csharp_space_around_declaration_statements = false
80+
csharp_space_before_colon_in_inheritance_clause = true
81+
csharp_space_before_comma = false
82+
csharp_space_before_dot = false
83+
csharp_space_before_open_square_brackets = false
84+
csharp_space_before_semicolon_in_for_statement = false
85+
csharp_space_between_empty_square_brackets = false
86+
csharp_space_between_method_call_empty_parameter_list_parentheses = false
87+
csharp_space_between_method_call_name_and_opening_parenthesis = false
88+
csharp_space_between_method_call_parameter_list_parentheses = false
89+
csharp_space_between_method_declaration_empty_parameter_list_parentheses = false
90+
csharp_space_between_method_declaration_name_and_open_parenthesis = false
91+
csharp_space_between_method_declaration_parameter_list_parentheses = false
92+
csharp_space_between_parentheses =
93+
csharp_space_between_square_brackets = false
94+
csharp_style_conditional_delegate_call = true:suggestion
95+
csharp_style_deconstructed_variable_declaration = false:none
96+
csharp_style_expression_bodied_accessors = true:suggestion
97+
csharp_style_expression_bodied_constructors = true:suggestion
98+
csharp_style_expression_bodied_indexers = true:suggestion
99+
csharp_style_expression_bodied_methods = true:suggestion
100+
csharp_style_expression_bodied_operators = true:suggestion
101+
csharp_style_expression_bodied_properties = true:suggestion
102+
csharp_style_inlined_variable_declaration = true:suggestion
103+
csharp_style_pattern_local_over_anonymous_function = true:suggestion
104+
csharp_style_pattern_matching_over_as_with_null_check = true:suggestion
105+
csharp_style_pattern_matching_over_is_with_cast_check = true:suggestion
106+
csharp_style_throw_expression = true:suggestion
107+
csharp_style_var_elsewhere = true:suggestion
108+
csharp_style_var_for_built_in_types = false:none
109+
csharp_style_var_when_type_is_apparent = true:suggestion
110+
111+
[*.vb]
112+
#visual_basic_preferred_modifier_order =

.github/codecov.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
codecov:
2+
require_ci_to_pass: yes
3+
4+
coverage:
5+
status:
6+
patch:
7+
default:
8+
target: 0%
9+
threshold: 0%
10+
base: auto
11+
informational: true
12+
project:
13+
default:
14+
target: 0%
15+
threshold: 0%
16+
base: auto
17+
informational: true

.github/dependabot.yml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
8+
- package-ecosystem: "nuget"
9+
directory: "/src/csharp/Intel/"
10+
schedule:
11+
interval: "daily"
12+
13+
- package-ecosystem: "maven"
14+
directory: "/src/java/iced-x86"
15+
schedule:
16+
interval: "daily"
17+
18+
- package-ecosystem: "cargo"
19+
directory: "/src/rust/iced-x86/"
20+
schedule:
21+
interval: "daily"
22+
23+
- package-ecosystem: "cargo"
24+
directory: "/src/rust/iced-x86-fzgt/"
25+
schedule:
26+
interval: "daily"
27+
28+
- package-ecosystem: "cargo"
29+
directory: "/src/rust/iced-x86-js/"
30+
schedule:
31+
interval: "daily"
32+
33+
- package-ecosystem: "cargo"
34+
directory: "/src/rust/iced-x86-py/"
35+
schedule:
36+
interval: "daily"
37+
38+
- package-ecosystem: "npm"
39+
directory: "/src/rust/iced-x86-js/src/tests/"
40+
schedule:
41+
interval: "daily"

0 commit comments

Comments
 (0)