A fork of the original cvs based IKVM repository
Перейти к файлу
jfrijters 1d1b043269 Fixed name mangling bug. Dots in nested type names should be mangled, because they shouldn't affect the package name. 2008-04-21 08:19:20 +00:00
awt Override not implemented method because base class returns null. 2008-04-14 05:04:10 +00:00
bin *** empty log message *** 2006-11-27 17:20:18 +00:00
bin-x64 *** empty log message *** 2007-08-29 06:22:40 +00:00
classpath Added support for turning Java fields into .NET properties with an annotation. 2008-04-14 05:13:41 +00:00
ikvm - Moved common assembly attributes to single file (CommonAssemblyInfo.cs). 2008-01-03 09:45:49 +00:00
ikvmc Create the generic delegate type before compiling the rest of the core class library, to allow the core class library to use delegates. 2008-04-21 04:33:22 +00:00
ikvmdoc New utility for generating .NET documentation from javadocs by Brian Heineman. 2007-09-17 06:01:20 +00:00
ikvmstub Fixed ReflectionOnly referenced assembly loading order. 2008-02-29 07:05:18 +00:00
japi 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
jvm Moved JNI implementation into a separate assembly (IKVM.Runtime.JNI.dll) to make IKVM.Runtime.dll verifiable. 2007-12-18 09:56:11 +00:00
native - Removed Visual Studio 2003 solution/project files. 2007-11-21 07:15:42 +00:00
openjdk Forked java/lang/ApplicationShutdownHooks.java. 2008-04-21 04:38:12 +00:00
runtime Fixed name mangling bug. Dots in nested type names should be mangled, because they shouldn't affect the package name. 2008-04-21 08:19:20 +00:00
tools *** empty log message *** 2005-12-07 09:06:32 +00:00
website Updated copyright year and added a case study. 2008-02-09 17:19:28 +00:00
CommonAssemblyInfo.cs Updated build version. 2008-04-14 05:15:09 +00:00
HOWTO *** empty log message *** 2008-02-19 04:51:18 +00:00
LICENSE Imported Sun's GPLed Double/Float toString and parsing code to fix the long standing incompatibilities. Update license and copyright texts to note the inclusion of Sun code. 2007-05-11 08:55:35 +00:00
THANKYOU *** empty log message *** 2007-12-28 10:17:13 +00:00
ikvm.build Delete IKVM.Runtime.JNI.dll in clean target. 2007-12-27 11:08:23 +00:00
ikvm8.sln - Moved common assembly attributes to single file (CommonAssemblyInfo.cs). 2008-01-03 09:45:49 +00:00
ikvm9.sln - Moved common assembly attributes to single file (CommonAssemblyInfo.cs). 2008-01-03 09:45:49 +00:00
ikvmc.8.csproj Replaced notion of DynamicOnly types with Fake types. Fake types are implemented as generic type instances and can have DynamicOnly methods. 2008-03-03 07:05:19 +00:00