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
2015-04-25Merge branch 'master' into lowermemuseJb Evain
2015-04-22Simplify headerJb Evain
2015-04-22Update copyrightsJb Evain
2014-09-03Protect against zeroed scope. Fix #177.Jb Evain
2014-05-27Fix writing of nullable primitive constantsJb Evain
2013-06-13Improve exception and error message when trying to write mixed-mode assemblie...Jb Evain
2012-03-28Fix writing of delay-signed assembliesJb Evain
2012-03-28Do not write a reloc section for pe64 assembliesJb Evain
2012-02-22Expose ModuleDefinition.SymbolReaderJb Evain
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-06-21Fix to have security attributes with no named arguments pass peverifyJb Evain
2011-06-21replace spaces by tabsJb Evain
2011-06-13extract variablejbevain
2011-04-04Update copyrightjbevain
2011-03-27add support for writing xml security declarations back to net_1_* modulesjbevain
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