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-06-12Bug 30463 - Debugger operation failed. Field not found: Mono.CompilerServices...monodevelopDavid Karlaš
2015-01-27Sync Mono.CompilerServices.SymbolWriter with upstream for Column supportmono-3.0David Karlaš
2013-09-26Handle resolving of retargeteable referencesJb Evain
2013-09-26Primitive types can be defined outside of mscorlibJb Evain
2013-09-25Add TypeReference.Scope setter.Martin Baulig
2013-07-17Add Scope property to ResolutionExceptionJb Evain
2013-03-26Apply a fix, or workaround, for ArgumentOutOfRangeException for method IL.Atsushi Eno
2012-04-27[Mono.CompilerServices.SymbolWriter] Fixed MonoSymbolFile Cecil ctorAlan McGovern
2012-04-23Fix typoJb Evain
2012-04-10Merge pull request #93 from dgrunwald/winRTJb Evain
2012-03-28Fix writing of delay-signed assembliesJb Evain
2012-03-28Style fixesJb Evain
2012-03-28Do not write a reloc section for pe64 assembliesJb Evain
2012-03-28Use empty strings for namespaces for consistency when importing reflection typesJb Evain
2012-03-01Merge pull request #92 from dgrunwald/csharp5Jb Evain
2012-03-01Merge pull request #91 from dgrunwald/computeStackDeltaJb Evain
2012-03-01Add enum value and properties for Windows Runtime.Daniel Grunwald
2012-03-01Add support for reading the new target platforms in C# 5: ARM and AnyCPU32Bit...Daniel Grunwald
2012-03-01Fix ComputeStackDelta() for calli instruction.Daniel Grunwald
2012-02-27Expose the debug headerJb Evain
2012-02-22Expose ModuleDefinition.SymbolReaderJb Evain
2012-02-07Avoid creating unecessary instancesJb Evain
2012-02-07Remove the GlobalAssemblyResolverJb Evain
2012-01-31fix whitespacesJb Evain
2012-01-30Fix handling of explicit this call convention.Jb Evain
2012-01-30Add test for explicit this fptrsJb Evain
2012-01-22Fail earlier when trying to process primitive typesJb Evain
2012-01-14Improve last testJb Evain
2012-01-14Fix TypeDefinition.IsPrimitive for ObjectJb Evain
2012-01-12Keep namespace usage consistentJb Evain
2012-01-12Make TypeDefinition.IsPrimitive and .MetadataType match the behavior of their...Jb Evain
2012-01-10Properly write pe32+ binaries. Fixes bug #86.Jb Evain
2011-12-02.2 revision of the nuget package for 0.9.5Jb Evain
2011-12-02Reduce the number of resize required to read most method bodiesJb Evain
2011-11-07Add test for custom attributes with a null blobJb Evain
2011-11-07Custom attributes with a null blob are allowed nowJb Evain
2011-11-07Merge pull request #84 from leppie/masterJb Evain
2011-11-07Fix issue with CustomAttributeSignature. leppie
2011-11-04SimplifyJb Evain
2011-11-02Use ordinal comparer for string keyed dictionariesJb Evain
2011-11-02Use net_2_0 compatible codeJb Evain
2011-11-02Give the pdb writer more data about methods and typesJb Evain
2011-11-02Fix MethodReturnType.Parameter.MethodJb Evain
2011-10-29Fix ThisParameter for static methods, and for instance methods of value types...Jb Evain
2011-10-28Add FSharp entry to DocumentJb Evain
2011-10-28Add support for FSharp detection in pdbsJb Evain
2011-10-28Update Microsoft.Cci; Make sure we properly read basic documents; Fix #81Jb Evain
2011-10-26Update to nunit 2.5.10Jb Evain
2011-10-26Pretty print parameter definitions; Fix ThisParameter testJb Evain
2011-10-11Style fixjbevain