184 Commits (b161b7e94797215c110d33bc0e49e5d9d81b5751)

Author SHA1 Message Date
Daniel Grunwald b161b7e947 Fix conversion of field initializers when there are constructors that call 'this..ctor(...);' 15 years ago
Daniel Grunwald e0fb40fbcc Fixed decompilation of lambda expressions within generic classes. 15 years ago
Daniel Grunwald 98678dcc4e Fix switch expression. 15 years ago
Daniel Grunwald 55e51394b9 Add support for switch over strings. 15 years ago
Daniel Grunwald b6d832d212 Add support for collection initializers. 15 years ago
Daniel Grunwald 2892c9d50b Implemented decompilation of 'lock'. 15 years ago
Daniel Grunwald 72ee5d309c Improve array initializer support. 15 years ago
Daniel Grunwald 33625c0cc5 Fix decompilation of abstract events. 15 years ago
Daniel Grunwald de3d9117c4 Make collapsing of "x = x + y" to "x += y" work in a few more cases. 15 years ago
Daniel Grunwald 404b27c860 Fixed crash when decompiling System.Net.ShellExpression. 15 years ago
Daniel Grunwald ccf189d505 Fix NullReferenceException when an interface method named 'Invoke' is called. 15 years ago
Daniel Grunwald ddd7b9d526 Fix NullReferenceException when decompiling an automatic property within a generic class. 15 years ago
Daniel Grunwald 3c1400d605 Fixed bug in DeclareVariableInSmallestScope 15 years ago
Daniel Grunwald 5c45d4c700 Fixed bug that caused redundant casts. 15 years ago
Daniel Grunwald 88160e9777 Decompile delegates into a delegate declaration instead of a type declaration. 15 years ago
Daniel Grunwald f3069b99f9 Add support for decompiling automatic events. 15 years ago
Daniel Grunwald 8ffb317cc4 Add support for decompiling do-while loops. 15 years ago
Daniel Grunwald 41d6c3f6eb Don't show compiler-generated code for automatic properties. Closes #69. 15 years ago
Daniel Grunwald fe345d5e0c Support explicit interface implementation for events. 15 years ago
Daniel Grunwald 87a654c451 Output accessibility of getter/setter when it differs from the accessibility of the property. 15 years ago
Daniel Grunwald 49a702f0cf Don't use ".Invoke" for delegate invocations. 15 years ago
Artur Zgodziñski 1e9de3c359 small code reformatting 15 years ago
Artur Zgodziñski 16fd9d07e3 Indexers support. Explicit implementation of methods and parameters. 15 years ago
Artur Zgodziñski ebd20b88c9 Indexer decompilation support. 15 years ago
Daniel Grunwald 5078d2ef89 Handle calls to value type constructors. Closes #66. 15 years ago
Daniel Grunwald 5a2a1119a2 Decompile try-fault blocks into try-catch-rethrow. 15 years ago
Daniel Grunwald 69cad52cb4 Hide compiler-generated enumerator classes when "yield return" decompilation is enabled. 15 years ago
Daniel Grunwald ae0d6d5295 Some bugfixes for yield return. 15 years ago
David Srbecký 84d45645bd Generate switch default case. Closes #26 15 years ago
David Srbecký 3c4b3bf2e9 Use enum as case value if possible. 15 years ago
David Srbecký fe0b0130e4 Whitespace reformatting of TransformByteCode 15 years ago
David Srbecký 74b6624c5e Support multiple values per case block 15 years ago
David Srbecký fd1594996b Support for "break" in switch statements 15 years ago
Daniel Grunwald d5505b7843 Initial attempt at yield return transform. 15 years ago
Daniel Grunwald 6feadf3840 Started analysis of yield return statements. 15 years ago
Daniel Grunwald 7d1d168313 Add options dialog. 15 years ago
David Srbecký aab0e43a08 Don't just fall out of case statements. 15 years ago
Daniel Grunwald cfe8df597a Convert assignments to fields within constructors into field initializers. 15 years ago
Daniel Grunwald 3908426db0 Fix NullReferenceException when viewing assembly that targets .NET 1. Closes #65. 15 years ago
David Srbecký 01de42c04a Reduced branch codes to just br and brtrue 15 years ago
Daniel Grunwald 89f6468ba5 Use [PreserveSig] instead of [MethodImpl(MethodImplOptions.PreserveSig)] 15 years ago
Daniel Grunwald 8835b085cf Handle non-custom attributes: 15 years ago
Daniel Grunwald 6194a7c6ce Handle non-custom attributes on TypeDefinition. 15 years ago
Daniel Grunwald 70b95847fe Eliminate cached delegate initialization. 15 years ago
Daniel Grunwald 60c02d577b Change namespace to ICSharpCode.Decompiler. 15 years ago
Daniel Grunwald 82302d0e3b Change AstMethodBodyBuilder switch to use the ILCode enum. 15 years ago
Daniel Grunwald 27ff71ada3 Add support for decimal literals. Closes #42. 15 years ago
Daniel Grunwald e7fd159f3d Fix definition of nested classes in generic classes. 15 years ago
Daniel Grunwald 2af007d34c Fix references to nested classes within generic types. Closes #60. 15 years ago
Daniel Grunwald b84ba59c68 Use 'out' instead of 'ref' when calling a method with an out-parameter. Closes #57. 15 years ago