ikvm-fork/ikvmc
jfrijters 8140d88a82 Added (undocumented) -noparameterreflection option ikvmc to disable emitting method parameter reflection metadata, because we want to javac compile core class library with the -parameters option (to get the parameter names of native and abstract methods), but we don't want the reflection info (because the JDK doesn't include it either). 2014-06-03 12:42:19 +00:00
..
AotTypeWrapper.cs Removed unused (and bogus) parameter from TypeWrapper.EmitCheckcast() and EmitInstanceOf(). 2013-01-31 09:12:20 +00:00
AssemblyInfo.cs - Moved common assembly attributes to single file (CommonAssemblyInfo.cs). 2008-01-03 09:45:49 +00:00
AssemblyResolver.cs Disabled automatic assembly loading for ikvmc. All dependencies must now be explicitly referenced (except for the stub jar loophole and secondary assemblies in a shared class loader group). 2013-01-15 15:33:50 +00:00
Compiler.cs Added (undocumented) -noparameterreflection option ikvmc to disable emitting method parameter reflection metadata, because we want to javac compile core class library with the -parameters option (to get the parameter names of native and abstract methods), but we don't want the reflection info (because the JDK doesn't include it either). 2014-06-03 12:42:19 +00:00
CompilerClassLoader.cs Added (undocumented) -noparameterreflection option ikvmc to disable emitting method parameter reflection metadata, because we want to javac compile core class library with the -parameters option (to get the parameter names of native and abstract methods), but we don't want the reflection info (because the JDK doesn't include it either). 2014-06-03 12:42:19 +00:00
FakeTypes.cs Removed remaining ConstructorBuilder usages. 2012-09-13 13:21:35 +00:00
Proxy.cs Removed unused (and bogus) parameter from TypeWrapper.EmitCheckcast() and EmitInstanceOf(). 2013-01-31 09:12:20 +00:00
ikvmc.build Changed build infrastructure to support targetting .NET 4.0 on systems where 4.5 is installed. 2012-12-12 09:00:17 +00:00
remapper.cs Removed unused (and bogus) parameter from TypeWrapper.EmitCheckcast() and EmitInstanceOf(). 2013-01-31 09:12:20 +00:00