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
2020-01-31Fix locally scoped constant array (#644)Simon Cropp
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-06-25Read attributes on constraints in immediate modeJb Evain
2019-06-21Add support for custom attributes on generic constraintsJb Evain
2019-05-30Properly dispose not matching symbolsJb Evain
2019-03-05Remove support for the readonly builds as they don't make sense in a nuget worldJb Evain
2019-02-09Fix off-by-one error in SignatureReader.ReadUTF8String()Alexander Köplinger
2019-01-31Fix reading of obfuscated self referencing typeref row. Fix #555Jb Evain
2018-10-04Do not skip trailing null char in custom attribute stringsJb Evain
2018-06-15Do not crash if a constant signature type is zeroJb Evain
2018-03-03Provide a better exception when symbols are not found or not matching the ass...Jb Evain
2018-03-02Merge pull request #491 from jbevain/documentJb Evain
2018-03-02Switch to using document guidsJb Evain
2018-03-02Merge pull request #373 from Unity-Technologies/upstream-dont-call-windowsrun...Jb Evain
2017-11-17Fix #461: wrong StateMachineScopeDebugInformation APIJb Evain
2017-11-17Fix #462: incorrect AsyncMethodBodyDebugInformation APIJb Evain
2017-11-16Introduce a new action based ReadJb Evain
2017-11-16Fix reading mdb scope end (#466)Jb Evain
2017-11-03Add test and fix for #459, Resolve failing on member obtained by GetMemberRef...Jb Evain
2017-10-31Fix setting of known value typesJb Evain
2017-08-31Gracefully handle zero ranges and inline callsJb Evain
2017-08-31Protect against null variable and constant debug informationJb Evain
2017-06-08Avoid a call to MemoryStream.GetBuffer. Fix #406Jb Evain
2017-06-02Add support for source link and embedded sources custom debug infosJb Evain
2017-04-07Fix code formatting.Josh Peterson
2017-04-06Do not project for windows runtime during read.Josh Peterson
2017-04-06Project for Windows runtime in another caseJosh Peterson
2017-04-04Fix handling of null constants in portable pdbsJb 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-21Refactor and adjust coding styleJb Evain
2017-03-21NativePdb roundtrip for iterators, state machine, scopes and using namespace;...Virgile Bello
2017-03-14[Performance] Improve AddMapping performance by using a List instead of an Ar...Marius Ungureanu
2017-03-09Fix handling of hidden sequence pointsJb Evain
2017-02-25Remove unused fieldJb Evain
2017-02-14Do not read symbols for newly added methods when writingJb Evain
2017-01-28Add best effort reading and writing of debug symbolsJb Evain
2017-01-10[ppdb] Fix the encoding/decoding of empty parts in document names, they shoul...Zoltan Varga
2016-12-06Provide an API to return all custom attributes defined in a moduleJb Evain
2016-08-30Prevent exceptions on obfuscated resourcesJb Evain
2016-08-04Make sure we do not mess with the stream position when writingJb Evain
2016-07-28Make InitializeCustomAttributes internalJb Evain
2016-07-28Protect against module leaks triggered by the AssemblyResolverJb Evain
2016-07-24Merge branch 'master' into net_coreJb Evain
2016-07-24Fix the PCL buildJb Evain
2016-07-22Inline propertyJb Evain
2016-07-21Only create one code readerJb Evain