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
2022-10-06Merge remote-tracking branch 'upstream/master' into syncMarek Safar
2022-09-30ILProcessor should also update custom debug info (#867)Vitek Karas
2022-09-30InvariantCulture for operand to string conversion in Instruction.ToString() (...Fantoom
2022-06-23ILProcessor should also update custom debug info (#34)Vitek Karas
2022-01-28Add public API for instruction clonningMarek Safar
2022-01-20Fix deterministic MVID and add PdbChecksum (#810)Vitek Karas
2022-01-20Harden debug scope update logic (#824)Vitek Karas
2021-08-13Addressing issue #781 (#782)Steve Gilham
2021-06-30Avoid decompressing/compressing unresolved embedded source information (#771)Jb Evain
2021-06-24Add support for reading symbols of modules with multiple codeview debug entri...Jb Evain
2021-05-18Do not reset the stack size after a break instruction (#755)Lucas Trzesniewski
2021-03-18Issues #710: Ability to load debug symbols from MemoryStream (#735)Sergey Aseev
2020-10-15A minimum tactical fix for issue #697 (#698)Steve Gilham
2020-09-16Better way to update local scopes when method bodies are edited (#687)Vitek Karas
2020-07-24Automatically update local variable debug info (#676)Vitek Karas
2020-07-23Auto update local scopes in debug info when manipulating instructions (#677)Vitek Karas
2020-05-21Add Clear to ILProcessor (#662)MichalPetryka
2020-01-24Cleanup spacing & formattingScott Ferguson
2020-01-24Improves thread safety of lazy initializationsScott Ferguson
2019-12-16Add index based method to ILProcessorMarek Safar
2019-12-10Allocate GenericArguments collections with the right sizesJb Evain
2019-03-05Remove support for the readonly builds as they don't make sense in a nuget worldJb Evain
2019-02-12Use .net standard 2.0 APIsJb Evain
2019-01-29Write the full pdb path in the header. Fix #554Jb Evain
2019-01-29Remove internal IMetadataSymbolWriter that prevents external composition of s...Jb Evain
2019-01-19Fix the netstandard buildAndrew Au
2018-10-19Fix loading symbol assembly from GACBoris Krylov
2018-09-09Use the 1.0 embedded PDB versionLucas Trzesniewski
2018-06-28Implement support for SymbolStream in the default symbol readerJb Evain
2018-03-05Pluralize symbolsJb Evain
2018-03-03Provide a better exception when symbols are not found or not matching the ass...Jb Evain
2018-03-02Add Document.EmbeddedSource for laterJb Evain
2018-03-02Switch to a Guid based documentJb Evain
2018-02-21Add missing SHA256 algorithm (#488)Tomáš Matoušek
2018-01-23Allow reading a pdb where VS is writingJb Evain
2017-11-17Fix #461: wrong StateMachineScopeDebugInformation APIJb Evain
2017-11-17Fix #462: incorrect AsyncMethodBodyDebugInformation APIJb Evain
2017-11-17If GetReaderProvider throws for any reason, we consider there's no symbol for...Jb Evain
2017-11-16Move debug info code after method body codeJb Evain
2017-11-16Fix reading mdb scope end (#466)Jb Evain
2017-10-24Fix re-entrancy issues with ILParserJb Evain
2017-09-08Avoid exception in GetSequencePointMapping when a pdb has multiple sequence p...Jb Evain
2017-07-04fix reading scope startRadek Doulik
2017-06-15Don't stop looking for symbols if we can't load a mdb symbol provider.Rolf Bjarne Kvinge
2017-06-14Don't stop looking for symbols if we can't load a native pdb symbol provider....Rolf Bjarne Kvinge
2017-06-02Add support for source link and embedded sources custom debug infosJb Evain
2017-05-26Avoid exceptions with zero-length pdbs.Rolf Bjarne Kvinge
2017-05-17Fix reading end of scope symbolsJb Evain
2017-05-04add readonly configSimon Cropp
2017-04-21Try to get a name from an input streamJb Evain