ikvm-fork/runtime
jfrijters 05cbf17945 Jar meta entries are case insensitive. 2008-07-04 05:40:54 +00:00
..
AssemblyInfo.cs - Moved common assembly attributes to single file (CommonAssemblyInfo.cs). 2008-01-03 09:45:49 +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 - Implemented CallerID infrastructure. 2008-05-31 15:20:29 +00:00
ClassFile.cs Marked all static classes as static. 2008-06-03 07:13:49 +00:00
ClassLoaderWrapper.cs Restructured code to remove (mcs) compiler warnings. 2008-05-20 07:43:42 +00:00
CodeEmitter.cs - Renamed CountingILGenerator to CodeEmitter. 2008-06-03 12:10:07 +00:00
CoreClasses.cs - Implemented CallerID infrastructure. 2008-05-31 15:20:29 +00:00
DynamicClassLoader.cs Added workarounds for mcs compiler bug (related to the mutual dependency of the runtime and class library assemblies). 2008-05-20 07:36:50 +00:00
ExceptionHelper.cs - Implemented CallerID infrastructure. 2008-05-31 15:20:29 +00:00
IKVM.Runtime.8.csproj - added more efficient float/double to/from int/long bits converters 2008-05-09 05:57:55 +00:00
JavaException.cs - Removed .NET 1.1 specific code 2007-11-26 08:38:38 +00:00
JniInterface.cs - Implemented CallerID infrastructure. 2008-05-31 15:20:29 +00:00
MemberWrapper.cs - Renamed CountingILGenerator to CodeEmitter. 2008-06-03 12:10:07 +00:00
TypeWrapper.cs Fix for bug #2006953. 2008-07-02 06:22:21 +00:00
atomic.cs - Renamed CountingILGenerator to CodeEmitter. 2008-06-03 12:10:07 +00:00
attributes.cs - Removed .NET 1.1 specific code 2007-11-26 08:38:38 +00:00
classpath.cs Restructured VM <-> Library interface to take advantage of InternalsVisibleTo to remove public methods and reflection usage. 2007-12-19 11:28:09 +00:00
common.cs - Implemented CallerID infrastructure. 2008-05-31 15:20:29 +00:00
compiler.cs Don't generate unneeded GC.KeepAlive() in constructor for Exception types that don't have a finalize() method. 2008-06-24 14:47:45 +00:00
intrinsics.cs - Renamed CountingILGenerator to CodeEmitter. 2008-06-03 12:10:07 +00:00
openjdk.cs Jar meta entries are case insensitive. 2008-07-04 05:40:54 +00:00
profiler.cs *** empty log message *** 2005-12-07 09:06:32 +00:00
runtime.build Added noconfig="true" to csc to prevent gmcs from sucking in reference to System.Core.dll (and thus complaining about our version of ExtensionAttribute). 2008-05-20 07:15:37 +00:00
tracer.cs Ignore SecurityException when running in partial trust. 2007-12-27 15:13:34 +00:00
verifier.cs Restructured code to remove (mcs) compiler warnings. 2008-05-20 07:43:42 +00:00
vm.cs Marked all static classes as static. 2008-06-03 07:13:49 +00:00