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
2013-10-11Merge remote-tracking branch 'upstream/master'Sebastien Pouliot
2013-09-25Add some new internal APIs to remap types.Martin Baulig
2013-08-04ImportScope now checks before returning new scope that the old scope is not t...marcos henrich
2012-10-29Refactor importing from a generic contextJb Evain
2012-09-11Add import from @gluckJb Evain
2012-03-28Use empty strings for namespaces for consistency when importing reflection typesJb Evain
2012-01-12Make TypeDefinition.IsPrimitive and .MetadataType match the behavior of their...Jb Evain
2011-04-04Update copyrightjbevain
2010-10-05Properly import the calling convention of the methodJb Evain
2010-09-30Force TypeReference.ctors to take a modulejbevain
2010-07-24specify dictionaries capacityjbevain
2010-07-22properly Import methods (generic or not) on generic instancesjbevain
2010-06-07replace bool by an enum to make the code easier to readjbevain
2010-06-07expose an Import overload to decide to import an open generic type or a gener...jbevain
2010-06-07disambiguate between open generic and generic type def some morejbevain
2010-06-06fix reflection issue that doesn't distinguish between a generic type def and ...jbevain
2010-06-06optimizationsjbevain
2010-06-01add overloads to Import with a contextjbevain
2010-05-31fix importing of reflection based generic instancesjbevain
2010-05-10optimize vector importjbevain
2010-05-10fix import of pointersjbevain
2010-04-30fix etype of primitivesjbevain
2010-04-16ifdef out dead code on SLjbevain
2010-04-16circumvent the issue with Assembly.GetName being SecurityCritical on SLjbevain
2010-04-16Merge branch 'cf'jbevain
2010-04-16simplier check on SL for Type.IsNestedjbevain
2010-04-16compile of the Compact Frameworkjbevain
2010-04-14better check to avoid unecessary zero sized arrayjbevain
2010-04-14avoid NRE if the imported assembly has not pktokenjbevain
2010-04-12fix completely SILVERLIGHT compilation0.9jbevain
2010-04-12first step at fixing SILVERLIGHT compilationjbevain
2010-04-12initial commitjbevain