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-03-29Expose annotations on statically compiled code as java.lang.reflect.Proxy ins...jfrijters
2011-03-14Bug fix. Support loading resources from assemblies added to the boot classloa...jfrijters
2011-02-18Don't convert assembly class loader construction exceptions into critical fai...jfrijters
2011-02-17Allow @ikvm.lang.Internal methods to implement an interface method.jfrijters
2011-02-17Interface methods must be public, so we ignore the @ikvm.lang.Internal annota...jfrijters
2011-02-14Undo accidental commit.jfrijters
2011-02-14Optimized the Type == operator.jfrijters
2011-01-21Clean up TypeWrapper.IsFakeNestedType and allow it to be called on unfinished...jfrijters
2011-01-07Added support for loading resources from assemblies loaded in the LoadFrom co...jfrijters
2010-12-28Added ikvm.runtime.Startup.addBootClassPathAssemby() API.jfrijters
2010-12-28Removed VMThread class which only existed as a container for the jniDetach me...jfrijters
2010-12-24Fix for NPE if type parameter type cannot be loaded.jfrijters
2010-12-10Add new files to project.jfrijters
2010-12-10Ported fdlibm/floor and fdlibm/tan (and dependencies).jfrijters
2010-12-10Prepare for fork/port to C#.jfrijters
2010-12-10Ported fdlibm/s_log1p.jfrijters
2010-12-10Ported fdlibm/e_hypot.jfrijters
2010-12-10Prepare for fork/port to C#. This time with the right filename.jfrijters
2010-12-10- Ported fdlibm/s_exmp1.jfrijters
2010-12-10Prepare for fork/port to C#.jfrijters
2010-12-09Ported fdlibm cbrt to C# and use that for StrictMath.cbrt().jfrijters
2010-12-09Prepare for fork/port to C#.jfrijters
2010-12-09- Added fdlibm files to project.jfrijters
2010-12-09Ported e_pow and s_scalbn to C# and added some support methods.jfrijters
2010-12-09Prepare for fork/port to C#.jfrijters
2010-12-08Ignore LoadRemappedTypes() if it is called redundantly.jfrijters
2010-12-08Fixed Math bugs in cbrt, hypot, expm1 and log1p exposed by Malva MathTest.jfrijters
2010-12-07Added support for encoding incorrect annotation values and reporting the exce...jfrijters
2010-12-06- Check current UACVirtualization setting for every write access (because it ...jfrijters
2010-12-03Make the access behavior to the system preferences more like Java. Also the b...smallsql
2010-11-25There's no first-pass build of IKVM.Runtime.JNI.dll.jfrijters
2010-11-25Made getStackAccessControlContext() parameters typed.jfrijters
2010-11-25Made FromCallerID method signature typed.jfrijters
2010-11-25Added CallerID and AccessControlContext to be able to use them in method sign...jfrijters
2010-11-24Don't call GetIPv6Properties() if IPv6 isn't available.jfrijters
2010-11-24Don't create zero length context arrays, use null reference instead. The Java...jfrijters
2010-11-24File.canWrite() should always return true for directories (on Windows).jfrijters
2010-11-24UnauthorizedAccessException caused by already existing file or directory shou...jfrijters
2010-11-24Remove implementation specific methods from top of stack trace for threads st...jfrijters
2010-11-23The full Thread parent hierarchy should be considered when capturing the stack.jfrijters
2010-11-23AccessController.doPrivileged() stack frame was not recognized properly.jfrijters
2010-11-23Made Thread constructor stack capture more lazy.jfrijters
2010-11-23Fixed first-pass conditional compilation condition.jfrijters
2010-11-23Made assembly class loader construction lazy.jfrijters
2010-11-23Removed trace messages that don't add much value but do cause the tracer to n...jfrijters
2010-11-22Made ProtectionDomain for assembly class loader lazy.jfrijters
2010-11-20Fixed regression introduced by x64 v4 JIT bug workaround. Only (in)equality c...jfrijters
2010-11-19Added workaround for https://connect.microsoft.com/VisualStudio/feedback/deta...jfrijters
2010-11-18File.lastModified() should return 0 for non-existing files. Fix for #3111432....jfrijters
2010-11-18Add support for serializing .NET exceptions. We don't serialize the actual ob...jfrijters