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
2014-06-13Bug fix. Handle malformed UTF-16 (invalid surrogates) in type/member names an...jfrijters
2014-06-13Removed unused method.jfrijters
2014-06-10Removed unused "native" methods.jfrijters
2014-06-10Add dummy "management" library to VFS as of the previous unforking commit the...jfrijters
2014-06-10Unforked sun.management.FileSystemImpl and sun.management.GcInfoBuilder.jfrijters
2014-06-10Removed sun.misc.Unsafe usage from java.util.concurrent.atomic.Striped64.jfrijters
2014-06-10@InterlockedCompareAndSet:jfrijters
2014-06-10Prepare for fork.jfrijters
2014-06-07Bug fix. ProtectionDomain stack walk should ignore "HideFromStackWalk" frames.jfrijters
2014-06-07Added security attributes needed for .NET 4 build.jfrijters
2014-06-07performance increment. Does not sync a Bitmap buffer before dispose.smallsql
2014-06-07Include some missing resources.jfrijters
2014-06-06Bug fix. Eagerly close the redirected in/outputs when an exception occurs or ...jfrijters
2014-06-06Bug fix. Process exec should support quotes around filename for VFS executables.jfrijters
2014-06-06Implemented (runtime visible) type annotation rendering in runtime stub gener...jfrijters
2014-06-05Implemented type annotation reflection for statically compiled classes.jfrijters
2014-06-05Implemented type annotation reflection for dynamically loaded classes.jfrijters
2014-06-04Simplified AnnotationType meta annotation handling.jfrijters
2014-06-04Prepare for forking.jfrijters
2014-06-04Fixed .NET type method parameter reflection to handle methods with parameters...jfrijters
2014-06-03Match OpenJDK handling of invalid MethodParameters attribute.jfrijters
2014-06-03Added parameter reflection for Invoke method on (fake) delegate nested interf...jfrijters
2014-06-03Compile core class library with javac -parameters option to capture all metho...jfrijters
2014-06-03Added (undocumented) -noparameterreflection option ikvmc to disable emitting ...jfrijters
2014-06-03- Enabled MethodParameter rendering in runtime stub generator.jfrijters
2014-06-03Added support for MethodParameters in statically compiled classes.jfrijters
2014-06-03- Prevent unfocable windows from being activated by mouse click.jfrijters
2014-06-03Implemented method parameter reflection for dynamically loaded classes.jfrijters
2014-06-03Malformed MethodParameters attribute should not throw ClassFormatError.jfrijters
2014-06-02Fixed PackageListAttribute to be ECMA compliant.jfrijters
2014-06-02Added UniverseOptions.DecodeVersionInfoAttributeBlobs to support decoding Cus...jfrijters
2014-05-30Enum & Value type recognition fix.Mike Krüger
2014-05-30Added strong name to IKVM.Mike Krüger
2014-05-30Reapply 'Added universe option to surpress identity conversion.'Mike Krüger
2013-12-05Bug fix. Assembly may contain both PublicKeyToken and PublicKey if they are t...jfrijters
2013-12-03When a cyclic type forwarder is found and UniverseOptions.ResolveMissingMembe...jfrijters
2013-12-03Throw TypeLoadException when exported type (indirectly) points to itself.jfrijters
2013-11-22Removed unnecessary early out in SelectMethod().jfrijters
2013-11-21Fix for bug #283.jfrijters
2013-11-16Added new overload for __AddTypeForwarder() that takes an additional bool to ...jfrijters
2013-11-16Only (incorrectly) set the TypeDefId for exported types from another assembly...jfrijters
2013-11-01Bug fix. ExceptionHandler.Equals(object) called itself instead of Equals(Exce...jfrijters
2013-10-25JNI fixes:jfrijters
2013-10-24Bug fix. JNI NewStringUTF should accept null pointer.jfrijters
2013-10-21Implements the StandardGlypVector constuctor with glyphssmallsql
2013-10-20Improved handling of missing types (from missing assemblies in ikvmc).jfrijters
2013-10-20Fixed method handle custom invoke to downcast the return type. Without the ca...jfrijters
2013-10-20Avoid reflection in creating ConditionalWeakTable value objects. Thanks to Mi...jfrijters
2013-10-20Previous commit broke the build.jfrijters
2013-10-20Fixed handling of annotations with invalid type signatures.jfrijters