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
AgeCommit message (Expand)Author
2010-09-22Validate ReadOnlyCollection constructor inputsjbevain
2010-09-22Simplify ReadOnlyCollectionjbevain
2010-09-22Fix writing of calling conventionsjbevain
2010-09-22Expose ReadOnlyCollectionjbevain
2010-09-20fix writing of null constant on primitive typesjbevain
2010-09-20add test for a null constant on a primitive type fieldjbevain
2010-09-17Expose a convenience enum to switch on the metadata typejbevain
2010-09-17Expose the TypeSystem to ease usage of primitive typesjbevain
2010-09-17Define an INSIDE_ROCKS to ease rocks inclusion into foreign assembliesjbevain
2010-09-11Fix local environmental issue.Akira Sugiura
2010-09-07Fix constant type coalescingjbevain
2010-09-07Add test for constant coalescingjbevain
2010-09-07add fields whose constant's types are differentjbevain
2010-09-07better fix for the semantic attributes readingjbevain
2010-09-06make sure we only initialize once the semantic attributes of methodsjbevain
2010-09-06add support for emitting empty method bodiesjbevain
2010-09-06Revert "fix reading of method who pretend to have a body but have not"jbevain
2010-09-06fix reading of method who pretend to have a body but have notjbevain
2010-08-20avoid unecessary call through interfacejbevain
2010-08-20computing the checksum is not necessaryjbevain
2010-08-17add missing flagsjbevain
2010-08-12prevent crashes on broken assembliesjbevain
2010-08-09compute the debug header position using direct pointers instead of rvas as SR...jbevain
2010-07-29reuse code in GetNestedType, protect against nulljbevain
2010-07-29fix contains generic parameter for FunctionPointerTypejbevain
2010-07-29add helpers constructorsjbevain
2010-07-28fix contains generic parameters for specificationsjbevain
2010-07-28fix issue with cached member references declared on an open generic typejbevain
2010-07-28add test for method reference on generic instancesjbevain
2010-07-24fix readonly buildjbevain
2010-07-24delay the creation of the primitive mappingjbevain
2010-07-24specify dictionaries capacityjbevain
2010-07-24delay the gac paths creationjbevain
2010-07-24micro optimizationjbevain
2010-07-24seal SignatureReaderjbevain
2010-07-23use null coalescing after alljbevain
2010-07-22fix CallSite.FullNamejbevain
2010-07-22more import testsjbevain
2010-07-22properly Import methods (generic or not) on generic instancesjbevain
2010-07-22fix IGenericContext.Type for method on a generic instancejbevain
2010-07-22fix FullName and IGenericContext.Typejbevain
2010-07-16stylejbevain
2010-07-16add NET_3_5 definesjbevain
2010-07-16add test with constant on generic parameterjbevain
2010-07-16fix generic var/mvar constantsjbevain
2010-07-16fix CF buildjbevain
2010-07-16fix enumjbevain
2010-07-06add a parameter less ReadSymbolsjbevain
2010-07-06seal methodsjbevain
2010-07-06introduce NET_3_5 constantjbevain