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
path: root/Test
AgeCommit message (Expand)Author
2015-04-25Merge branch 'master' into lowermemuseJb Evain
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-15Normalize line endingsJb 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
2014-11-15Add test for resolving nested types with namespacesJb Evain
2014-11-13Fix the way programfiles is retrievedJb Evain
2014-11-13Fix eol and propsJb Evain
2014-11-13Remove useless fileJb Evain
2014-11-11Add test for nested types with a namespaceJb Evain
2014-11-11Add test case for bug #185Jb Evain
2014-11-11Add new test resource from bug #185Jb Evain
2014-11-09Factorize project settingsJb Evain
2014-11-02Update to ImportReference methodsJb Evain
2014-11-02Expose the runtime version from the metadataJb Evain
2014-09-06Fix net_2_0 compilation; Fix #178Jb Evain
2014-05-27Add test for nullable parameter constantJb Evain
2014-05-27Find ilasm and peverify outside of pathJb Evain
2014-05-27Port nunit addin to simple testsJb Evain
2014-05-27Fix writing of nullable primitive constantsJb Evain
2013-06-18Add test for resolving portable class libraries referencesJb Evain
2013-03-13Update to nunit 2.6.2Jb Evain
2012-10-29Add tests from @gluckJb Evain
2012-05-23Honor coding convention here as wellJb Evain
2012-05-23Add support for reading and writing custom dll characteristicsJb Evain
2012-05-23Do not add a strong name data directory for zeroed public keysJb Evain
2012-03-28Fix writing of delay-signed assembliesJb Evain
2012-01-31fix whitespacesJb Evain
2012-01-30Add test for explicit this fptrsJb Evain
2012-01-14Improve last testJb Evain
2012-01-14Fix TypeDefinition.IsPrimitive for ObjectJb 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-11-07Add test for custom attributes with a null blobJb 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-27revert last two experimentationsJb Evain
2011-10-27Only keep the table heap in memory; read the other heaps from the underlying ...Jb Evain
2011-10-27First pass at a branch with reduced memory usage; Keeps an open handle on the...Jb Evain
2011-10-26Update to nunit 2.5.10Jb Evain
2011-10-26Pretty print parameter definitions; Fix ThisParameter testJb Evain
2011-10-05Parse assembly name components indepently of the case. Fixes #77jbevain
2011-08-21Fix net_2_0 buildjbevain
2011-08-21Add test for generic MD arrays accessjbevain