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-26Update to nunit 2.5.10Jb Evain
2011-10-26Pretty print parameter definitions; Fix ThisParameter testJb Evain
2011-10-11Style fixjbevain
2011-10-11Fix the method field of the special this parameterjbevain
2011-10-10Some pinvoke methods have no mapjbevain
2011-10-06More lenient pdb header checkjbevain
2011-10-05Parse assembly name components indepently of the case. Fixes #77jbevain
2011-09-12Rebuild the nuget package to fix version issuesjbevain
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 net_2_0 buildjbevain
2011-08-21Fix generic MD array accessjbevain
2011-08-21Add test for generic MD arrays accessjbevain
2011-08-04Prevent a NRE if ReadSymbols should no reader provider be availablejbevain
2011-08-03Fix assembly name initializationjbevain
2011-07-28Hide warnings from Microsoft.Cci.Pdb codejbevain
2011-07-28update copyright infojbevain
2011-07-26Update copyright info in the assemblies toojbevain
2011-07-24Add a test for unbound generic parametersjbevain
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-23Protect against null exception handler start.jbevain
2011-07-23update ignoresjbevain
2011-07-23Verify that we can build a SecurityDeclaration from a byte arrayjbevain
2011-07-23Add a constructor to create a SecurityDeclaration from a blob byte arrayjbevain
2011-07-23Verify that CreateModule escapes the assembly name properlyjbevain
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-30Also read the reloc section in memoryjbevain
2011-06-21Fix to have security attributes with no named arguments pass peverifyJb Evain
2011-06-21Add proper test for a security attribute with no named argumentsJb Evain
2011-06-21replace spaces by tabsJb Evain
2011-06-21ignore MD generated filesJb Evain
2011-06-17Add test for array with negative lower boundsjbevain
2011-06-17Fix reading and writing of signed compressed integersjbevain
2011-06-13set version 0.9.50.9.5jbevain
2011-06-13set version 0.9.5jbevain
2011-06-13extract variablejbevain
2011-05-21Specialize IsNummOrEmptyjbevain
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