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-02Removed static Create() from __StandAloneMethodSig and added Universe.MakeSta...jfrijters
2011-12-01Added new overload of __ResolveOptionalParameterTypes() that supports resolvi...jfrijters
2011-12-01- Added custom modifier support in local variable signatures.jfrijters
2011-12-01Added support for custom modifiers to StandAloneMethodSig.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-10-06Added ILGenerator.__StackHeight property API extension.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-05-10Fix. DefineNestedType should accept a null reference for the interfaces param...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-21Use a bit in typeFlags to mark System.Enum and System.ValueType and detect th...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-16Bug fix. BeginExceptFilterBlock() should behave like BeginCatchBlock(), not B...jfrijters
2011-03-14- Removed TypeBuilder.__SetStructLayoutAttribute().jfrijters
2011-03-13Support roundtripping hash in AssemblyRef record.jfrijters
2011-03-13Type parameter type names need not assembly qualified if the types live in th...jfrijters
2011-03-13Added API extension FieldInfo.__FieldRVA.jfrijters
2011-03-11Added API extension to set the calling convention (without it being meddled w...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-11When target .NET 1.x adjust the type name writing algorithm to match the quir...jfrijters
2011-03-11Fixed CustomAttributeBuilder.ToData().jfrijters
2011-03-11Added API extension CustomAttributeBuilder.__MakeTypedArgument() to make it p...jfrijters
2011-03-10Added API extension Assembly.__AssemblyFlags to query all the assembly flags....jfrijters
2011-03-10Bug fix. <Module> should not extend object.jfrijters
2011-03-10Automatically emit .NET 1.x compatible declarative security when appropriate.jfrijters
2011-03-10- Retain event method ordering.jfrijters
2011-03-10- Delay calling convention patching until Bake (because accessors may be set ...jfrijters
2011-03-10Don't emit tiny header if max stack is set explicitly.jfrijters
2011-03-09Allow adding a null module ref.jfrijters
2011-03-08Added FieldBuilder.__SetReadOnlyDataAndRVA() to define read-only initialized ...jfrijters
2011-03-08Align initialized data arrays.jfrijters
2011-03-08Added API extension Module.__GetReferencedTypes() to get the TypeRef table co...jfrijters
2011-03-08Introduced base class for virtual Module classes to have common place to impl...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-07Write out types in fixed arg reading/writing to allow missing types to be rec...jfrijters
2011-03-07Added API extension __FromBlob overload to create declarative security "attri...jfrijters
2011-03-06Added Type.IsGenericTypeInstance to make it easier (and more efficient) to te...jfrijters
2011-03-06Added API extension __SetStructLayoutAttribute().jfrijters