ikvm-fork/runtime
jfrijters 9803e4805b Use "ikvm.exports" map for "wildcard exports" (i.e. assemblies that are referenced and whose types are available thru the assembly class loader). 2009-02-19 08:12:05 +00:00
..
AssemblyInfo.cs.in Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts. 2008-12-23 07:28:20 +00:00
BigEndianBinaryReader.cs *** empty log message *** 2006-07-06 13:53:51 +00:00
ByteCode.cs Implemented improved floating point compliance. 2007-08-08 13:51:55 +00:00
ByteCodeHelper.cs Include helpful exception message in ClassCastException generated for ghost array casts. 2009-01-06 09:47:59 +00:00
ClassFile.cs Make ikvmc emit a warning whenever it emits code that throws a hard error. 2008-12-23 06:07:10 +00:00
ClassLoaderWrapper.cs Use "ikvm.exports" map for "wildcard exports" (i.e. assemblies that are referenced and whose types are available thru the assembly class loader). 2009-02-19 08:12:05 +00:00
CodeEmitter.cs Integrated IKVM.Reflection.Emit in ikvmc. 2008-11-14 08:42:07 +00:00
CoreClasses.cs - Implemented CallerID infrastructure. 2008-05-31 15:20:29 +00:00
DynamicClassLoader.cs Changed proxy stub name mangling to work around ildasm bug. 2008-11-17 07:17:31 +00:00
ExceptionHelper.cs Use .NET reflection instead of soon to be removed MethodWrapper.Invoke(). 2008-08-21 06:16:40 +00:00
IKVM.Runtime.8.csproj Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts. 2008-12-23 07:28:20 +00:00
IKVM.Runtime.JNI.8.csproj Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts. 2008-12-23 07:28:20 +00:00
JavaException.cs - Removed .NET 1.1 specific code 2007-11-26 08:38:38 +00:00
JniAssemblyInfo.cs.in Removed hard coded public key from JniInterface.cs. 2008-11-18 07:15:55 +00:00
JniInterface.cs Removed hard coded public key from JniInterface.cs. 2008-11-18 07:15:55 +00:00
MemberWrapper.cs Changed "InternalsVisibleTo" handling to be based on Assembly instead of class loader. 2009-02-10 07:24:30 +00:00
PassiveWeakDictionary.cs Fixed incredibly lame bug. The Target of a reused WeakReferences wasn't set. This would cause ghost arrays to sometimes lose their type. 2009-02-05 13:53:57 +00:00
ReflectUtil.cs Integrated IKVM.Reflection.Emit in ikvmc. 2008-11-14 08:42:07 +00:00
TypeWrapper.cs Changed "InternalsVisibleTo" handling to be based on Assembly instead of class loader. 2009-02-10 07:24:30 +00:00
atomic.cs Workaround for Mono bug 467230. 2009-01-20 05:14:17 +00:00
attributes.cs - Removed .NET 1.1 specific code 2007-11-26 08:38:38 +00:00
common.cs Renamed AssemblyClassLoader.Assembly to MainAssembly. 2009-02-10 07:27:25 +00:00
compiler.cs Removed JIT perf workaround that is no longer necessary as of .NET 2.0 SP2 (aka .NET 3.5 SP1). 2009-02-16 06:02:02 +00:00
intrinsics.cs Disable String.toCharArray() intrinsic, because it relies on globals. 2009-02-10 05:53:57 +00:00
openjdk.cs Use JMath functions (where possible and necessary) instead of .NET Math functions. 2009-02-16 05:13:49 +00:00
profiler.cs Generified all collections. 2008-08-15 12:01:06 +00:00
runtime.build Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts. 2008-12-23 07:28:20 +00:00
tracer.cs - Fixed tracer to only add a trace listener in executables. Bug #2533728. 2009-02-04 07:03:30 +00:00
verifier.cs Handle invokespecials that have been turned into errors in local variable analysis. 2009-02-04 06:52:53 +00:00
vm.cs Implemented shared class loader support. 2008-12-23 07:11:29 +00:00