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 (Collapse)Author
2016-07-15Merge branch 'iface-impl-ca'Jb Evain
2016-07-15Fix disposing of the portable pdb readerJb Evain
2016-07-15Merge branch 'lowermemuse' into ppdb_lowermemuseJb Evain
2016-07-13Add support for the portable pdb formatJb Evain
2016-05-19Ignore windows runtime projection tests on Mono.Tautvydas Žilys
2016-05-13Fix testsJb Evain
2016-05-13Merge branch 'master' into lowermemuseJb Evain
2016-05-04Added tests for windows runtime projections.Tautvydas Žilys
2016-04-22Support reading and writing custom attributes on InterfaceImplJb Evain
WinRT uses custom attributes in winmd files that are declared for InterfaceImpl rows. This is a breaking API change that we could not represent before. There's other places that we do not support reading and writing custom attributes on, like generic parameter constraints. Let's fix it when we need it.
2016-04-19Add test for #267Jb Evain
2016-02-09Skip verification on Mono for the retargetable testJb Evain
2016-02-09Uncomment testJb Evain
2016-02-07Add support for retargetable assemblies in referencesJb Evain
2016-01-18Fix clearing fullname cache for nested types; fix #248Jb Evain
2015-11-02Assembly resolver used in tests no longer have to derive from ↵Ignas Ziberkas
BaseAssemblyResolver class
2015-10-31Add test demonstrating that Windows metadata assemblies are not saved correctlyIgnas Ziberkas
2015-08-28Fix testing of CA empty blob on MonoJb Evain
2015-07-30Merge branch 'pcl'Jb Evain
2015-07-22Do not depend on browsing the typedef table to create the type system; Fix #232Jb Evain
2015-07-07Add support for resolving calls to vararg methodsJb Evain
2015-06-08Protect against wrongly constructed versionsJb Evain
Test by @gluck. Fix #227.
2015-06-01Fix build for older frameworksJb Evain
2015-06-01Fix for #225. ANR.Culture should not return neutral as it turns outJb Evain
2015-06-01Fix bogus testJb Evain
2015-06-01Fix test on MonoJb Evain
2015-06-01Make culture always return neutral when null or emptyJb Evain
2015-05-28Remove support for net_2_0Jb Evain
2015-05-28Merge pull request #214 from jbevain/sysruntimeJb Evain
Add support for treating System.Runtime as the core library
2015-05-15Do not run metro test on MonoJb Evain
2015-05-11Switch from Corlib to CoreLibraryJb Evain
2015-05-11Fix testsJb Evain
2015-05-11AssemblyNameReference.Version should never return null. Fixes #212Jb Evain
2015-04-28The arg0 for value types is a managed pointerJb Evain
2015-04-25Fix handling of modules filenamesJb Evain
2015-04-25Merge branch 'master' into lowermemuseJb Evain
Conflicts: Mono.Cecil.PE/Image.cs Mono.Cecil/DefaultAssemblyResolver.cs Mono.Cecil/ModuleDefinition.cs Test/Mono.Cecil.Tests/Addin.cs Test/Mono.Cecil.Tests/ImageReadTests.cs Test/Mono.Cecil.Tests/ImportCecilTests.cs Test/Mono.Cecil.Tests/ImportReflectionTests.cs
2015-04-25Merge branch 'importer'Jb Evain
2015-03-24Do not verify PE32+ assemblies on MonoJb Evain
2015-03-22Ignore tests on Mono that can't runJb Evain
2015-03-21Refactor project infoJb Evain
2015-03-21Merge branch 'master' into importerJb Evain
2014-12-02Protect access of modules of unattached definitionsJb Evain
2014-11-29Properly zero sections before writing them; Fixes #191Jb Evain
2014-11-17Add the test assemblies directory to the resolver passed to the assembliesJb Evain
2014-11-15Revert "Add test for resolving nested types with namespaces"Jb Evain
This reverts commit 27dadbb3cf021cc5dd3fc48fd05efabc751d5a58.
2014-11-15Add test for resolving nested types with namespacesJb Evain
2014-11-13Fix the way programfiles is retrievedJb Evain
2014-11-11Add test for nested types with a namespaceJb Evain
2014-11-11Add test case for bug #185Jb Evain
2014-11-02Update to ImportReference methodsJb Evain
2014-11-02Expose the runtime version from the metadataJb Evain