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
2021-07-01Remove unused field (#772)Jb Evain
2021-06-24Add support for reading symbols of modules with multiple codeview debug entri...Jb Evain
2019-08-30Add support for reading and writing document checksums in native pdbs (#616)Jb Evain
2019-08-30Update to the MIT licensed CCI from github.com/microsoft/cci (#615)Jb Evain
2019-03-05Remove support for the readonly builds as they don't make sense in a nuget worldJb Evain
2018-11-25Fix #550: Fix flag test to correctly skip parametersVasili Galka
2018-06-15Do not throw if versions of the pdb are not zero as long as guid matchJb Evain
2018-03-07Fix type parsing in native pdb readerJb Evain
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-05-17Fix setting imports for native pdb scopesJb Evain
2017-05-04add readonly configSimon Cropp
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-17Make symbols readers and writers provide their counter partJb Evain
2017-03-13Add support for the new embedded compressed ppdbJb Evain
2017-02-11Do not require loading native pdb reader by default if we only find portable ...Jb Evain