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 (Collapse)Author
2016-02-27Remove unused filesmaster-signedMiguel de Icaza
2015-03-04Reapply the fix from commit 600d3d00e35Alan McGovern
We have signed assemblies again
2015-02-18Fixes warning in NO_SYMBOL_WRITER modeMarek Safar
2015-02-18Added UniverseOptions.DeterministicOutput to enable deterministic output ↵jfrijters
(i.e. setting the PE file header time stamp to zero and computing the module version id based on the contents, instead of using a random guid).
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 ↵jfrijters
TypeBuilder generic parameter.
2015-02-18Bug fix. When -Xsave is used the modopt types should be attached to ↵jfrijters
unloadable types in inherited method signatures.
2015-02-18Updated copyright year.jfrijters
2015-02-06Merge pull request #7 from atsushieno/masterMarek Safar
net_2_0 profile is removed in Mono, so switch to net_4_0.
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 ↵jfrijters
to MakeTypedReference.
2014-12-18Fixed build error when using Java 8u25.jfrijters
2014-12-18Merged build update from Mono.jfrijters
2014-12-17implements OperatingSystemMXBean.getFreePhysicalMemorySize and ↵smallsql
OperatingSystemMXBean.getTotalPhysicalMemorySize
2014-11-29net_2_0 profile is removed in Mono, so switch to net_4_0.Atsushi Eno
Without this change monodevelop doesn't build.
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 ↵jfrijters
account. Thanks to Maria Papendieck <maria.papendieck@pure-systems.com> for this fix.
2014-11-17Bug fix. NetGraphicsDevice.getDefaultConfiguration() should take the screen ↵jfrijters
into account. Thanks to Maria Papendieck <maria.papendieck@pure-systems.com> for this fix.
2014-11-17Added (conditionally compiled) statistics for some Unsafe operations (that ↵jfrijters
aren't intrinsified).
2014-11-17Updated FORKED to include ForkJoinPool.jfrijters
2014-11-17Fixed previous commit. When growing the array we should make sure we're ↵jfrijters
actually growing it.
2014-11-14Added intrinsic for array version of Unsafe.getAndSetObject().jfrijters
2014-11-14Made Unsafe interlocked operations truly atomic (except for unaligned array ↵jfrijters
access and 'wrong' array type access).
2014-11-12Bug fix. LockSupport.parkUntil() didn't convert milliseconds to nanoseconds.jfrijters
2014-11-11Bug fix. Conflicting default interface methods should throw ↵jfrijters
IncompatibleClassChangeError instead of AbstractMethodError.
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
bugs in default interface method handling.
2014-11-11Bug fix. Miranda method in base class should not interfere with default ↵jfrijters
interface methods.
2014-11-11Bug fix. Default interface methods should not conflict with their own base ↵jfrijters
interfaces.
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 ↵jfrijters
java.util.concurrent.ForkJoinPool direct access.
2014-11-07Implemented "native" socketLocalAddress().jfrijters
2014-11-06Made sun.misc.Unsafe array access more compatible with JDK. It is now ↵jfrijters
possible to get/set primitive values from arrays of a different (primitive) type
2014-10-31* Replace PrivateFontCollection.AddMemoryFont() with ↵smallsql
PrivateFontCollection.AddFontFile() because it not work correctly under Windows 8 if a FontFamily is Dispose. * Use the RemoveFontResourceEx() hack to free the font file after finalize.
2014-10-29Fixed regression introduced by previous fix. We can't use FileInfo.Exists, ↵jfrijters
because it should be possible to read directory attributes as well.
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
Object is currently in use elsewhere.