2608 Commits (ff7086e10e781b592da029e1dfc0e88c67c20fcd)
 

Author SHA1 Message Date
Sam Harwell ff7086e10e Generate NuGet package on build 8 years ago
Sam Harwell 40456102a1 Remove the x86 build configuration 8 years ago
Sam Harwell 4908b129f8 Convert projects to the new project system 8 years ago
Sam Harwell a8791e825e Add ILSpy-tests as a submodule 8 years ago
Sam Harwell 6b0f63946c Updated .gitignore for Visual Studio 2015+ solution folder 8 years ago
Sam Harwell 29619b9872 Reinstall the DiffLib package 8 years ago
Sam Harwell 1eaa8743c5 Revert the addition of ICSharpCode.Decompiler.netstd.csproj 8 years ago
Siegfried Pammer 6293f48ec0 Add InMemory flag to BamlTestRunner 8 years ago
Siegfried Pammer 30a588560c Update cecil to jbevain/cecil@6ca33bf7fad842a056f4ab0c766d7399d7553f8e 8 years ago
Siegfried Pammer aabb226788 Disable parallel builds and move build dependencies to netstd project. 8 years ago
Siegfried Pammer dbcf2e7b43 Add ICSharpCode.Decompiler.netstd.csproj 8 years ago
Siegfried Pammer e26af08a1c Move test projects to their own directory in \ 8 years ago
Siegfried Pammer 3a69169aa4 Update projects to .NET 4.6.1 8 years ago
Siegfried Pammer 989bd681a0 Remove direct dependency on System.Security.Permissions.PermissionSetAttribute (prep for .NET Standard) 8 years ago
Daniel Grunwald 78c761b06a Move LiftedOperators to pretty-tests. 8 years ago
Daniel Grunwald bcdd34a9d0 More aggressively duplicate return blocks in MoveNext() methods. 8 years ago
Daniel Grunwald 5c4a87eb32 Variable splitting for variables of type Nullable<T>. 8 years ago
Siegfried Pammer dc0a3d0703 Add IntroduceExtensionMethods transform 8 years ago
Siegfried Pammer 99907d8df3 Add missing annotations to dtors 8 years ago
Siegfried Pammer 9bf7959712 Add links for this/base ctor references 8 years ago
Daniel Grunwald f411d15fc6 Fix generating switch sections without any case labels. 8 years ago
Daniel Grunwald 3e8ab77d52 Perform even less aggressive inlining of return blocks. 8 years ago
Daniel Grunwald 64cb4e9195 Fix missing locks in type system. 8 years ago
Daniel Grunwald c239204c7f Perform less aggressive inlining of return blocks. This tends to reconstruct control flow closer to the original code. 8 years ago
Daniel Grunwald 2c762ee686 Remove pre-.NET 4.5 ifdefs 8 years ago
Siegfried Pammer 7bf0ed79d4 Fix hyperlinks in decompiled output. 8 years ago
Siegfried Pammer 710cfb0303 Make AnnotationExtensions public 8 years ago
Siegfried Pammer 899adaf914 Add test for property with accessibility 8 years ago
Siegfried Pammer 074aa45acf Add HasGeneratedName flag 8 years ago
Siegfried Pammer 7ca3404007 Fix bug in ConvertLoop 8 years ago
Siegfried Pammer ddac21c74c Fix ILVariableEqualityComparer for stack slots 8 years ago
Daniel Grunwald 1a8ce7d345 Add BreakUnlessContinue test case 8 years ago
Siegfried Pammer 66394b4e52 Remove ILFunction.Read; Add AssignVariableNames 8 years ago
Siegfried Pammer fe022e5e54 Implement support for UseDebugSymbols in ILReader 8 years ago
Siegfried Pammer 2931460793 Adjust unit tests for AssignVariableNames 8 years ago
Siegfried Pammer bc33fa54e9 Rename BlockType.CompoundOperator to PostfixOperator 8 years ago
Siegfried Pammer 524df9d336 Add ILVariableEqualityComparer 8 years ago
Siegfried Pammer d3c6cbab41 Move loop detection to DetectedLoop 8 years ago
Siegfried Pammer fd5eae44a9 Ensure children of using statement are in correct order. 8 years ago
Daniel Grunwald 4c77022988 Improve decompiler performance. 8 years ago
Daniel Grunwald 867d330f1c Fix cancellation. 8 years ago
Daniel Grunwald cad933184a Don't introduce foreach when doing so would create a conflict with another variable of the same name as the loop variable. 8 years ago
Daniel Grunwald a8adc83de4 Decompile object initializers more aggressively when the initialized object is stored in a stack slot. 8 years ago
Siegfried Pammer 1db185d15e Add missing test files 8 years ago
Siegfried Pammer 4b6e0cc462 Reimplement transform for auto events 8 years ago
Siegfried Pammer 1237e23b37 Remove "." directory from assembly resolver in RoundtripAssembly 8 years ago
Siegfried Pammer 934edb6e79 TransformCollectionAndObjectInitializers: Fix problems with unknown types. 8 years ago
Siegfried Pammer c5d3218834 TransformCollectionAndObjectInitializers: Do not transform display class usages 8 years ago
Siegfried Pammer 2b92a93e2f TransformCollectionAndObjectInitializers: Extend existing initializer if possible; recognize calls to Add only if target implements IEnumerable 8 years ago
Siegfried Pammer 89a12b101f Update Nuget packages for ILSpy.AddIn 8 years ago