1213 Commits (2715c47f19ba328460966c1107ef8efd571d9a9a)

Author SHA1 Message Date
lrieger 42bfb9bb23 modify the using pattern to also detect F# 10 years ago
lrieger b374915e5e add nunit runner as nuget so tests can be run in the TestExplorer in VS 10 years ago
Daniel Grunwald 0869943ce8 Use lower-case GUIDs in project references. 10 years ago
Daniel Grunwald 0a481a573c Add AvalonEdit, NRefactory, and cecil submodules. 10 years ago
Daniel Grunwald fe3bee36ad Use tabs, not spaces. 10 years ago
Daniel Grunwald bf5861babd Fix #650 - C++ switch over `char`/`long` values crashes ILSpy 10 years ago
hardcase 3fa8ec0e54 Fix #635. Decompile static methods in interfaces. 10 years ago
Daniel Grunwald b018a188ae Fix #607: return value attributes missing in IL view 11 years ago
Daniel Grunwald 75dfa785d7 Fix #600: variable called int should be displayed as @int 11 years ago
LordJZ a116053510 Fixed #619 custom attributes on enum members 11 years ago
Daniel Grunwald 288bb928ce Attempt to improve control flow detection 11 years ago
Daniel Grunwald b10feca78b Add 'InlineCompilerGeneratedVariables' transform, hopefully this is sufficient to replace the 'variable splitting' in the old decompiler. 11 years ago
Daniel Grunwald 2509f27223 * Rename ControlFlowSimplification to ConditionDetection 11 years ago
Siegfried Pammer bed48beb3d fix unit tests 11 years ago
Siegfried Pammer 62fe21fb9f add transformation of decimal literals and decimal constants 11 years ago
Daniel Grunwald 0d6424bd12 IntroduceExitPoints 11 years ago
Daniel Grunwald d6b9d39f38 First attempt at loop extension. 11 years ago
Daniel Grunwald 18516fc653 Fix bool->int conversion 11 years ago
Daniel Grunwald 3cc83d9a41 Allow decompiling individual properties/methods. 11 years ago
Daniel Grunwald 781ee2664f Allow inlining of compiler-generated temporaries for conditional branches. 11 years ago
Siegfried Pammer 5ef12f60c8 simplify FullyQualifyAmbiguousTypeNamesVisitor 11 years ago
Siegfried Pammer 80cebbe448 fix bug in IntroduceUsingDeclarations: use matching ITypeResolveContext for each namespace and type 11 years ago
Siegfried Pammer 55fb6e12e2 fix decompilation of simple base/this ctor initializers 11 years ago
Siegfried Pammer f554a26a2b replace ambiguous type names with FQNs 11 years ago
Siegfried Pammer 8a205cd7e2 fix bugs in InitializerTests 11 years ago
Siegfried Pammer 5e2e1225e4 fix decompilation of newarr - move array specifiers to the right place 11 years ago
Siegfried Pammer ebc0526ac1 move DecompilerSettings to ICSharpCode.Decompiler 11 years ago
Daniel Grunwald 81830f5b04 Decompile as project: when multiple types end up in the same file, decompile them in a single pass. 11 years ago
Daniel Grunwald 5b947aad2f Escape invalid identifiers when decompiling whole assembly as project. 11 years ago
Siegfried Pammer f02774433a fix support for multidim. initializers 11 years ago
Siegfried Pammer bad369c6cd simplify type conversion in TranslateArrayInitializer 11 years ago
Siegfried Pammer d3a36e528e add TranslateArrayInitializer in ExpressionBuilder 11 years ago
Siegfried Pammer f82b8c8f19 move TransformValueTypeInitializers to ExpressionTransforms 11 years ago
Daniel Grunwald 8a5d6f654f Let's try appveyor instead 11 years ago
Daniel Grunwald baeb10598f travis: run nuget restore 11 years ago
Daniel Grunwald a26be53b13 Enable travis CI 11 years ago
Daniel Grunwald a00dfeb061 'decompile as project' improvements 11 years ago
Daniel Grunwald b88c8d913e Fix build 11 years ago
Daniel Grunwald 8738c48d0e Add transform "cgt.un(left, ldnull)" => "logic.not(ceq(left, ldnull))" 11 years ago
Daniel Grunwald 1c5417400b Decompile events 11 years ago
Daniel Grunwald 32b10e4fc3 Interval improvements 11 years ago
Daniel Grunwald 7745845192 Avoid unnecessary specialization. 11 years ago
Siegfried Pammer 5c0053815d add TransformValueTypeInitializers to pipeline 11 years ago
Siegfried Pammer 0515750574 add support for mkreftype, refanytype, refanyvalue, arglist 11 years ago
Siegfried Pammer f988835f75 fix InvalidCastException in TransformArrayInitializers 11 years ago
Siegfried Pammer bf990f8f41 add TransformArrayInitializers 11 years ago
Siegfried Pammer 65fddc6ce6 implement BitNot and Unbox instruction 11 years ago
Daniel Grunwald cf979911b7 Fix member access on value types 11 years ago
Tobias Käs 0ac1330d59 Fix for issue #612 11 years ago
Daniel Grunwald 808f744f7d ILOpCode.Initobj doesn't push 11 years ago