4 Commits (f24f1e007e4c7297337c9201eefdf41a6b60d046)

Author SHA1 Message Date
Siegfried Pammer f24f1e007e Move correctness tests to single namespace 9 years ago
Daniel Grunwald f55a93011d Fix decompilation of PointerReferenceExpression 9 years ago
Daniel Grunwald 385048f32c Fix stackalloc[] decompilation. 9 years ago
Siegfried Pammer 6c57304684 Reorganize TestRunner-Tests 9 years ago
Daniel Grunwald 20aec66815 Initial support for decompiling fixed statements 9 years ago
Daniel Grunwald 275a147224 First attempt at pinned regions. 9 years ago
Daniel Grunwald 14c87caea4 Fix ref<->pointer conversions. 9 years ago
LordJZ 7cacb70148 Fixed some corner cases 10 years ago
LordJZ aeddcf4b80 Enhanced point arithmetic handling 10 years ago
LordJZ 25f82744a2 Added more pointer arithmetic tests 10 years ago
Daniel Grunwald 1b6d1088e8 Fix #346: incorrect type inference for if statement on ref bool parameter 13 years ago
Daniel Grunwald e0c7bebfe8 Add license headers to the files that were missing them. 14 years ago
Daniel Grunwald cc0ab56869 Add pre- and post-increment support for properties (both instance and static) and for multi-dimensional arrays. 14 years ago
Daniel Grunwald b5e29f0e05 Adjust unit tests. 14 years ago
Daniel Grunwald dbbd5d872b Add support for destructors. Closes #73. 14 years ago
Daniel Grunwald bc229df848 Handle pointer arithmetic. 14 years ago
Daniel Grunwald 3ed0de81f7 Support fixed statement with multiple initializers. 14 years ago
Daniel Grunwald 3759b614cf Add support for calling methods on pointers (ptr->ToString()). 14 years ago
Daniel Grunwald b41ee3ca88 Fix type analysis bugs. 14 years ago
Daniel Grunwald 7b2c444181 Add support for unsafe code. Closes #48. 14 years ago