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-12-19Merge remote-tracking branch 'upstream/master'mono-2017-12Marek Safar
2017-12-05use MSBuild bools instead of strings (#473)Simon Cropp
2017-11-25Add test for mismatched pdb (#469)Chris Hamons
2017-11-22Add constructor arguments to ICustomAttribute. (#468)Rolf Bjarne Kvinge
2017-11-22Add constructor arguments to ICustomAttribute. (#468)Rolf Bjarne Kvinge
2017-11-17Merge remote-tracking branch 'upstream/master'Marek Safar
2017-11-17Fix #461: wrong StateMachineScopeDebugInformation APIJb Evain
2017-11-17Fix #462: incorrect AsyncMethodBodyDebugInformation APIJb Evain
2017-11-17If GetReaderProvider throws for any reason, we consider there's no symbol for...Jb Evain
2017-11-16Introduce a new action based ReadJb Evain
2017-11-16Move debug info code after method body codeJb Evain
2017-11-16Fix reading mdb scope end (#466)Jb Evain
2017-11-03Bump to beta7Jb 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-10-31Prevent usage of TypeDefinition.set_IsValueTypeJb Evain
2017-10-28Avoid crashing if the runtime string is emptyJb Evain
2017-10-25Merge pull request #444 from tmat/NetStandardTestsJb Evain
2017-10-25More style fixesJb Evain
2017-10-25Style and patternsJb Evain
2017-10-25Merge branch 'integrate-444' into NetStandardTestsJb Evain
2017-10-24Merge pull request #453 from joelmartinez/patch-1Jb Evain
2017-10-24Merge pull request #457 from jbevain/fix-ilparseJb Evain
2017-10-24Fix re-entrancy issues with ILParserJb Evain
2017-10-12Change `BaseAssemblyResolver.SearchDirectory` to protected virtualJoel Martinez
2017-10-10Include Mono.Cecil.Tests.csproj in netstandard buildTomas Matousek
2017-10-05Fix win32 resource processing.Eugene Rozenfeld
2017-10-05Fix long comparison testJb Evain
2017-10-05Ldc_I4 takes an intJb Evain
2017-10-05Prevent a crash when reading VB generated pdbJb Evain
2017-10-05Fixed invalid format in String.FormatHimura Kazuto
2017-10-05Avoid exception in GetSequencePointMapping when a pdb has multiple sequence p...Jb Evain
2017-10-05Gracefully handle zero ranges and inline callsJb Evain
2017-10-01Merge pull request #450 from erozenfeld/Win32ResourcesJb Evain
2017-09-30Fix win32 resource processing.Eugene Rozenfeld
2017-09-28Fix long comparison testJb Evain
2017-09-28Ldc_I4 takes an intJb Evain
2017-09-28Prevent a crash when reading VB generated pdbJb Evain
2017-09-23Merge pull request #449 from Himura2la/patch-1Jb Evain
2017-09-20Fixed invalid format in String.FormatHimura Kazuto
2017-09-08Avoid exception in GetSequencePointMapping when a pdb has multiple sequence p...Jb Evain
2017-08-31Gracefully handle zero ranges and inline callsJb Evain
2017-08-31Update mono specific SetMetadataImporterMarek Safar
2017-08-31Merge remote-tracking branch 'upstream/master'Marek Safar
2017-08-31No write, only readJb Evain
2017-08-31Add test for invalid constants in ppdbJb Evain
2017-08-31Protect against null variable and constant debug informationJb Evain
2017-08-30Add MethodImplAttributes.AggressiveInlining; Fix #440Jb Evain
2017-08-29Make module fields protected in importersJb Evain
2017-08-29Make ImportReference(AssemblyName) virtualJb Evain