901 Commits (45999f43582a39328414c99afc6f13a769872ede)
 

Author SHA1 Message Date
Siegfried Pammer 45999f4358 implement conversion of switch to Select Case 14 years ago
Siegfried Pammer 12e59300de updated syntax highlighting for VB with keywords from VB 11 CTP 14 years ago
Siegfried Pammer 0eb61a2524 correctly implement ForEachStatement and ForStatement; add output for ForStatement 14 years ago
Siegfried Pammer f07bde37c7 implement VB 11 Iterators 14 years ago
Siegfried Pammer ff97e9c634 add support for OperatorDeclaration and some more statements 14 years ago
Siegfried Pammer f208a18bb6 add ConditionalExpression and WhileStatement 14 years ago
Siegfried Pammer d78b1fe68d split Statements into single files 14 years ago
Siegfried Pammer 04460cc7d1 reimplement some helper methods 14 years ago
Siegfried Pammer 055f6d56e8 implement NamedArgumentExpression and FieldInitializerExpression 14 years ago
Siegfried Pammer 69d92bde98 implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression 14 years ago
Siegfried Pammer 2a45819408 implement ArrayCreateExpression and CastExpression 14 years ago
Siegfried Pammer 93b63848cc add support for EventDeclaration and some more binary operators 14 years ago
Siegfried Pammer 61747ff645 do not print method bodies in Interfaces 14 years ago
Siegfried Pammer 8610b14c83 add support for comments 14 years ago
Siegfried Pammer b0b7f032a8 output ThrowStatement 14 years ago
Siegfried Pammer a7d87fc65a add ArrayInitializerExpression and ObjectCreationExpression 14 years ago
Siegfried Pammer 173164ca23 fix indentation in Accessor blocks 14 years ago
Siegfried Pammer 2e6261fa10 convert default(T) to Nothing and typeof() to GetType() 14 years ago
Siegfried Pammer e5fb8d9560 implemented IfElseStatement and some more expressions 14 years ago
Siegfried Pammer 5f6386aed6 implement translation of EnumDeclaration 14 years ago
Siegfried Pammer 74c376bb98 implement PropertyDeclaration; add Inherits/Implements to TypeDeclaration; implement output for DelegateDeclaration 14 years ago
Siegfried Pammer 6e8b73b23a implement proper conversion of FieldDeclaration 14 years ago
Siegfried Pammer b7dfb82fb3 add MethodDeclaration, ConstructorDeclaration; 14 years ago
Siegfried Pammer 90013778f1 add GetTypeExpression, GetXmlNamespaceExpression, MemberAccessExpression, TypeOfIsExpression 14 years ago
Siegfried Pammer c08710e903 implement AddressOfExpression, InstanceExpression, ParenthesizedExpression and SimpleNameExpression 14 years ago
Siegfried Pammer fffd3d8e80 implement Attribute conversion 14 years ago
Siegfried Pammer d90a82e590 add support for Imports and Namespaces 14 years ago
Siegfried Pammer 6cfa10746f add VBLanguage 14 years ago
Daniel Grunwald 88bb21d536 Merge NRefactory subtree from commit '1e4a1d911cb430db2a4199695ee73dfd89bcc543' 14 years ago
Daniel Grunwald fc02629e1a Squashed 'NRefactory/' changes from b8330be..1e4a1d9 14 years ago
Daniel Grunwald 553ea3f698 Ignore exceptions while reading debug symbols. Closes #169. 14 years ago
Daniel Grunwald 44b577af40 Trying to fix #46 ("Check for updates" fails behind a web proxy). 14 years ago
Daniel Grunwald 8c7cef81ca Merge 'Improved decompilation of new modifier' 14 years ago
Daniel Grunwald e552ae0fa1 Display XML documentation in decompiler output. 14 years ago
Daniel Grunwald d267eb2412 Fix NullReferenceException when viewing ILAst for a calli instruction. Closes #152 14 years ago
Daniel Grunwald db015f3be6 Show 'Searching...' entry while search is in progress. 14 years ago
Daniel Grunwald 66897752a1 Add combo box that allows choosing whether to search for a type or member. 14 years ago
Daniel Grunwald f84556b4eb Thread-safety fix for Cecil when resetting a method body to save memory. 14 years ago
Daniel Grunwald f5443a33d5 New search. 14 years ago
Artur Zgodziński d900a171fa Improved decompilation of new modifier. 14 years ago
Daniel Grunwald 4489dd8289 Create closeable pane for the analyzer. 14 years ago
Daniel Grunwald c70b5b13c3 Analyzer: Speed up search for extension methods. 14 years ago
Daniel Grunwald ad685e0e35 Merge remote branch 'EdHarvey/Analysis' 14 years ago
Ed Harvey e40fe48a5b Analyzer code clean-up. 14 years ago
Daniel Grunwald 9fdd6539e2 YieldReturnDecompiler: don't require that class name starts with '<' 14 years ago
Daniel Grunwald 65c56de456 Show optional parameters. 14 years ago
Daniel Grunwald f68775e468 Revert fix for #120. Siegfried found a case where the C# compiler creates a useless variable in debug builds. 14 years ago
Ed Harvey 6ae4df7ecc Analyzer memory usage reduction. 14 years ago
Ed Harvey 9ea6f02482 Added Analyzers - Interface Event and Property Implemented BY 14 years ago
Ed Harvey 24c0eaccb7 Added Analyzer - Interface Method Implemented By 14 years ago