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
2011-02-22Make Cecil property getters thread-safe.Daniel Grunwald
2011-01-29Add a Resolve method to ExportedTypejbevain
2011-01-28Fix GetExportedTypeScopejbevain
2011-01-11Fix lookup of AssemblyRef and ModuleRefjbevain
2011-01-10Set the MetadataToken of CallSitesjbevain
2010-12-21Fix boxed values inside custom attributejbevain
2010-12-13Don't thrown when not necessaryjbevain
2010-12-08Store immediately newly created TypeReferencesjbevain
2010-12-07Do not overwrite token of types produced from a typespecjbevain
2010-12-06Set the token of MethodSpecs upon reading themjbevain
2010-12-06Properly set the token of typespecsjbevain
2010-12-01Fix bug where reading method semantics would prevent to complete its associat...jbevain
2010-11-23Fix corlib type lookupJb Evain
2010-11-21Expose the assembly resolver as part of the moduleJb Evain
2010-09-30Force TypeReference.ctors to take a modulejbevain
2010-09-07better fix for the semantic attributes readingjbevain
2010-09-06make sure we only initialize once the semantic attributes of methodsjbevain
2010-08-20avoid unecessary call through interfacejbevain
2010-08-12prevent crashes on broken assembliesjbevain
2010-07-28fix issue with cached member references declared on an open generic typejbevain
2010-07-24specify dictionaries capacityjbevain
2010-07-24seal SignatureReaderjbevain
2010-06-13directly access fieldsjbevain
2010-06-13properly read and write the size parameter multiplier for array marshalersjbevain
2010-06-06small optimizationsjbevain
2010-06-01deal with assemblies without a blob heapjbevain
2010-05-24do not crash if a custom attribute blob doesn't have a named argument countjbevain
2010-05-18fix reading generic type referencesjbevain
2010-05-04cosmeticjbevain
2010-04-30fix etype of primitivesjbevain
2010-04-27refactoringsjbevain
2010-04-26adjust method references arity if necessaryjbevain
2010-04-23deal with wrongly null terminated strings in custom attributes blobjbevain
2010-04-23use CheckedResolve when Cecil needs to resolve typesjbevain
2010-04-19Merge branch 'typeparse'jbevain
2010-04-19plug the new type parser in the customa attribute readerjbevain
2010-04-14fix IsValueType for primitivesjbevain
2010-04-14more value type signature detection for genericjbevain
2010-04-12initial commitjbevain