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-08-31Protect against null variable and constant debug informationmono-2017-04Jb Evain
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
2016-07-18Update net_core branchJb Evain
2016-07-15Make the MetadataSystem dictionaries available for GC after immediate readJb Evain
2016-07-15Fix immediate reading of interfacesJb Evain
2016-07-15Merge branch 'master' into winrt-projectionsJb Evain
2016-07-15Merge branch 'iface-impl-ca'Jb Evain
2016-07-15Merge branch 'lowermemuse' into ppdb_lowermemuseJb Evain
2016-07-13Add support for the portable pdb formatJb Evain
2016-07-13Style fixesJb Evain
2016-05-20Add IsWindowsMetadata to Mono.Cecil.Mixin and use it where applicable.Tautvydas Žilys
2016-05-20Fix code convention.Tautvydas Žilys
2016-05-13Merge branch 'master' into lowermemuseJb Evain
2016-04-22Support reading and writing custom attributes on InterfaceImplJb Evain
2015-12-03Fix immediate read mode.Ignas Ziberkas
2015-12-02Untie Windows Runtime projections from metadata tokens.Ignas Ziberkas
2015-12-01Windows Runtime projections.Ignas Ziberkas
2015-08-27Do not force the resolution of attributes when writing a deferred Image as we...Jb Evain
2015-07-30Merge branch 'pcl'Jb Evain
2015-07-22Do not depend on browsing the typedef table to create the type system; Fix #232Jb Evain
2015-05-28Remove support for building against SL and the CF in favor of a PCLJb Evain
2015-05-28Compiling version of PCLJb Evain
2015-05-11Switch from Corlib to CoreLibraryJb Evain
2015-04-30Add support for reading System.Runtime as corlibJb Evain
2015-04-27do not read behind signature boundariesRadek Doulik
2015-04-25GetReaderAt can return null if RVA can not be resolvedJb Evain
2015-04-25Fix handling of modules filenamesJb Evain
2015-04-25Fix reading signatures lengthJb Evain
2015-04-25Merge branch 'master' into lowermemuseJb Evain
2015-04-25Merge branch 'importer'Jb Evain