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
2017-03-17Make symbols readers and writers provide their counter partJb Evain
2017-03-14Added .editorconfig to use indent_style tabs (for VS2017)Virgile Bello
2017-03-13Add support for the new embedded compressed ppdbJb Evain
2017-03-09Fix handling of hidden sequence pointsJb Evain
2017-02-11Do not require loading native pdb reader by default if we only find portable ...Jb Evain
2016-10-27Fix roundtrip of native pdb info with no sequence pointsJb Evain
2016-10-23Changed PdbReaderProvider.IsPortablePdb so that it now uses FileShare.Read in...Tom van der Kleij
2016-10-20Skip pdb slots setting parameter namesJb Evain
2016-10-20Add support for pdb scopes serialized flatJb Evain
2016-07-28Make the pdb reader and writer providers work with ppdbsJb Evain
2016-07-28Add and use CheckFileNameJb Evain
2016-07-28Refactor GetPdbFileNameJb Evain
2016-07-28Properly handle ownership of streams used by CecilJb Evain
2016-07-27Rename settings files to propsJb Evain
2016-07-27Remove dead codeJb Evain
2016-07-27Simplify csproj files furtherJb Evain
2016-07-13Add support for the portable pdb formatJb Evain
2016-07-13Validate PDB magic and ImageDebugDirectory type and version.Austin Wise
2015-05-28Remove support for net_2_0Jb Evain
2015-05-28On-going work for PCL supportJb Evain
2015-05-27Allow upstream consumers to override build settings.Daniel Cazzulino
2015-04-25Merge branch 'importer'Jb Evain
2015-04-22Simplify headerJb Evain
2015-04-22Update copyrightsJb 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-11-17Add the test assemblies directory to the resolver passed to the assembliesJb Evain
2014-11-13Normalize line endingsJb Evain
2014-11-13Stop writing to the console during testsJb Evain
2014-11-13Fix eol and propsJb Evain
2014-11-13Skip unknown custom metadata altogetherJb Evain
2014-11-09Factorize project settingsJb Evain
2014-11-02Update to ImportReference methodsJb Evain
2014-08-28Fix module namespaces.Virgile Bello
2014-05-27Port nunit addin to simple testsJb Evain
2014-05-26skip dynamic localsSimon Cropp
2013-03-21Avoid static state in the pdb readerJb Evain
2013-03-13Update to nunit 2.6.2Jb Evain
2013-03-13Normalize line endingsJb Evain
2012-12-05Bring back the pdb guid check that was lost in the upgrade.Jb Evain
2012-12-05Update to the latest CCI pdb readerJb Evain
2012-10-15Update Microsoft.Cci.Pdb with latest code from Cci project (fix Issue #110)Bret Ehlert
2011-11-04SimplifyJb Evain
2011-11-02Use net_2_0 compatible codeJb Evain
2011-11-02Give the pdb writer more data about methods and typesJb 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-06More lenient pdb header checkjbevain