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-10-27First pass at a branch with reduced memory usage; Keeps an open handle on the...Jb Evain
2011-10-10Some pinvoke methods have no mapjbevain
2011-10-05Parse assembly name components indepently of the case. Fixes #77jbevain
2011-08-26Unbound generic parameters still need to be related to a modulejbevain
2011-08-23Non .exe modules can have entrypointsjbevain
2011-08-23Remove unused flagjbevain
2011-08-21Fix generic MD array accessjbevain
2011-08-04Prevent a NRE if ReadSymbols should no reader provider be availablejbevain
2011-08-03Fix assembly name initializationjbevain
2011-07-28update copyright infojbevain
2011-07-24Add support for unbound generic parametersjbevain
2011-07-23Protect now public API against nulljbevain
2011-07-23Provide the ability to override the default metadata resolver implementationjbevain
2011-07-23Simplify ternary boolean expressionsjbevain
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