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-07-20Fixed CliHeader read bug. Thanks to Oleg Mihailik for reporting this.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-21Typo.jfrijters
2011-03-21Use a bit in typeFlags to mark System.Enum and System.ValueType and detect th...jfrijters
2011-03-18Reverted Universe.ForceAssemblyResolve patch and introduced Module.__ResolveR...jfrijters
2011-03-18Added API extension ModuleBuilder.__AddVTableFixups().jfrijters
2011-03-18Added Module.__ReadDataFromRVA() to make it more convenient to read data base...jfrijters
2011-03-17Added support for array Type sizes/lower bounds.jfrijters
2011-03-17Don't needlessly read the contents of a resource module.jfrijters
2011-03-17When missing member resolution is enabled, missing members should always be r...jfrijters
2011-03-17Fix. Don't map unspecified pinvoke calling convention to winapi.jfrijters
2011-03-17Added API extension Module.__GetSectionInfo() to query the section informatio...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-16Added API extension for creating missing methods and fields.jfrijters
2011-03-16Added ForceAssemblyResolve option to allow assembly identity resolution to be...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-13Bug fix: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 extension to get the file hash of a resource module.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-11If mscorlib is missing and the context assembly isn't, we should assume that ...jfrijters
2011-03-11Fixed CustomAttributeBuilder.ToData().jfrijters
2011-03-11Fixed __ToBuilder(). Handle arrays inside arrays and added support for retain...jfrijters
2011-03-11Added API extension CustomAttributeBuilder.__MakeTypedArgument() to make it p...jfrijters
2011-03-11Fixed CustomAttributeData.ToString().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-10Bug fix. String literals that are invalid UTF-16 should not be "corrected".jfrijters
2011-03-10Don't emit tiny header if max stack is set explicitly.jfrijters
2011-03-10Added API extension to expose property calling convention.jfrijters
2011-03-10Bug fix. MaxStack returned incorrect value for tiny header methods.jfrijters
2011-03-10Added API extension to expose resource attributes.jfrijters
2011-03-10Support ToString on a CustomAttributeData with missing type values.jfrijters
2011-03-09If a property or field is missing and the attribute type has a missing base t...jfrijters