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-09-07Fix crash with null local scoperelease/5.0vitek-karas
2020-09-07Better way to update local scopes when method bodies are edittedvitek-karas
2020-09-07Merge remote-tracking branch 'upstream/master'Marek Safar
2020-07-30Add newer algorithms to the AssemblyHashAlgorithm enum. (#656)Theodore Tsirpanis
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-07-21Fix MdbWriter to produce the correct MVID in case deterministic output is req...Vitek Karas
2020-07-16Fix MdbWriter to produce the correct MVID in case deterministic output is req...vitek-karas
2020-05-21Add Clear to ILProcessor (#662)MichalPetryka
2020-05-14Removing the assumption that StringHeap is always present in the metadata whe...Ivan Povazan
2020-04-07Avoid using constant; Fix #658 (#660)Jb Evain
2020-02-20Bump to 0.11.2Jb Evain
2020-02-18Merge remote-tracking branch 'upstream/master'Marek Safar
2020-02-13Changing PdbReaderProvider to accept create EmbeddedPDB from stream. (#648)Thays Grazia
2020-01-31Fix locally scoped constant array (#644)Simon Cropp
2020-01-28Merge pull request #641 from Unity-Technologies/improve-thread-safetyJb Evain
2020-01-27Updated lazy initialization for AssemblyNameReference.PublicKeyTokenScott Ferguson
2020-01-24Cleanup spacing & formattingScott Ferguson
2020-01-24Improves thread safety of lazy initializationsScott Ferguson
2020-01-18Add sourcelinkJb Evain
2019-12-17Merge remote-tracking branch 'upstream/master'Marek Safar
2019-12-16Merge pull request #636 from marek-safar/apiJb Evain
2019-12-16Add index based method to ILProcessorMarek Safar
2019-12-10Merge pull request #635 from jbevain/pre-alloc-generic-argsJb Evain
2019-12-10Allocate GenericArguments collections with the right sizesJb Evain
2019-12-08Reduce some GC pressure that adds up in several unity workloads. (#633)Lucas Meijer
2019-12-05Merge pull request #632 from jbevain/netfx-ref-assembliesJb Evain
2019-12-05Use the new reference assemblies packageJb Evain
2019-11-05Create FUNDING.ymlJb Evain
2019-11-05Bump to 0.11.1Jb Evain
2019-10-25Update README to point at the sponsorship page.Jb Evain
2019-10-19Merge pull request #26 from mono/bumpZoltan Varga
2019-10-19Merge remote-tracking branch 'jb/master' into HEADZoltan Varga
2019-10-18Add new places to look for peverifyJb Evain
2019-10-18Merge pull request #622 from jeromelaban/dev/jela/mvid-fixJb Evain
2019-10-18Fix invalid ComputeHash from ByteByffer array computationJerome Laban
2019-08-30Remove Azure PipelinesJb Evain
2019-08-30Ignore packages folderJb Evain
2019-08-30Try running tests in a single domainJb Evain
2019-08-30Fix typo in actionJb Evain
2019-08-30Add Linux jobJb Evain
2019-08-30Move yml file to github workflowsJb Evain
2019-08-30Add github action CIJb Evain
2019-08-30Clean public API of Mono.Cecil.PdbJb 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-08-05Don't rely on StrongNameKeyPair (#548)Anton Tykhyy
2019-08-02Avoid exceptions for malformed debug headersJb Evain
2019-07-31Merge pull request #604 from joshpeterson/add-i8-ui8-variantJb Evain
2019-07-31Add I8 and UI8 fields to the VariantType enumJosh Peterson