2262 Commits (5bcd6142de6002060d5493cf81e0e97f6972e10f)
 

Author SHA1 Message Date
Daniel Grunwald 7265de118d Let's avoid switching to C# 6 for now. 10 years ago
Dmitry Xlestkov 248e5cc104 FIX #675. Decompile empty async void methods 10 years ago
lrieger 189e873461 FSharpTests: check-in IL instead of compiling F# source in the tests. 10 years ago
lrieger d059c02ba3 test that the "F# using" does not get applied if the 'disposable' variable is used afterwards 10 years ago
lrieger 42bfb9bb23 modify the using pattern to also detect F# 10 years ago
Daniel Grunwald cefd0d3ea4 Merge pull request #672 from 0x53A/nunit-nuget-runner 10 years ago
Daniel Grunwald 82221c68d7 Fix path to tidy.py 10 years ago
Daniel Grunwald 29b26e2232 Ignore test broken in AppVeyor CI. 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 46c1161dba Fix NR.VB unit tests. 10 years ago
Daniel Grunwald b33b5ca9bf .bat files: initialize git submodules if necessary 10 years ago
Daniel Grunwald 0a481a573c Add AvalonEdit, NRefactory, and cecil submodules. 10 years ago
Daniel Grunwald 6e47de16f8 Delete in-tree AvalonEdit, NRefactory and Mono.Cecil in preparation for using git submodules. 10 years ago
Daniel Grunwald fe3bee36ad Use tabs, not spaces. 10 years ago
Daniel Grunwald 415931a130 Merge pull request #624 from MattDuffin/wordwrap 10 years ago
Daniel Grunwald bf5861babd Fix #650 - C++ switch over `char`/`long` values crashes ILSpy 10 years ago
Daniel Grunwald 9b81ca198a Merge pull request #642 from neolithos/master 10 years ago
Daniel Grunwald e1946acce2 Merge pull request #656 from Crazycatz00/master 10 years ago
Daniel Grunwald 4a54d40da4 Add appveyor.yml to master branch, too 10 years ago
Daniel Grunwald 78e7e9fa71 Merge pull request #663 from someone-with-default-username/master 10 years ago
hardcase 3fa8ec0e54 Fix #635. Decompile static methods in interfaces. 10 years ago
Crazycatz00 24054895bc Use portable settings file if it exists 10 years ago
neolithos 8e29aea8b5 Fix: Equal compare 10 years ago
neolithos e2ec7e8560 Changed SearchStrategies: 10 years ago
Christoph Wille 2726336b3a Update addin version, update decompiler package version 10 years ago
Daniel Grunwald d584349eec Set version number to 2.3.1. 10 years ago
Daniel Grunwald b018a188ae Fix #607: return value attributes missing in IL view 10 years ago
Daniel Grunwald 75dfa785d7 Fix #600: variable called int should be displayed as @int 10 years ago
Siegfried Pammer 85a7a9bb34 Merge pull request #625 from LordJZ/case/enum-member-attributes 10 years ago
LordJZ a116053510 Fixed #619 custom attributes on enum members 10 years ago
Matt Duffin 8c3d9f8c39 Added word wrapping 10 years ago
Daniel Grunwald 288bb928ce Attempt to improve control flow detection 10 years ago
Daniel Grunwald b10feca78b Add 'InlineCompilerGeneratedVariables' transform, hopefully this is sufficient to replace the 'variable splitting' in the old decompiler. 10 years ago
Daniel Grunwald 2509f27223 * Rename ControlFlowSimplification to ConditionDetection 10 years ago
Siegfried Pammer bed48beb3d fix unit tests 10 years ago
Siegfried Pammer 62fe21fb9f add transformation of decimal literals and decimal constants 10 years ago
Daniel Grunwald 0d6424bd12 IntroduceExitPoints 10 years ago
Daniel Grunwald d6b9d39f38 First attempt at loop extension. 10 years ago
Daniel Grunwald 18516fc653 Fix bool->int conversion 10 years ago
Daniel Grunwald 3cc83d9a41 Allow decompiling individual properties/methods. 10 years ago
Daniel Grunwald 781ee2664f Allow inlining of compiler-generated temporaries for conditional branches. 10 years ago
Siegfried Pammer 5ef12f60c8 simplify FullyQualifyAmbiguousTypeNamesVisitor 10 years ago
Siegfried Pammer 80cebbe448 fix bug in IntroduceUsingDeclarations: use matching ITypeResolveContext for each namespace and type 10 years ago
Siegfried Pammer 55fb6e12e2 fix decompilation of simple base/this ctor initializers 10 years ago
Siegfried Pammer f554a26a2b replace ambiguous type names with FQNs 10 years ago
Daniel Grunwald 873cf0534b Decompile as project: add HintPath for non-GAC assemblies. 10 years ago
Siegfried Pammer 8a205cd7e2 fix bugs in InitializerTests 10 years ago
Siegfried Pammer 5e2e1225e4 fix decompilation of newarr - move array specifiers to the right place 10 years ago
Siegfried Pammer ebc0526ac1 move DecompilerSettings to ICSharpCode.Decompiler 10 years ago