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-07-23Add a GetType method that parses runtime type namesjbevain
2011-07-23Expose the attributes of return type parametersjbevain
2011-07-23Add a constructor to create a SecurityDeclaration from a blob byte arrayjbevain
2011-07-23cleanup assembly name when created from scratchjbevain
2011-07-09Add serialization ctor to serializable exceptions.Jb Evain
2011-07-09Make exceptions serializable. Fixes #74.Jb Evain
2011-06-21Fix to have security attributes with no named arguments pass peverifyJb Evain
2011-06-21replace spaces by tabsJb Evain
2011-06-13set version 0.9.5jbevain
2011-06-13extract variablejbevain
2011-05-21code cleanupjbevain
2011-05-20Create a modulref for types scoped on a filejbevain
2011-05-06By popular demand, add a GetTypes to Module to iterate over every Typejbevain
2011-05-06By popular demand, re-add Sequence to Parameterjbevain
2011-05-02Fix test for uncompressed metadatajbevain
2011-05-02Fix lazy loading of methods and fields for #- heapjbevain
2011-04-24Merge remote-tracking branch 'arturek/GenericMethodResolvingFix'jbevain
2011-04-24Avoid crashes with some obfuscated assembliesjbevain
2011-04-20Fixed resolving references to generic methods.Artur ZgodziƄski
2011-04-12Remove dead codejbevain
2011-04-10Make sure methods are initialized in PropertyDefinition.HasParametersjbevain
2011-04-05Add support for the ParamPtr tablejbevain
2011-04-05Add support for #- heapjbevain
2011-04-04Update copyrightjbevain
2011-04-04Remove unecessary factory methodjbevain
2011-04-03Remove duplicated and unecessary codejbevain
2011-03-27add support for writing xml security declarations back to net_1_* modulesjbevain
2011-03-14Fix typosjbevain
2011-02-26Fix CF and SILVERLIGHT buildjbevain
2011-02-22Properly read full pkey for referencesjbevain
2011-02-22Specify collection sizejbevain
2011-02-22Fix cleaning of callconv flagsjbevain
2011-02-22Prefer ?? operatorsjbevain
2011-02-22Fix ToString of CallSitejbevain
2011-02-22Avoid unecessary closurejbevain
2011-02-22Avoid unecessary closuresjbevain
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