ikvm-fork/runtime
jfrijters 62b76ef1af - Regenerated mscorlib.jar and System.jar
- Changed RetentionPolicy on .NET custom attribute annotations to RUNTIME, so that ikvmc sees them (fixes a regression).
- Handled method signature clashes in .NET types.
2007-02-20 16:11:46 +00:00
..
AssemblyInfo.cs Updated year in copyright messages. 2007-02-03 14:26:17 +00:00
BigEndianBinaryReader.cs *** empty log message *** 2006-07-06 13:53:51 +00:00
ByteCode.cs *** empty log message *** 2006-04-20 13:20:57 +00:00
ByteCodeHelper.cs *** empty log message *** 2007-01-05 08:14:18 +00:00
ClassFile.cs *** empty log message *** 2006-11-16 07:32:44 +00:00
ClassLoaderWrapper.cs Restructured mutual dependency of IKVM.Runtime and IKVM.GNU.Classpath to work around Mono C# compiler limitation. 2007-02-16 07:42:32 +00:00
CodeEmitter.cs *** empty log message *** 2006-11-27 07:39:30 +00:00
CoreClasses.cs *** empty log message *** 2006-04-10 09:09:09 +00:00
DynamicClassLoader.cs *** empty log message *** 2006-09-14 12:55:25 +00:00
ExceptionHelper.cs *** empty log message *** 2007-01-16 08:53:15 +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 *** empty log message *** 2006-04-10 09:09:09 +00:00
JniInterface.cs - Made JNIEnv.FatalError more compatible with JDK and removed call to JVM.CriticalFailure (which is reserved for IKVM bugs). 2007-01-16 12:10:53 +00:00
MemberWrapper.cs Fixed workaround for Mono bug (lack of proper token support in reflection emit api) 2007-02-03 14:16:58 +00:00
TypeWrapper.cs - Regenerated mscorlib.jar and System.jar 2007-02-20 16:11:46 +00:00
attributes.cs *** empty log message *** 2006-10-12 06:44:16 +00:00
classpath.cs Restructured mutual dependency of IKVM.Runtime and IKVM.GNU.Classpath to work around Mono C# compiler limitation. 2007-02-16 07:42:32 +00:00
compiler.cs *** empty log message *** 2007-01-04 12:54:10 +00:00
profiler.cs *** empty log message *** 2005-12-07 09:06:32 +00:00
runtime.build Restructured mutual dependency of IKVM.Runtime and IKVM.GNU.Classpath to work around Mono C# compiler limitation. 2007-02-16 07:42:32 +00:00
tracer.cs *** empty log message *** 2006-09-12 09:57:36 +00:00
verifier.cs - Changed ikvmc to fail with a Link Error when it detects a loader constraints violation (instead of emitting code that throws a LinkageError at runtime). 2007-02-01 07:13:02 +00:00
vm.cs 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