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-11-17Fix #461: wrong StateMachineScopeDebugInformation APIJb Evain
2017-11-17Fix #462: incorrect AsyncMethodBodyDebugInformation APIJb Evain
2017-09-28Prevent a crash when reading VB generated pdbJb Evain
2017-06-08Do not crash on empty import symbolJb Evain
2017-06-02Add support for source link and embedded sources custom debug infosJb Evain
2017-05-17Fix setting imports for native pdb scopesJb Evain
2017-05-04add readonly configSimon Cropp
2017-03-22Make Mono.Cecil.Pdb compile on netstandardJb Evain
2017-03-21Remove empty lineJb Evain
2017-03-21Merge pull request #353 from jbevain/native-pdb-integrationJb Evain
2017-03-21Avoid making CodeReader re-entrantJb Evain
2017-03-21Add support for writing back constantsJb Evain
2017-03-21Refactor and adjust coding styleJb Evain
2017-03-21NativePdb roundtrip for iterators, state machine, scopes and using namespace;...Virgile Bello
2017-03-17Make symbols readers and writers provide their counter partJb Evain
2017-03-13Add support for the new embedded compressed ppdbJb 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-27Remove dead codeJb Evain
2016-07-13Add support for the portable pdb formatJb Evain
2016-07-13Validate PDB magic and ImageDebugDirectory type and version.Austin Wise
2015-04-22Simplify headerJb Evain
2015-04-22Update copyrightsJb Evain
2015-03-21Refactor project infoJb Evain
2014-08-28Fix module namespaces.Virgile Bello
2013-03-13Normalize line endingsJb Evain
2012-12-05Bring back the pdb guid check that was lost in the upgrade.Jb 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-06More lenient pdb header checkjbevain
2011-07-26Update copyright info in the assemblies toojbevain
2011-06-13set version 0.9.5jbevain
2011-04-20Implemented PdbReaderProvider.GetSymbolReader(Stream)Daniel Grunwald
2011-04-04Update copyrightjbevain
2010-12-09Make Mono.Cecil.Pdb READ_ONLY proofjbevain
2010-09-27Update to version 0.9.40.9.4Jb Evain
2010-07-16add NET_3_5 definesjbevain
2010-06-15upgrade version to 0.9.30.9.3jbevain
2010-05-28pass a custom metadata emitter to the symbol writerjbevain
2010-05-27adjust Mono.Cecil.Pdb with the last API change, and define sequence point one...jbevain