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
2012-05-01Removed utf8_cp field from ClassFile (as it was only used during ClassFile co...jfrijters
2012-05-01Bug fix. If a class file UTF8 string ends with an incomplete multi byte char,...jfrijters
2012-04-28Revert the previous commit and fix the bug in a better way. Instead of droppi...jfrijters
2012-04-28Bug fix. Don't add certificates to virtual cacerts file that aren't currently...jfrijters
2012-04-15fir the wrong loop in getThreadInfo1smallsql
2012-04-15First implementation of ThreadMXBean in Java_sun_management_ThreadImplsmallsql
2012-04-15Move getThreads() to native code for reusing on other place. This is also mor...smallsql
2012-04-13Bug fix. When an unloadable type is used in a method signature that overrides...jfrijters
2012-04-12Added support for type 2 access stubs for constructors.jfrijters
2012-03-29Fix for recently introduced bug (with access stub rewrite). Bug #3512589.jfrijters
2012-03-26There is no reason for Serialization class to be public.jfrijters
2012-03-25More ikvmc error handling clean up.jfrijters
2012-03-24Added support to ikvmc to automatically set the full source path in the debug...jfrijters
2012-03-22Changed ikvmstub to use missing assemblies when a dependency is not found and...jfrijters
2012-03-20Bug fix. Custom attribute properties that don't have a public getter and sett...jfrijters
2012-03-12Avoid linking class constant pool entries that aren't used (or are only used ...jfrijters
2012-02-23Intrinsified the unsafe.objectFieldOffset(XXX.class.getDeclaredField("xxx")) ...jfrijters
2012-01-29Add dummy splashscreen native library to VFS. Fix for #3480917.jfrijters
2012-01-26Bug fix. The $Method inner class for delegates should also be loadable for ge...jfrijters
2012-01-20Bug fix. Stack trace elements in methods in remapped .NET types should not li...jfrijters
2012-01-20When instantiating a delegate and the object passed in does not properly impl...jfrijters
2012-01-20The Invoke method can also be completely missing.jfrijters
2012-01-20Must throw AbstractMethodError when the method is static, regardless of acces...jfrijters
2012-01-20If the delegate invoke stub would end up calling the wrong method, it should ...jfrijters
2012-01-20When a dynamic only interface method ends up being "implemented" by a static ...jfrijters
2012-01-20Add support for delegates with ByRef parameters.jfrijters
2012-01-05Removed method name mangling and depend on custom modifiers instead.jfrijters
2012-01-04Add modopt custom modifiers for methods (that need it).jfrijters
2012-01-04EmitCallerIDStub doesn't need support for handling "special" parameter types.jfrijters
2012-01-04GenerateOverrideStub should use GetDefineMethodHelper().jfrijters
2012-01-03Removed hack that fixed infinite recursion for generic types that use sub typ...jfrijters
2012-01-03Made base TypeWrapper resolution lazy for compiled and .NET TypeWrappers. Thi...jfrijters
2012-01-02Bug fix. When constructing a generic class loader we can't use GetWrapperFrom...jfrijters
2011-12-15Corrected comment.jfrijters
2011-12-15Removed obsolete comment.jfrijters
2011-12-15It turns out there's really no good reason why custom attributes should be se...jfrijters
2011-12-15- Fixed regression introduced by earlier change. Type names should be unescaped.jfrijters
2011-12-15Fix name length for inner classes.jfrijters
2011-12-15Bug fix. Don't call Finish on unloadable TypeWrapper.jfrijters
2011-12-15Removed class name length limitation.jfrijters
2011-12-14Removed circular dependency hack for delegate types that isn't required anymo...jfrijters
2011-12-14Introduced an intermediate compilation pass for CreateStep2 to enable a class...jfrijters
2011-12-14Delay setting the TypeBuilder parent until Finish stage.jfrijters
2011-12-14Renamed CreateStep2NoFail to CreateStep2, because while it shouldn't fail, Cr...jfrijters
2011-12-14Make AllocMangledName register the wrapper directly, because there is no reas...jfrijters
2011-12-14Fix regression introduced in previous commit. Finish() should link the member...jfrijters
2011-12-14- Removed BaseTypeWrapper.Finish() call from DotNetTypeWrapper.LazyPublishMem...jfrijters
2011-12-13Removed parameters from CreateStep1 and CreateStep2NoFail.jfrijters
2011-12-13Removed some unnecessary downcasts.jfrijters
2011-12-13Removed last remaining TypeAsBuilder usage.jfrijters