Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-01Added new overload of __ResolveOptionalParameterTypes() that supports resolvi...jfrijters
2011-12-01- Rewrote custom modifier handling to retain ordering.jfrijters
2011-11-07Implemented most of AssemblyName (except parsing) without dependency on Syste...jfrijters
2011-10-13Added support for process architecture in assembly flags.jfrijters
2011-09-30Added API extension to set custom attributes on interfaceimpl records.jfrijters
2011-09-30It turns out that when adding an AssemblyRef we should only mess with the Pub...jfrijters
2011-03-22Don't add emtpy vtable fixup.jfrijters
2011-03-22Added high level API extension MethodBuilder.__AddUnmanagedExport().jfrijters
2011-03-22Added API extension ModuleBuilder.__AddUnmanagedExportStub().jfrijters
2011-03-21Only fixup pseudo-assembly reference tokens in ExportedType table.jfrijters
2011-03-21Add ModuleBuilder.__AddAssemblyReference(AssemblyName, Assembly) to allow dup...jfrijters
2011-03-18Added API extension ModuleBuilder.__AddVTableFixups().jfrijters
2011-03-17- Added API extension to query the types exported from a module.jfrijters
2011-03-17Always write XML declarative security in .NET 1.1 format.jfrijters
2011-03-14- Removed TypeBuilder.__SetStructLayoutAttribute().jfrijters
2011-03-13Support roundtripping hash in AssemblyRef record.jfrijters
2011-03-11Added API extension to get/set stack reserve.jfrijters
2011-03-11Added API extensions to get and set custom attributes at the token level.jfrijters
2011-03-11Added API extensions to add low-level Module and ManifestResource table records.jfrijters
2011-03-10Automatically emit .NET 1.x compatible declarative security when appropriate.jfrijters
2011-03-09Allow adding a null module ref.jfrijters
2011-03-08Added API extension Module.__GetReferencedTypes() to get the TypeRef table co...jfrijters
2011-03-08Added API extension __ImageBase to Module.jfrijters
2011-03-08Align managed resources on 8 bytes.jfrijters
2011-03-08Added API extensions to get and add referenced modules.jfrijters
2011-03-06Added Type.IsGenericTypeInstance to make it easier (and more efficient) to te...jfrijters
2011-03-06Added API extension __SetStructLayoutAttribute().jfrijters
2011-03-06Bug fix. When adding an assembly ref, support names that don't have Version o...jfrijters
2011-03-06Apparently we should emit a TypeRef for types used in DeclSecurity.jfrijters
2011-03-06Added API extension __SetModuleVersionId().jfrijters
2011-03-03Allow missing types and methods to be used in emitted assembly.jfrijters
2011-01-21Fixed TypeBuilder.SetParent(null) handling. Moved base type defaulting to Cre...jfrijters
2011-01-20The type attributes are mutable, so there is no reason to require them in __D...jfrijters
2011-01-20More type name fixes. This time to support the fact that the CLR and Mono bot...jfrijters
2011-01-18Added support for saving to a stream instead of a file.jfrijters
2011-01-12Refactored Define[Nested]Type methods to allow __DefineType() and __DefineNes...jfrijters
2011-01-12Remove parent from TypeBuilder constructor.jfrijters
2011-01-12Re-arrange Name/__Name usage to avoid redundant escaping/unescaping.jfrijters
2010-12-09According to Marek, Mono requires the PropertyMap table to be sorted.jfrijters
2010-12-08Added Module.__GetReferencedAssemblies() API.jfrijters
2010-12-08Added ModuleBuilder.__AddAssemblyReference() API to explicitly add assembly r...jfrijters
2010-11-29Add support for assembly custom attributes on modules (they are applied to a ...jfrijters
2010-11-29Added AssemblyBuilder.__AddModule() to allow pre-existing modules to be linke...jfrijters
2010-11-29- Added ModuleBuilder.__Save() to support -target:module option better.jfrijters
2010-11-29Use ResourceSection directly to collect unmanaged resources. To prepare for a...jfrijters
2010-06-28Added separate memberref cache to avoid duplicates in the MemberRef table.jfrijters
2010-06-28Renamed StandAloneSigTable and ModuleRefTable Add methods to FindOrAddRecord ...jfrijters
2010-06-28Implemented __GetDeclaredMethods() for ArrayType and MultiArrayType.jfrijters
2010-06-28Fixed metadata header to account for the actual ImageRuntimeVersion string le...jfrijters
2010-06-24It turns out that it is legal to use a generic method definition in a method ...jfrijters