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
2010-12-21Fix boxed values inside custom attributejbevain
2010-12-17Throw when trying to get the token of a foreign memberjbevain
2010-10-04Fix emission of return parameter for parameterless methodsjbevain
2010-09-22Fix writing of calling conventionsjbevain
2010-09-20fix writing of null constant on primitive typesjbevain
2010-09-07Fix constant type coalescingjbevain
2010-07-24fix readonly buildjbevain
2010-07-16fix generic var/mvar constantsjbevain
2010-07-06seal methodsjbevain
2010-07-04refactor ICustomAttribute writing codejbevain
2010-06-14avoid allocations for custom attribute argumentsjbevain
2010-06-13directly access fieldsjbevain
2010-06-13properly read and write the size parameter multiplier for array marshalersjbevain
2010-06-11do not update the rva on writing as you couldn't rewrite properlyjbevain
2010-06-07protect against null assembliesJb Evain
2010-06-07set the strong named signed flag on the module whenever it has a public keyJb Evain
2010-05-18inline variablejbevain
2010-05-12properly set the module flags when signing an assemblyjbevain
2010-05-03rename for consistencyjbevain
2010-05-01do not emit a param row if not neededjbevain
2010-04-30seal typejbevain
2010-04-30avoid allocations in the TypeDefinitionCollectionjbevain
2010-04-26fix the parent of the field layout tablejbevain
2010-04-26add support for null array constantsjbevain
2010-04-24fix boxed constantsjbevain
2010-04-23fix null objects constants, based on a patch by Rolf Bjarne Kvingejbevain
2010-04-23use CheckedResolve when Cecil needs to resolve typesjbevain
2010-04-19Merge branch 'typeparse'jbevain
2010-04-19plug the parseable code into the custom attribute writingjbevain
2010-04-16compile of the Compact Frameworkjbevain
2010-04-12initial commitjbevain