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-05Ignore exception when an invalid culture is specified (using AssemblyBuilder....jfrijters
2011-12-05AssemblyCultureAttribute should not influence the LCID of the version info re...jfrijters
2011-10-11Added support for PortableExecutableKinds.Preferred32Bit.jfrijters
2011-10-10Added Windows 8 DllCharacteristics flags.jfrijters
2011-09-30Fixed regression caused by previous change. The number of sections needs to b...jfrijters
2011-09-30Added support for ARM.jfrijters
2011-09-30Made optional section handling more consistent and made .reloc optional as well.jfrijters
2011-09-30Added API extension to set custom attributes on interfaceimpl records.jfrijters
2011-07-20Fixed CliHeader read bug. Thanks to Oleg Mihailik for reporting this.jfrijters
2011-03-22Added high level API extension MethodBuilder.__AddUnmanagedExport().jfrijters
2011-03-22Added API extension ModuleBuilder.__AddUnmanagedExportStub().jfrijters
2011-03-18Added API extension ModuleBuilder.__AddVTableFixups().jfrijters
2011-03-11Added API extension to get/set stack reserve.jfrijters
2011-03-08Added FieldBuilder.__SetReadOnlyDataAndRVA() to define read-only initialized ...jfrijters
2011-03-08Added API extensions to get and add referenced modules.jfrijters
2011-02-20Added Mono Ref.Emit compatibility feature to allow modules currently in use t...jfrijters
2011-02-14Performance tweak by Marek.jfrijters
2011-01-26Performance tweaks by Marek.jfrijters
2011-01-24Mark the just written module as executable (when running on Mono).jfrijters
2011-01-18Added support for saving to a stream instead of a file.jfrijters
2011-01-11Fix for big endian systems. Thanks to Marek Safar for reporting this.jfrijters
2010-12-06Custom attributes applied to GenericTypeParameterBuilder were attached to the...jfrijters
2010-11-29Added AssemblyBuilder.__DefineIconResource() API.jfrijters
2010-11-29Use ResourceSection directly to collect unmanaged resources. To prepare for a...jfrijters
2010-08-09Fix bug #3040528.jfrijters
2010-08-09Fixed x64 import directory alignment.jfrijters
2010-07-28Fix for bug #3035831.jfrijters
2010-06-09Fix. When the user string heap overflows, throw an exception instead of silen...jfrijters
2010-05-07Delay signing fix.jfrijters
2010-04-19Added support for delay signing (i.e. setting the public key without having t...jfrijters
2010-01-25Removed UTF-8 byte order marks.jfrijters
2010-01-25New IKVM.Reflection implementation.jfrijters