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-17Add testJb Evain
2017-05-17Fix setting imports for native pdb scopesJb Evain
2017-05-04add readonly configSimon Cropp
2017-03-30Enable restoring of Cecil as a P2P reference in .NET CoreSven Boemer
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-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