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-04-05Fixes previous commitMarek Safar
2017-04-04Manual port of 247371c321e770a9789e5698b3ef1e5cf628ba34Marek Safar
2017-04-04Revert "Clear out symbols that we can't process"Marek Safar
2017-04-04Clear out symbols that we can't processJb Evain
2017-03-30Revert "Zero stream before writing a ReadWrite module. Fix #368"Marek Safar
2017-03-30Zero stream before writing a ReadWrite module. Fix #368Jb Evain
2017-02-21Merge remote-tracking branch 'upstream/master'Marek Safar
2017-02-21Preserve PE timestamps.Rolf Bjarne Kvinge
2017-02-14Merge remote-tracking branch 'upstream/master'Marek Safar
2017-02-13Improve argument checkingJb Evain
2017-01-28Add best effort reading and writing of debug symbolsJb Evain
2016-12-14Merge remote-tracking branch 'upstream/master'Alexander Köplinger
2016-12-06Provide an API to return all custom attributes defined in a moduleJb Evain
2016-08-01Merge remote-tracking branch 'upstream/master'Marek Safar
2016-07-28Add and use CheckFileNameJb Evain
2016-07-28Fix ownership of streams for the writing partJb Evain
2016-07-28Properly handle ownership of streams used by CecilJb Evain
2016-07-28Protect against module leaks triggered by the AssemblyResolverJb Evain
2016-07-25Properly close our stream if we can not read a moduleJb Evain
2016-07-24Merge branch 'master' into net_coreJb Evain
2016-07-24Fix the PCL buildJb Evain
2016-07-22New ReaderParameters to set the FileAccess to read write for reading and writ...Jb Evain
2016-07-22Add parameterless Write methods to write to the same stream as the assembly i...Jb Evain
2016-07-20Refactor stream checksJb Evain
2016-07-20Make sure all symbols are read in immediate modeJb Evain
2016-07-18Update net_core branchJb Evain
2016-07-18Merge branch 'master' into net_coreJb Evain
2016-07-16Disable InMemory by defaultJb Evain
2016-07-15Rename GetFullyQualifiedName to GetFileNameJb Evain
2016-07-15Delete unused methodJb Evain
2016-07-15Merge branch 'master' into winrt-projectionsJb Evain
2016-07-15Merge branch 'lowermemuse' into ppdb_lowermemuseJb Evain
2016-07-13Add support for the portable pdb formatJb Evain
2016-05-20Add IsWindowsMetadata to Mono.Cecil.Mixin and use it where applicable.Tautvydas Žilys
2016-05-13Merge branch 'master' into lowermemuseJb Evain
2016-04-19Fix heuristic to detect if we're reading a corelibrary or notJb Evain
2016-01-23Merge branch 'master' into net_coreJb Evain
2015-12-01Windows Runtime projections.Ignas Ziberkas
2015-08-21Merge commit 'c30e727490dcfe850ac01c5db9eaf744f88fa4e1'Radek Doulik
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-28On-going work for PCL supportJb Evain
2015-05-28Merge pull request #214 from jbevain/sysruntimeJb Evain
2015-05-11AssemblyNameReference.Version should never return null. Fixes #212Jb Evain
2015-05-01Add support for the .net core profileJb Evain
2015-04-30Rename Corlib to CoreLibrary in public symbolsJb Evain
2015-04-30Add support for reading System.Runtime as corlibJb Evain
2015-04-25Merge branch 'master' into lowermemuseJb Evain