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
2020-07-24Automatically update local variable debug info (#676)Vitek Karas
2019-03-05Remove support for the readonly builds as they don't make sense in a nuget worldJb Evain
2017-11-17Fix #461: wrong StateMachineScopeDebugInformation APIJb 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-07-04fix reading scope startRadek Doulik
2017-05-17Fix reading end of scope symbolsJb Evain
2017-03-21Avoid making CodeReader re-entrantJb Evain
2017-03-21Refactor and adjust coding styleJb Evain
2017-03-21NativePdb roundtrip for iterators, state machine, scopes and using namespace;...Virgile Bello
2016-11-10handle broken mdb's betterRadek Doulik
2016-08-30Remove associated sequence points when removing instructionsJb Evain
2016-08-04Make sure we do not mess with the stream position when writingJb Evain
2016-07-28Properly handle ownership of streams used by CecilJb Evain
2016-07-22Protect against methods with no sequence pointsJb Evain
2016-07-21Only create one code readerJb Evain
2016-07-15Merge branch 'lowermemuse' into ppdb_lowermemuseJb Evain
2016-07-13Add support for the portable pdb formatJb Evain
2015-04-25Merge branch 'master' into lowermemuseJb Evain
2015-04-22Simplify headerJb Evain
2015-04-22Update copyrightsJb Evain
2012-02-22Expose ModuleDefinition.SymbolReaderJb Evain
2011-12-02Reduce the number of resize required to read most method bodiesJb Evain
2011-10-27revert last two experimentationsJb Evain
2011-10-27Also read the table heap from the streamJb Evain
2011-10-27First pass at a branch with reduced memory usage; Keeps an open handle on the...Jb Evain
2011-04-04Update copyrightjbevain
2011-04-04Remove unecessary factory methodjbevain
2011-02-26Remove broken FilterEndjbevain
2010-12-13Fix size checkjbevain
2010-12-13Use new GetVariable extension methodjbevain
2010-12-10Protect against non-sensical code sizejbevain
2010-05-12InstructionCollection is now responsible for the linked list instruction orderjbevain
2010-04-12initial commitjbevain