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
2016-07-13Add support for the portable pdb formatJb Evain
2016-07-13Merge pull request #279 from AustinWise/validatePdbJb Evain
2016-07-13Validate PDB magic and ImageDebugDirectory type and version.Austin Wise
2016-07-13Style fixesJb Evain
2016-07-11Fix method name normalizationJb Evain
2016-07-11Improve matching from import generic stack. Fix #278Jb Evain
2016-04-22Fix decoding the HasCustomAttribute coded indexJb Evain
2016-04-19Add test for #267Jb Evain
2016-04-19Fix heuristic to detect if we're reading a corelibrary or notJb Evain
2016-04-19Update gitignoreJb Evain
2016-03-07Merge pull request #263 from gluck/jvJb Evain
2016-03-07Support WinRT module importFrancois Valdy
2016-02-09Skip verification on Mono for the retargetable testJb Evain
2016-02-09Uncomment testJb Evain
2016-02-09Add the ability to get an xml documentation comment id from a Cecil memberJb Evain
2016-02-07Add support for retargetable assemblies in referencesJb Evain
2016-01-25Merge pull request #255 from ghost/crussell-license-renameJb Evain
2016-01-19This file doesn't use any markdownColby Russell
2016-01-18Fix clearing fullname cache for nested types; fix #248Jb Evain
2016-01-18Fix compilation under READ_ONLY; fixes #240Jb Evain
2015-11-09Merge pull request #247 from ignas2/masterJb Evain
2015-11-09Look for winmd file if it's a Windows Runtime reference.Ignas Ziberkas
2015-11-05Merge pull request #245 from ignas2/masterJb Evain
2015-11-02Assembly resolver used in tests no longer have to derive from BaseAssemblyRes...Ignas Ziberkas
2015-10-31Fix metadata header length calculation so that Windows metadata assemblies ar...Ignas Ziberkas
2015-10-31Add test demonstrating that Windows metadata assemblies are not saved correctlyIgnas Ziberkas
2015-09-29Prevent exception on invalid blob indexJb Evain
2015-09-29Avoid an exception when reading obfuscated nested type definitionJb Evain
2015-09-03Merge pull request #238 from radekdoulik/masterJb Evain
2015-08-31fix writting of row/col information in mdbRadek Doulik
2015-08-28Merge pull request #237 from jbevain/fix-roundtrip-resolveJb Evain
2015-08-28Fix testing of CA empty blob on MonoJb Evain
2015-08-27Do not force the resolution of attributes when writing a deferred Image as we...Jb 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-22Fix NRE when parsing non existing nested typesJb Evain
2015-07-07Add support for resolving calls to vararg methodsJb Evain
2015-06-18Fix order of argumentsJb Evain
2015-06-18Revert "Fix order of arguments"Jb Evain
2015-06-18Fix order of argumentsJb Evain
2015-06-08Protect against wrongly constructed versionsJb Evain
2015-06-02Add travis badgeJb Evain
2015-06-02Add appveyor config to the repoJb Evain
2015-06-02Merge pull request #222 from gluck/travis_monoJb Evain
2015-06-01Added travis CIFrancois Valdy
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-01Merge pull request #223 from gluck/param_coll_initJb Evain