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
2014-09-02Handle zeroed debug header. Fix #174mono-legacy-0.9.5Jb Evain
2014-04-12Add a null-check to fix a regression in 4de92b7.Rolf Bjarne Kvinge
2013-10-11Merge remote-tracking branch 'upstream/master'Sebastien Pouliot
2013-10-09Merge pull request #142 from spouliot/masterJb Evain
2013-10-09Unescape a type AssemblyQualifiedName if needed, ref: http://msdn.microsoft.c...Sebastien Pouliot
2013-09-25Add some new internal APIs to remap types.Martin Baulig
2013-08-06Merge pull request #138 from esdrubal/ImportScopeJb Evain
2013-08-04ImportScope now checks before returning new scope that the old scope is not t...marcos henrich
2013-07-09Add Scope property to ResolutionExceptionJb Evain
2013-06-18Handle resolving of retargeteable referencesJb Evain
2013-06-18Add test for resolving portable class libraries referencesJb Evain
2013-06-13Improve exception and error message when trying to write mixed-mode assemblie...Jb Evain
2013-06-03Merge pull request #134 from Ark-kun/patch-1Jb Evain
2013-06-03Fixed EventAttributes in EventDefinition.IsRuntimeSpecialName.Ark-kun
2013-04-18Workaround a bug in a old Mono C# compiler for debug symbols in iteratorsJb Evain
2013-04-16Check that the mdb guid matches the module guid when reading the symbol fileJb Evain
2013-03-21Avoid static state in the pdb readerJb Evain
2013-03-13Update to nunit 2.6.2Jb Evain
2013-03-13Add gitattributesJb Evain
2013-03-13Normalize line endingsJb Evain
2013-03-12More resharper settingsJb Evain
2013-02-21Merge pull request #119 from Fijo/masterJb Evain
2013-02-20If you spec an AssemblyResolver in you ReaderParameters when calling read for...Jonas Fischer
2012-12-05Bring back the pdb guid check that was lost in the upgrade.Jb Evain
2012-12-05Update to the latest CCI pdb readerJb Evain
2012-12-03Fix compilation for the compact frameworkJb Evain
2012-12-03Properly read unsorted GenericParam, DeclSecl and CustomAttr tablesJb Evain
2012-11-01Add support for writing ARMv7 binariesJb Evain
2012-11-01Make 0.9.5.4 nugetJb Evain
2012-10-29Merge branch 'fix-import'Jb Evain
2012-10-29Add tests from @gluckJb Evain
2012-10-29Refactor importing from a generic contextJb Evain
2012-10-29Implement DeclaringType and DeclaringMethod for GenericParameterJb Evain
2012-10-15Merge pull request #113 from bretehlert/upstreamJb Evain
2012-10-15Update Microsoft.Cci.Pdb with latest code from Cci project (fix Issue #110)Bret Ehlert
2012-09-11Add import from @gluckJb Evain
2012-08-10Be even more consistent with IOEJb Evain
2012-08-10Consistent API to set scopesJb Evain
2012-08-10Let people change the scope of a reference, why not?Jb Evain
2012-07-02Avoid a potential NRE if the nested type mapping is wrong (obfuscator)Jb Evain
2012-07-02Add resharper settings for this solutionJb Evain
2012-06-17Primitive types can be defined outside of mscorlibJb Evain
2012-06-17Avoid a crash when the mscorlib doesn't contain a typedef for primitive types...Jb Evain
2012-06-10Protect against empty type fullnames in custom attribute; Fix #102Jb Evain
2012-05-23Honor coding convention here as wellJb Evain
2012-05-23Add support for reading and writing custom dll characteristicsJb Evain
2012-05-23Honor coding conventionJb Evain
2012-05-23Do not add a strong name data directory for zeroed public keysJb Evain
2012-05-23Nuget package .3 revisionJb Evain
2012-04-30Merge pull request #99 from mono/masterJb Evain