A fork of the original cvs based IKVM repository
Перейти к файлу
jfrijters 88cf8c5817 Added delegate conversion for java.lang.reflect.InvocationHandler. 2011-05-10 09:54:11 +00:00
awt Add a emulation for fixed metrix to make drawString and stringWidth compatible. 2011-04-16 19:59:15 +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 Added delegate conversion for java.lang.reflect.InvocationHandler. 2011-05-10 09:54:11 +00:00
debugger handling the first debuggee event (ThreadStart) 2009-02-22 09:09:41 +00:00
ikvm Added -Xreference: option to ikvm. 2010-12-28 09:06:15 +00:00
ikvmc Interface methods must be public, so we ignore the @ikvm.lang.Internal annotation and emit a warning. 2011-02-17 12:43:18 +00:00
ikvmdoc Build script to build ikvmdoc.exe (not included in the default build). 2010-06-10 09:02:38 +00:00
ikvmstub Added -namespace: option to only process types in the specified namespace(s). 2010-12-24 07:59:56 +00:00
japi Fixed to work with "new" ikvmstub. 2010-12-24 06:17:00 +00:00
jvm - Removed the requirement to have peverify and ilasm in the PATH. They are now located automatically and if they are not found, the corresponding build steps are skipped. 2010-08-20 05:35:49 +00:00
native Fix for bug #3129981. 2011-02-12 07:13:43 +00:00
openjdk compensate an bug in OpenJDK 6 on Windows. The result is that the needed width for painting of labels and buttons can be 1 pixel larger as the prefered size. The result was labels with "...". 2011-04-19 19:08:07 +00:00
reflect Fix. DefineNestedType should accept a null reference for the interfaces parameter. 2011-05-10 09:01:09 +00:00
runtime Expose annotations on statically compiled code as java.lang.reflect.Proxy instead of the custom attribute object, to deal with broken code that assumes annotations are always implemented with Proxy. 2011-03-29 12:57:48 +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 - Added Tchatche.com case study. 2011-05-05 13:29:40 +00:00
CommonAssemblyInfo.cs.in New development version. 2011-03-03 12:30:23 +00:00
HOWTO Updated for OpenJDK 6 b22. 2011-03-03 08:17:15 +00:00
LICENSE Integrated OpenJDK 6 b21. 2011-01-24 16:40:22 +00:00
THANKYOU Added Eyal. 2009-11-30 09:12:00 +00:00
THIRD_PARTY_README Added OpenJDK legal texts. 2010-06-30 13:57:39 +00:00
TRADEMARK Added OpenJDK legal texts. 2010-06-30 13:57:39 +00:00
ikvm.build Generate lib/ikvm-api.jar to expose the ikvm API more easily to java code (by shipping this jar as part of ikvmbin.zip). 2010-12-24 08:00:53 +00:00
ikvm.include Fix build on Linux. 2010-09-09 06:33:31 +00:00
ikvm9.sln Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
ikvmc.8.csproj Moved local variable analysis from verifier.cs to new file LocalVars.cs. 2010-09-14 07:38:42 +00:00