4680 Commits (602b7c3ff81da3e5d1a87a9d0db6c4986a33e9cf)
 

Author SHA1 Message Date
Siegfried Pammer 602b7c3ff8 Fix filenames in project file. 6 years ago
Siegfried Pammer 2edfac8f99 Rename TypeTests to EnumTests and merge old EnumTests into new pretty tests. 6 years ago
Siegfried Pammer ae8065b1c0 Merge PropertiesAndEvents tests. 6 years ago
Siegfried Pammer 6f3230af48 Add ununsed CustomAttributes test. 6 years ago
Siegfried Pammer 9e1e367e04 Add basic for loop PDB tests. 6 years ago
Siegfried Pammer 8f635543f8 Emit correct PDB filename in test case. 6 years ago
Siegfried Pammer 1eb1c0ba67 Add old Generics tests as pretty test. Note that a few test cases are deactivated because we're emitting extra casts. 6 years ago
Siegfried Pammer d826a1ca43 Remove old ILTests files. 6 years ago
Siegfried Pammer d420a302ec Reactivate SearchMsdnContextMenuEntry. 6 years ago
Siegfried Pammer 00d6c6175a #1049: Check decompiler settings in TransformAssignment.HandleCompoundAssign as well. 6 years ago
Siegfried Pammer 087cb2489d Fix #1049: Unimplemented decompiler settings 6 years ago
Siegfried Pammer 29527b804e Fix #1392: LoopDetection should take switch block containers into account in IncludeNestedContainers. 6 years ago
Siegfried Pammer f9b54187a9 #1049: Remove AlwaysGenerateExceptionVariableForCatchBlocks from DecompilerSettings. 6 years ago
Siegfried Pammer bec9559385 Add ShowCFGContextMenuEntry - requires GraphViz dot.exe in PATH. 6 years ago
Siegfried Pammer ab55086cd7 Use ILRange API in AsyncAwaitDecompiler. 6 years ago
Siegfried Pammer c1fca21e8a Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
Daniel Grunwald d90c195b00 SHA256 instances are not thread-safe 6 years ago
Daniel Grunwald f1c8142ce2 PDB generator now can emit "method stepping information" for async functions. 6 years ago
Christoph Wille 61f4180cc7
Merge pull request #1423 from icsharpcode/refactor-ilspycmd 6 years ago
Christoph Wille 46b26eda44 AllowedValues is not useable for multi-value options 6 years ago
Siegfried Pammer 4e290b545a Merge ILRanges of DelegateConstruction newobj + ldftn into ILFunction. 6 years ago
Siegfried Pammer 906e350edc Add PDB test case "LambdaCapturing". 6 years ago
Siegfried Pammer b14c05803f Fix HelloWorld PDBGen testcase: use Release configuration in test. 6 years ago
Siegfried Pammer b4c376d195 Ignore document checksum and blob length in PdbGenerationTestRunner 6 years ago
Daniel Grunwald 6a47826fe2 Add sequence point on closing brace if there's an implicit void return. 6 years ago
Christoph Wille bf8583c397 Remove outdated information (basically pre-dotnet-tool build information) 6 years ago
Daniel Grunwald 763683748b Emit debug info for display class locals, so that the debugger can show the values of captured variables. 6 years ago
Christoph Wille 9adf21392a Switch ilspycmd to attribute usage (from builder) 6 years ago
Siegfried Pammer 84cf4ea6a1 Cleanup and fix ILRanges in DelegateConstruction. 6 years ago
Daniel Grunwald 9188a682e7 Add some steps to DelegateConstruction 6 years ago
Siegfried Pammer b5c4342fb2 Set version to 5.0 6 years ago
Siegfried Pammer e7da8bc305 Add context menu for Pdb2XmlCommand 6 years ago
Siegfried Pammer 1719115eab Add Pdb2XmlCommand 6 years ago
Siegfried Pammer 25c757b7cd Add first attempt at PdbGenerationTestRunner. 6 years ago
Daniel Grunwald f6aae1f97d Fix #1386: MoveArrayToPointerToPinnedRegionInit: Only consider the pinned variable uses within the PinnedRegion 6 years ago
Daniel Grunwald f9f9d57398 #1386: Fix fixed-statement detection when fixed statement contains "return" and the method has multiple return statements. 6 years ago
Daniel Grunwald 1ab11ba7ce DetectPinnedRegions: also add debug step for failed CreatePinnedRegion() calls 6 years ago
Daniel Grunwald 2eafa0c695 Fix #1389: Translation of "isinst" was incorrect for value types was causing an assertion. 6 years ago
Siegfried Pammer 8dffec24b9 Add SequenceOfNestedIfs test. 6 years ago
Siegfried Pammer e96d48b809 Move SequencePointTests to DebugInfo directory. 6 years ago
Siegfried Pammer 8480acf9e5 Add StackTests.il test case. 6 years ago
Daniel Grunwald 976565264f Don't use casts for implicit conversions to bool in conditional contexts. 6 years ago
Daniel Grunwald bb3b50d1af Allow recombining of captured variables. 6 years ago
Daniel Grunwald da5693e605 Fix #1339: fixed statement not decompiled correctly when pinned variable is reset in finally block 6 years ago
Siegfried Pammer 4925702a1b Use location of assembly as initial directory for Generate PDB dialog. 6 years ago
Daniel Grunwald d223598b08
Merge pull request #1421 from icsharpcode/ilspycmd-supportpdbgen 6 years ago
Siegfried Pammer d9952a7e10 #1388: Fix ArgumentOutOfRangeException in AsyncAwaitDecompiler.AnalyzeAwaitBlock. 6 years ago
Christoph Wille 8ce91864ac Add return codes that work xplat 6 years ago
Siegfried Pammer b7fc830faa Fix #1406: Use IEnumerable<T> instead of IList<T> in CSharpDecompiler.Decompile and DecompileAsString. 6 years ago
Siegfried Pammer 1f36dae9b4
Merge pull request #1420 from icsharpcode/ppdb 6 years ago