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
2015-09-10Properly handle escaping of reflection encoded type namescycle6Jb Evain
2015-09-09fix writting of row/col information in mdbRadek Doulik
2015-09-09Add support for reading/writing new mdb infoJb Evain
2015-05-28Merge pull request #5 from joj/patch-3Alan McGovern
2015-05-27Now really working on xBuildjoj
2015-05-27Merge pull request #4 from joj/patch-1Alan McGovern
2015-05-27Fixes settings for xbuildjoj
2015-05-27Merge pull request #3 from joj/masterAlan McGovern
2015-05-27Allow upstream consumers to override build settingsjoj
2015-04-07do not read behind signature boundariesRadek Doulik
2015-01-27Sync Mono.CompilerServices.SymbolWriter with upstream for Column supportDavid Karlaš
2014-12-01Don't cause a NRE if a nested type can't be found.Rolf Bjarne Kvinge
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