2978 Commits (846c8613b0c48fdb25a057b6572a65b6f455426d)
 

Author SHA1 Message Date
Siegfried Pammer c918d66e9d Reimplement folding for C#. 8 years ago
Daniel Grunwald 715fdcefe5 Replace spaces with tabs. 8 years ago
Daniel Grunwald eb4ab74b8e Add test case for constant 2147483648. Closes #609. 8 years ago
Christoph Wille 51dbf728ff Fix link to latest CI download 8 years ago
Daniel Grunwald 2eb6658efa Add test case for cast after ternary operator. Closes #765. 8 years ago
Daniel Grunwald 0cd8e21ff7 Merge branch 'newdecompiler' 8 years ago
Daniel Grunwald ed55b503d4 Don't use parallel build; the .NET core tooling is too broken. 8 years ago
Daniel Grunwald a8fd3cd924 Add Newtonsoft.Json to README.md 8 years ago
Siegfried Pammer 2f6994487c Fix small oversight in update-assemblyinfo.ps1 8 years ago
Siegfried Pammer 627e4bff68 Use CallerMemberNameAttribute in DecompilerSettings. 8 years ago
Siegfried Pammer d33c334f5a Fix #284 - Ability to disable decompilation of anonymous types to "var" 8 years ago
Siegfried Pammer 8fed5b11f7 Add DecompilerSettings reference to StatementBuilder and ExpressionBuilder 8 years ago
Siegfried Pammer 17dccc7b02 Fix out-file encoding 8 years ago
Siegfried Pammer f046f09364 Fix appveyor-install.ps1 8 years ago
Siegfried Pammer 15072606ab Move UpdateAssemblyInfo to update-assemblyinfo.ps1 8 years ago
Daniel Grunwald 0df2c91d79 Update ILSpy-tests submodule for updated ICSharpCode.Decompiler.dll. 8 years ago
Daniel Grunwald c2ac9c374c Use tabs instead of spaces. 8 years ago
Daniel Grunwald 6305ed6e4e Put path to TestCases-dir into a constant. 8 years ago
Siegfried Pammer 2c1cab350b Fix off-by-one error in appveyor-install.ps1 and use branch name from APPVEYOR_REPO_BRANCH in case of AppVeyor build in UpdateAssemblyInfo. 8 years ago
Siegfried Pammer eaa58f186f Implement CSharpLanguage.GetTooltip 8 years ago
Siegfried Pammer 206497e6c1 Reimplement CSharpLanguage.TypeToString 8 years ago
Siegfried Pammer 1ec98f891d Do not display return type if method is a constructor. 8 years ago
Siegfried Pammer c172483f70 Fix GetTypeConstructor 8 years ago
Siegfried Pammer c59ed8261d Fix build. 8 years ago
Siegfried Pammer 112142f147 Handle Settings.UsingDeclarations and Settings.FullyQualifyAmbiguousTypeNames correctly. 8 years ago
Siegfried Pammer f1b41321e8 Delete .travis.yml 8 years ago
Siegfried Pammer fc049157a9 reset definedSymbols after syntaxTree is reset. 8 years ago
Siegfried Pammer 361c3b7cdd Merge pull request #850 from siegfriedpammer/appveyor_build_config 8 years ago
Siegfried Pammer 0dae489cac Use static filenames for artifacts 8 years ago
Siegfried Pammer 975377cfd7 Update README.md 8 years ago
Siegfried Pammer de071cc4e6 Use Release and Debug configuration and move ps script to separate file. 8 years ago
Daniel Grunwald c9304bb966 Don't ignore portable PDBs; the new cecil should support them. 8 years ago
Daniel Grunwald f54c621ec4 Merge remote-tracking branch 'origin/master' into newdecompiler. 8 years ago
Siegfried Pammer e3558c287b Do sequential builds for Debug and Release in one job. 8 years ago
Siegfried Pammer 4be26c4f23 Add Release build configuration 8 years ago
Siegfried Pammer 3136bdc49f Add artifacts section 8 years ago
Siegfried Pammer 4563a8255a add gitVersion function 8 years ago
Siegfried Pammer 3ecacd1b22 Update README.md 8 years ago
Siegfried Pammer 368876dba5 Update README.md 8 years ago
Siegfried Pammer 6edb1f9a85 Fix badges 8 years ago
Siegfried Pammer 5fd3df65b6 Update README 8 years ago
Siegfried Pammer 9035211d06 Conditional defines should only be added once per symbol. 8 years ago
Siegfried Pammer cf9731b262 Add special cases for fields and constructors back in CSharpLanguage 8 years ago
Siegfried Pammer f5d7b4e712 [Loops] Detect simple for loops in ILAst as well. 8 years ago
Daniel Grunwald 905cb0f388 Split PrettifyAssignments pass out from ReplaceMethodCallsWithOperators and fix pass ordering. 8 years ago
Daniel Grunwald 5af720d3b7 Update ILSpy-tests submodule reference 8 years ago
Daniel Grunwald f5d907e0ce [async] Allow splitting awaiter variables. 8 years ago
Siegfried Pammer 5be19d868c [Loops] Restrict return statement pattern to return simpleIdentifier. 8 years ago
Daniel Grunwald d5e41a91e6 [async] Fix await decompilation when GetResult call got inlined into another instruction. 8 years ago
Siegfried Pammer d8ef3ab505 [Loops] Detect optional return at end of try-block in foreach pattern. 8 years ago