ikvm-fork/runtime
jfrijters 895ad8516d Implemented two custom assembly class loaders. 2007-10-22 08:09:19 +00:00
..
AssemblyInfo.cs Updated version numbers. 2007-04-09 08:32:48 +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 Moved "instance of" test to TypeWrapper and added support for ghost and dynamiconly type arrays. 2007-05-31 07:12:56 +00:00
ClassFile.cs Implemented ikvmc optimization for string literals that are only used to call toCharArray() on. 2007-06-12 09:48:36 +00:00
ClassLoaderWrapper.cs Added check to prevent defineClass() on an assembly class loader from defining a class that already exists in the assembly. 2007-10-22 05:20:42 +00:00
CodeEmitter.cs Added support for lazy string literals. 2007-06-12 09:47:40 +00:00
CoreClasses.cs *** empty log message *** 2006-04-10 09:09:09 +00:00
DynamicClassLoader.cs Don't include unused code in runtime build, to avoid warnings. 2007-09-12 06:47:48 +00:00
ExceptionHelper.cs Remoed VMStackWalker dependency (from OpenJDK build) 2007-08-07 07:42:13 +00:00
IKVM.Runtime.8.csproj Renamed IKVM.Hybrid.GNU.Classpath.OpenJDK.dll to IKVM.OpenJDK.ClassLibrary.dll and made OpenJDK build the default. 2007-08-22 11:51:14 +00:00
IKVM.Runtime.csproj Changed the build process to build IKVM.Runtime in two passes to enable it to reference IKVM.GNU.Classpath (which also references IKVM.Runtime). This removes the need to do reflection to find the loaded IKVM.GNU.Classpath from IKVM.Runtime and completes the ability to run different versions of IKVM side-by-side in the same AppDomain. This should also fix bug 1659196. 2007-02-15 09:09:45 +00:00
JavaException.cs Simplified VM -> Class Library interface by taking advantage of the fact that IKVM.Runtime.dll is now compiled in two passes with the second pass linking against the class library. 2007-04-23 08:24:33 +00:00
JniInterface.cs Implemented 1.6 JNI changes. 2007-09-07 05:19:11 +00:00
MemberWrapper.cs Fix for bug #1802125. 2007-10-10 06:54:20 +00:00
TypeWrapper.cs Added support for custom assembly class loaders. 2007-10-21 07:14:53 +00:00
attributes.cs Added support for custom assembly class loaders. 2007-10-21 07:14:53 +00:00
classpath.cs Implemented assertions (OpenJDK only). 2007-09-12 06:51:37 +00:00
common.cs Implemented two custom assembly class loaders. 2007-10-22 08:09:19 +00:00
compiler.cs Implemented optimized reflection/serialization when running on .NET 2.0 (by generating DynamicMethods instead of using .NET reflection). 2007-09-24 11:57:00 +00:00
netinf.cs Added DnsAddresses and DnsSuffix properties. 2007-08-22 11:49:05 +00:00
openjdk.cs Added support for custom assembly class loaders. 2007-10-21 07:14:53 +00:00
profiler.cs *** empty log message *** 2005-12-07 09:06:32 +00:00
runtime.build Renamed IKVM.Hybrid.GNU.Classpath.OpenJDK.dll to IKVM.OpenJDK.ClassLibrary.dll and made OpenJDK build the default. 2007-08-22 11:51:14 +00:00
tracer.cs Changed to avoid warning when compiled on .NET 2.0 2007-05-23 12:48:12 +00:00
verifier.cs Implemented improved floating point compliance. 2007-08-08 13:51:55 +00:00
vm.cs Made the IsUnix test more efficient. 2007-06-27 06:13:40 +00:00