A fork of the original cvs based IKVM repository
Перейти к файлу
jfrijters bf089524b1 Removed @Deprecated from methods that aren't deprecated in JDK. 2009-07-31 09:56:48 +00:00
awt implements grab() and ungrab() 2009-07-29 17:38:42 +00:00
bin *** empty log message *** 2006-11-27 17:20:18 +00:00
bin-x64 Changed build to put architecture specific binaries in bin-x86 or bin-x64 directory. Note that the gcc build of libikvm-native.so still goes to bin. 2009-06-26 06:53:09 +00:00
bin-x86 Changed build to put architecture specific binaries in bin-x86 or bin-x64 directory. Note that the gcc build of libikvm-native.so still goes to bin. 2009-06-26 06:53:09 +00:00
classpath Take advantage of the fact that a callerID generated inside core class library has a known class loader (i.e. null) to avoid calling Class.getClassLoader(). 2009-07-14 08:44:55 +00:00
debugger handling the first debuggee event (ThreadStart) 2009-02-22 09:09:41 +00:00
ikvm Removed GNU Classpath version info. 2009-07-03 06:55:19 +00:00
ikvmc Implemented automatically enabling .NET serialization support for Java classes that are trivially serializable. 2009-07-30 13:14:14 +00:00
ikvmdoc New utility for generating .NET documentation from javadocs by Brian Heineman. 2007-09-17 06:01:20 +00:00
ikvmstub Added support to automatically export parameterized type parameters. This fixes an issue with javax.swing.tree.DefaultTreeSelectionModel in the japi results because it has a protected method that takes a Vector<javax.swing.tree.PathPlaceHolder> where PathPlaceHolder is a package private class. 2009-07-31 08:25:32 +00:00
japi Updated for modularized class libraries. 2009-02-13 07:23:49 +00:00
jvm Changed build to put architecture specific binaries in bin-x86 or bin-x64 directory. Note that the gcc build of libikvm-native.so still goes to bin. 2009-06-26 06:53:09 +00:00
native Changed build to put architecture specific binaries in bin-x86 or bin-x64 directory. Note that the gcc build of libikvm-native.so still goes to bin. 2009-06-26 06:53:09 +00:00
openjdk Removed @Deprecated from methods that aren't deprecated in JDK. 2009-07-31 09:56:48 +00:00
refemit Fixed dumb typo. 2009-06-29 05:06:31 +00:00
runtime Fix for #2829717. Constructing java.lang.String instances should redirect to static helper method. 2009-07-30 16:34:30 +00:00
tools Added a mechanism to prevent accidentally introducing new dependencies in the OpenJDK assemblies. 2009-06-29 09:32:59 +00:00
website Website updates. 2008-07-21 12:17:16 +00:00
CommonAssemblyInfo.cs Next snapshot version. 2009-07-16 06:31:50 +00:00
HOWTO Removed references to GNU Classpath source zip file. 2009-06-08 14:59:53 +00:00
LICENSE - Imported JMath.java. 2009-02-13 08:53:40 +00:00
THANKYOU Split XML assembly into 7 parts. With thanks to Michael Kay. 2009-06-29 08:03:51 +00:00
ikvm.build Added a mechanism to prevent accidentally introducing new dependencies in the OpenJDK assemblies. 2009-06-29 09:32:59 +00:00
ikvm9.sln - Renamed IKVM.PdbWriter.dll to IKVM.Reflection.Emit.PdbWriter.dll. 2009-03-26 14:32:28 +00:00
ikvmc.8.csproj Implemented automatically enabling .NET serialization support for Java classes that are trivially serializable. 2009-07-30 13:14:14 +00:00