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
2020-09-16Unity's Windows Runtime changes (#394)Tautvydas Žilys
2020-01-24Improves thread safety of lazy initializationsScott Ferguson
2016-07-15Add MemberReference.ResolveJb Evain
2016-04-07Merge remote-tracking branch 'ignas2/winrt_projections' into winrtprojectionsTautvydas Žilys
2016-01-18Fix clearing fullname cache for nested types; fix #248Jb Evain
2015-12-03Expose IsWindowsRuntimeProjection property and make projection info access ea...Ignas Ziberkas
2015-12-02Untie Windows Runtime projections from metadata tokens.Ignas Ziberkas
2015-12-01Windows Runtime projections.Ignas Ziberkas
2015-04-22Simplify headerJb Evain
2015-04-22Update copyrightsJb Evain
2014-11-15Refactor computation of type fullnameJb Evain
2014-11-11Add support for nested types with a namespaceJb Evain
2012-08-10Let people change the scope of a reference, why not?Jb Evain
2012-01-12Make TypeDefinition.IsPrimitive and .MetadataType match the behavior of their...Jb Evain
2011-07-24Add support for unbound generic parametersjbevain
2011-04-04Update copyrightjbevain
2011-01-07Make sure that resolving a CustomAttribute doesn't throwjbevain
2010-10-22Move MetadataType to Mono.CecilJb Evain
2010-10-05Fix IsTypeSpecification to include sentinelsJb Evain
2010-09-30Force TypeReference.ctors to take a modulejbevain
2010-09-17Expose a convenience enum to switch on the metadata typejbevain
2010-06-03add IsPrimitive, fixes issue #16Jb Evain
2010-05-05move IsDefinition to MemberReferencejbevain
2010-05-02optimize get_Module a bitjbevain
2010-04-23make TypeRef.Module return the module of its declaring type if availablejbevain
2010-04-23add a CheckedResolve method for internal usagejbevain
2010-04-12initial commitjbevain