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-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
2017-04-19Only write down the filename of the portable pdb in the debug headerJb Evain
2017-03-30Even if symbol assemblies are renamed, the type namespaces are notJb Evain
2017-03-29Merge pull request #364 from jbevain/remove-pclJb Evain
2017-03-29Fix reading/writing the size of table indexes in external pdbsJb Evain
2017-03-22Remove the PCL profileJb Evain
2017-03-21Allow creation of AsyncMethodBodyDebugInformation with a null catch handler (...Virgile Bello
2017-03-21Merge pull request #353 from jbevain/native-pdb-integrationJb 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
2017-03-17Fix style and refactor for master integrationJb Evain
2017-03-17Merge pull request #343 from erozenfeld/SmallMethodBodyCachingJb Evain
2017-03-17Merge pull request #358 from jbevain/writer-for-readerJb Evain
2017-03-17Merge pull request #346 from jbevain/netcore-reflection-importerJb Evain
2017-03-17Make symbols readers and writers provide their counter partJb Evain
2017-03-13Add support for deterministic debug directoryJb Evain
2017-03-13Add support for the new embedded compressed ppdbJb Evain
2017-03-10Small method body caching.Eugene Rozenfeld
2017-03-09Fix handling of hidden sequence pointsJb Evain
2017-03-09Bring the ReflectionImporter to NET_COREJb Evain
2017-02-28Add support for branches past the method bodyJb Evain
2017-02-22Remove unecessary conditionJb Evain
2017-02-21Allow timestamp customization by module and writer parametersJb Evain
2017-02-15Use portable GetAssembly extension methodJb Evain
2017-02-14Throw detailed exception when debug symbols provider is not foundMarek Safar
2017-02-13Extract methodJb Evain
2017-02-13Merge pull request #326 from erozenfeld/OptimizeStringHeapJb Evain
2017-02-13Optimize StringHeap size.Eugene Rozenfeld
2017-02-11Add tests for default symbol reading and writingJb Evain
2017-02-11Do not require loading native pdb reader by default if we only find portable ...Jb Evain
2017-01-28Add best effort reading and writing of debug symbolsJb Evain
2017-01-11Flush our streams before disposing them; Fix #312Jb Evain
2016-12-14Fix ImageDebugDirectory.MinorVersion in portable pdb writerAlexander Köplinger
2016-11-10handle broken mdb's betterRadek Doulik
2016-08-30Remove associated sequence points when removing instructionsJb Evain