2 Commits (aaaf350bc022dd7201b85e2b709ae9e6742fb1c1)

Author SHA1 Message Date
Daniel Grunwald aaaf350bc0 Add context menu command and option page to the test plugin. 14 years ago
Daniel Grunwald 5c7d679c52 Add TestPlugin. 14 years ago
Daniel Grunwald 83489b2cc8 Add support for decompiling query expressions. 14 years ago
Daniel Grunwald cd630c3fbb Fix #87: missing cast when calling explicit interface implementation. 14 years ago
Artur Zgodziñski c81f81827f Implemented printing of .overrides and interfaces directives in IL. 14 years ago
Daniel Grunwald 1df82cc3d1 Improved support for compound assignments and the pre-increment operator. 14 years ago
Daniel Grunwald b5e29f0e05 Adjust unit tests. 14 years ago
Daniel Grunwald 942131b06d Add support for checked/unchecked statements. 14 years ago
Daniel Grunwald 7b2c444181 Add support for unsafe code. Closes #48. 14 years ago
Daniel Grunwald b6d832d212 Add support for collection initializers. 14 years ago
Daniel Grunwald 72ee5d309c Improve array initializer support. 14 years ago
Artur Zgodziñski 16fd9d07e3 Indexers support. Explicit implementation of methods and parameters. 14 years ago
Daniel Grunwald 7d1d168313 Add options dialog. 14 years ago
Daniel Grunwald b84ba59c68 Use 'out' instead of 'ref' when calling a method with an out-parameter. Closes #57. 14 years ago
Artur Zgodziñski cd200fa504 Replaced MBUnit with NUnit. 14 years ago
Artur Zgodziñski 33290c2a7f renamed files with sample code 14 years ago
Artur Zgodziñski 8b1be87732 changed version of referenced gallio and mbunit libraries. 14 years ago
Artur Zgodziñski 19993ff43b more attribute targets implemented. 14 years ago
Daniel Grunwald 9fab4e4ac0 Fix distinction between 'this' and 'base' in generic classes. 14 years ago
Artur Zgodziñski 464acf02ea fixed printing of enum values that cannot be mapped to enum named constants. 14 years ago
Artur Zgodziñski d1fff3fdb1 testing code that helps running independent decompilation tests. 14 years ago
Daniel Grunwald 7de3cf9bc4 Add support for array initializers. 14 years ago
Daniel Grunwald 680d7a413e Fix exception in type substitution when accessing multidimensional arrays that have a type parameter as element type. Closes #43. 14 years ago
Daniel Grunwald e8f3e14102 Fix bugs in type analysis. Closes #38. 14 years ago
Daniel Grunwald 9971c664d7 Add tests for method ending with finally block/catch handler. 14 years ago
Artur Zgodziñski d13d7bd48f Basic output of custom attributes attached to types and methods. 14 years ago
Daniel Grunwald 254b10b6e3 Add support for initobj, ldobj and stobj. Closes #30. 14 years ago
Daniel Grunwald b9808b13bb Add support for calling indexers. Closes #31. 14 years ago
Daniel Grunwald 6085b60fc2 Add dumb testing framework. 14 years ago