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
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
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