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-22Revert "Lock on Module.Read to allow concurrent access to the module"jbevain
2011-02-22Don't make CallSite extend MethodReferencejbevain
2011-02-21Avoid using FullName in the resolverjbevain
2011-02-18Throw a specialized AssemblyResolutionExceptionjbevain
2011-02-18Lock on Module.Read to allow concurrent access to the modulejbevain
2011-01-29Add a Resolve method to ExportedTypejbevain
2011-01-28Fix resolving of forwarded typesjbevain
2011-01-28Fix GetExportedTypeScopejbevain
2011-01-21Properly use StringBuilderjbevain
2011-01-21Add Resolve method to EventReference and PropertyReference for symmetryjbevain
2011-01-21Make sure we parse core types correctlyjbevain
2011-01-11Fix lookup of AssemblyRef and ModuleRefjbevain
2011-01-10Set the MetadataToken of CallSitesjbevain
2011-01-10CallSites resolve to nulljbevain
2011-01-07null out the custom attribute if it failed to resolvejbevain
2011-01-07Make sure that resolving a CustomAttribute doesn't throwjbevain
2011-01-07fix StringBuilder usagejbevain
2010-12-21Fix boxed values inside custom attributejbevain
2010-12-17Throw when trying to get the token of a foreign memberjbevain
2010-12-13Consider null version as zero when resolvingjbevain
2010-12-13Don't thrown when not necessaryjbevain
2010-12-13Add GetVariable extension methodjbevain
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-03IConstantProvider.HasConstant : add setterjbevain
2010-12-01Fix bug where reading method semantics would prevent to complete its associat...jbevain
2010-11-30FunctionPointers are their own element type and resolve to nulljbevain
2010-11-30ModuleReference with a null or empty name are ok, fixes bnc #656008jbevain
2010-11-24Add overloads to IAssemblyResolver.Resolve which take a ReaderParameters for ...Jb Evain
2010-11-23Remove dead codeJb Evain
2010-11-23Fix corlib type lookupJb Evain
2010-11-21Expose the assembly resolver as part of the moduleJb Evain
2010-11-19override DeclaringType for GenericInstanceTypejbevain
2010-11-05Fix the computation of the gac path on MonoJb Evain
2010-11-05Avoid NREs for newly created assemblies on HasTypeReferenceJb Evain
2010-11-04Add a setter to ModuleDefinition.KindJb Evain
2010-10-22Move MetadataType to Mono.CecilJb Evain
2010-10-13Add support for GetResourceData in the stream casejbevain
2010-10-06Add missing ParameterAttributes flagsjbevain
2010-10-05Properly import the calling convention of the methodJb Evain
2010-10-05Fix IsTypeSpecification to include sentinelsJb Evain
2010-10-04Fix emission of return parameter for parameterless methodsjbevain
2010-09-30Force TypeReference.ctors to take a modulejbevain
2010-09-27Update to version 0.9.40.9.4Jb Evain
2010-09-22Fix writing of calling conventionsjbevain
2010-09-20fix writing of null constant on primitive typesjbevain
2010-09-17Expose a convenience enum to switch on the metadata typejbevain
2010-09-17Expose the TypeSystem to ease usage of primitive typesjbevain