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
2016-02-27Remove unused filesmaster-signedMiguel de Icaza
2015-03-04Reapply the fix from commit 600d3d00e35Alan McGovern
2015-02-18Fixes warning in NO_SYMBOL_WRITER modeMarek Safar
2015-02-18Added UniverseOptions.DeterministicOutput to enable deterministic output (i.e...jfrijters
2015-02-18Added new public API ModuleBuilder.__PEHeaderTimeDateStamp property.jfrijters
2015-02-18Added CoreCLR target for IKVM.Reflection.jfrijters
2015-02-18Bug fix. Don't try to get constructor on generic instantiation containing a T...jfrijters
2015-02-18Bug fix. When -Xsave is used the modopt types should be attached to unloadabl...jfrijters
2015-02-18Updated copyright year.jfrijters
2015-02-06Merge pull request #7 from atsushieno/masterMarek Safar
2015-01-30Reapply SupressReferenceTypeIdentityConversion flag.Mike Krüger
2015-01-27Fixed ModuleBuilder.DefineManifestResource() to support very large resources.jfrijters
2015-01-09Bug fix. Unsafe.compareAndSwapObject should resolve field before passing it t...jfrijters
2014-12-18Fixed build error when using Java 8u25.jfrijters
2014-12-18Merged build update from Mono.jfrijters
2014-12-17implements OperatingSystemMXBean.getFreePhysicalMemorySize and OperatingSyst...smallsql
2014-11-29net_2_0 profile is removed in Mono, so switch to net_4_0.Atsushi Eno
2014-11-19Optimized [Integer|Long].[compare|divide|remainder]Unsigned().jfrijters
2014-11-19Added support for div.un and rem.un opcodes.jfrijters
2014-11-18Implemented isAdapterIpv6Enabled().jfrijters
2014-11-18More Unsafe intrinsics.jfrijters
2014-11-18Added cache for methodinfos of interlocked methods.jfrijters
2014-11-17Bug fix. NetComponentPeer.getLocationOnScreen() should take insets into accou...jfrijters
2014-11-17Bug fix. NetGraphicsDevice.getDefaultConfiguration() should take the screen i...jfrijters
2014-11-17Added (conditionally compiled) statistics for some Unsafe operations (that ar...jfrijters
2014-11-17Updated FORKED to include ForkJoinPool.jfrijters
2014-11-17Fixed previous commit. When growing the array we should make sure we're actua...jfrijters
2014-11-14Added intrinsic for array version of Unsafe.getAndSetObject().jfrijters
2014-11-14Made Unsafe interlocked operations truly atomic (except for unaligned array a...jfrijters
2014-11-12Bug fix. LockSupport.parkUntil() didn't convert milliseconds to nanoseconds.jfrijters
2014-11-11Bug fix. Conflicting default interface methods should throw IncompatibleClass...jfrijters
2014-11-11Added comment about changed method overriding semantics in JDK 8u11.jfrijters
2014-11-11Add some (level 4) warnings for abstract method errors that can be caused by ...jfrijters
2014-11-11Bug fix. Miranda method in base class should not interfere with default inter...jfrijters
2014-11-11Bug fix. Default interface methods should not conflict with their own base in...jfrijters
2014-11-11Don't call IsSubTypeOf() on primitive types.jfrijters
2014-11-10Optimized unsafe field access.jfrijters
2014-11-10Prepare java.util.concurrent.ForkJoinPool for forking.jfrijters
2014-11-10Changed Thread.parkBlocker field accessiblity to internal, to allow java.util...jfrijters
2014-11-07Implemented "native" socketLocalAddress().jfrijters
2014-11-06Made sun.misc.Unsafe array access more compatible with JDK. It is now possibl...jfrijters
2014-10-31* Replace PrivateFontCollection.AddMemoryFont() with PrivateFontCollection.Ad...smallsql
2014-10-29Fixed regression introduced by previous fix. We can't use FileInfo.Exists, be...jfrijters
2014-10-29Merged fix from 8u11.jfrijters
2014-10-29Use (temporarily) forked com/sun/java/util/jar/pack/PackageReader class.jfrijters
2014-10-29Workaround for https://bugs.openjdk.java.net/browse/JDK-8062335jfrijters
2014-10-29Prepare for temp fork to workaround a bug.jfrijters
2014-10-28Enable pack200 unpacking.jfrijters
2014-10-28Ignore -Xmn and -XX: Oracle Java specific command line options.jfrijters
2014-10-27synchronise bitmap to fix a sporadic: cli.System.InvalidOperationException: ...smallsql