Commit Graph

140 Commits

Author SHA1 Message Date
Katy Coe
3981557601 Output: Don't initialize statics or consts to default in struct constructors (CS0131) 2020-02-05 10:29:08 +01:00
Katy Coe
8eb7a0721a IDA: Display progress when executing script 2020-02-05 09:12:42 +01:00
Katy Coe
0402917100 IDA: Generate function boundaries for all known functions 2020-02-05 08:07:00 +01:00
Katy Coe
77ce86e7c1 IDA: Escape strings, add r prefix to names, add metadata output, refactor code 2020-02-05 07:10:56 +01:00
Katy Coe
b8abfee54f IDA: Include method invokers in output 2020-02-05 05:28:21 +01:00
Katy Coe
01f43af2ab IDA: Add method signature comments to all method output 2020-02-03 00:10:32 +01:00
Katy Coe
8a0c912bc5 IDA: Add custom attribute generator function names and addresses 2020-02-02 23:28:45 +01:00
Katy Coe
fd96b02065 IDA: Add concrete generic method names and addresses 2020-02-02 23:19:44 +01:00
Katy Coe
3e69784898 IL2CPP: Eliminate public BinaryMetadataUsages 2020-02-02 23:03:38 +01:00
Katy Coe
63fb345bb1 Model: Include TypesByMethodSpecClassIndex in Model.Types 2020-02-02 04:54:24 +01:00
Katy Coe
e60f1ef89b Model: Implement various generic method properties 2020-02-01 23:42:51 +01:00
Katy Coe
a338196057 Model: Introduce TypeInfo.GetGenericArguments(), refactor handling 2020-01-29 10:14:41 +01:00
Katy Coe
8a27b45775 IDA: Output string literals correctly 2020-01-27 06:41:18 +01:00
Katy Coe
d9cedeca15 IL2CPP: Refactor metadata usage name discovery 2020-01-26 23:00:56 +01:00
Katy Coe
90f563f8d2 Output: Tidy up Il2CppIDAScriptDumper 2020-01-26 22:08:07 +01:00
Katy Coe
e75f3931fa Add copyright comments to Il2CppIDAScriptDumper.cs 2020-01-26 21:55:59 +01:00
Katy Coe
e2490fce44 Fix no IDA output when creating a Visual Studio solution 2020-01-26 21:54:28 +01:00
Katy Coe
ae5c2bee99 Fix C# code benchmark timing regression 2020-01-26 21:53:22 +01:00
Katy Coe
248e49ead3 Update product info and add banner 2020-01-26 21:42:06 +01:00
Carter Bush
8045f2cfd7 Output: IDA Python script generation
IL2CPP: Implement MetadataUsages
2020-01-26 21:34:48 +01:00
Katy Coe
024b390f25 Output: Suppress global::Locale when using --must-compile 2020-01-21 03:30:22 +01:00
Katy Coe
4c29821ee0 Add UnityEditor and JetBrains.Annotations to default ignored namespaces 2020-01-21 02:42:21 +01:00
Katy Coe
ff90ab7c96 Output: Add <ProjectReference> elements in .csproj files 2020-01-21 02:38:45 +01:00
Katy Coe
f01c20570b Output: Create Visual Studio .csproj files when using --project (Project References are not currently resolved) 2020-01-21 01:44:47 +01:00
Katy Coe
a136f49603 CLI: Add --unity-path and --unity-assemblies options 2020-01-20 23:11:30 +01:00
Katy Coe
c146c01134 Output: Add .csproj template resource 2020-01-20 23:10:57 +01:00
Katy Coe
05e83db383 Output: Give .sln file a default name when writing to root folder 2020-01-19 04:08:20 +01:00
Katy Coe
b4ab0036f0 CLI/Output: Add option to create Visual Studio solution (.sln) (no project files yet) 2020-01-19 04:03:14 +01:00
Katy Coe
f71e065968 CLI/Output: Add --separate-attributes option for assembly-level attributes 2020-01-19 02:59:59 +01:00
Katy Coe
3f00d2a3ad CLI/Output: Added "tree" layout option 2020-01-18 23:15:00 +01:00
Katy Coe
c144e361c6 Output: Fix crash regression with edge case explicit interface property output 2020-01-18 22:26:11 +01:00
Katy Coe
054b3641ca Output: Exclude AOT namespace by default 2020-01-18 21:32:20 +01:00
Katy Coe
22ab1c4afd Performance: Paralellize code generation by namespace, assembly and class 2019-12-14 14:01:04 +01:00
Katy Coe
934def3f66 Dumper: Benchmark main stage runtimes 2019-12-14 11:44:39 +01:00
Katy Coe
f60047a55a Output: Prepend fields, events, properties and parameter names using reserved C# keywords with @ 2019-12-12 10:18:55 +01:00
Katy Coe
b8df3d7100 Output: Handle explicit interface implementation of indexers correctly 2019-12-11 10:27:52 +01:00
Katy Coe
d8befc0a15 Output: Give non-auto-properties accessor bodies (CS8080) 2019-12-10 15:32:13 +01:00
Katy Coe
f78e2b3c54 Output: Don't force indexers to have get accessors 2019-12-10 14:32:54 +01:00
Katy Coe
be52e7d201 Output: Auto-properties must have get accessors (CS8051) 2019-12-10 14:22:13 +01:00
Katy Coe
33de89bed7 Output: Add AttributeTargets.All to AttributeUsage instances when using --must-compile (CS0592) 2019-12-10 03:13:37 +01:00
Katy Coe
231339add3 Output: Parameterized struct constructors must call parameterless constructor (CS0843) 2019-12-02 08:12:12 +01:00
Katy Coe
ae782f4a3a Output: Struct constructors must initialize all fields in the struct (CS0171) 2019-12-02 07:54:57 +01:00
Katy Coe
df8d84b39b Output: Include generic type parameters in class filenames 2019-12-02 01:53:50 +01:00
Katy Coe
3f1508ecab Output: Indexers must have getter and setter bodies (CS0501) 2019-11-30 07:27:58 +01:00
Katy Coe
00135d2a15 Output: Generate method bodies to populate out parameters (CS0117) 2019-11-30 07:15:19 +01:00
Katy Coe
e48c1813f3 Model and Output: Retrieve fully qualified assembly names 2019-11-28 04:44:27 +01:00
Katy Coe
de846ea6db Clean up some compiler messages 2019-11-28 04:00:32 +01:00
Katy Coe
8f7b461310 Output: Render finalizers as C# destructors (CS0249) 2019-11-18 06:24:18 +01:00
Katy Coe
7ca78175e0 Output: extern methods should not declare a body (CS0179) 2019-11-18 05:57:56 +01:00
Katy Coe
10dfc60344 Output: Don't emit unnecessary scope on explicit interface implementations of methods and properties 2019-11-18 00:43:42 +01:00