Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/Test
AgeCommit message (Expand)Author
2010-06-13adjust the marshal tests accordinglyjbevain
2010-06-13remove the marshal test code, it's covered by marshal.dlljbevain
2010-06-13add marshal test specific to what csc emitsjbevain
2010-06-11add a test for GetTypejbevain
2010-06-11add test for writing module with unresolved methods twicejbevain
2010-06-07simplify the API, if there's a context, we want an open type, if not, we want...jbevain
2010-06-07add test and fix Import for genericTypeDefinitionjbevain
2010-06-06add tests for importing generic type def as part of a typespecjbevain
2010-06-06add tests for importing from a contextjbevain
2010-06-01deal with assemblies without a blob heapjbevain
2010-05-31add tests for import of generic instancesjbevain
2010-05-27add tests for non fully qualified generic argumentsjbevain
2010-05-25get rid of ugly GetILFullNamejbevain
2010-05-25reuse new MakeGeneric methodsjbevain
2010-05-25improve MakeGeneric methodsjbevain
2010-05-18add test for arity of generic referencesjbevain
2010-05-14add test for inserting an instruction after the last onejbevain
2010-05-12InstructionCollection is now responsible for the linked list instruction orderjbevain
2010-05-11fix computation of indexes for variables and parametersjbevain
2010-05-05move to VS2010jbevain
2010-05-04fix compilation with csc4jbevain
2010-04-26adjust method references arity if necessaryjbevain
2010-04-26TypeParser.ToParseable fixesjbevain
2010-04-26fix mirror parameters for set only propertiesjbevain
2010-04-26add support for null array constantsjbevain
2010-04-24fix boxed constantsjbevain
2010-04-23fix null objects constants, based on a patch by Rolf Bjarne Kvingejbevain
2010-04-23cosmeticjbevain
2010-04-21allow the creation of CustomAttribute with a blob, based on a patch by Zoltan...jbevain
2010-04-20properly align method bodiesjbevain
2010-04-19bump version to 0.9.10.9.1jbevain
2010-04-19Merge branch 'typeparse'jbevain
2010-04-19fix parsing of complex genericsjbevain
2010-04-19parse generic instancesjbevain
2010-04-19parse md arraysjbevain
2010-04-19tests for nested types parsingjbevain
2010-04-19properly parse open generic typesjbevain
2010-04-18fix parsing of fully qualified type referencesjbevain
2010-04-18fix parsing of type definitionsjbevain
2010-04-18plug new type parser in the buildjbevain
2010-04-18add new type parserjbevain
2010-04-15revertjbevain
2010-04-15add tests for IsILjbevain
2010-04-14add test to know if a primitive typeref is a valuetypejbevain
2010-04-14add tests for complex types in custom attributesjbevain
2010-04-14add test cases for complex types in CustomAttributesjbevain
2010-04-12initial commitjbevain