A fork of the original cvs based IKVM repository
Перейти к файлу
jfrijters dc588c31e0 Don't use Type.GetMembers(), instead of use GetMethods(), GetConstructor(), GetFields() and GetProperties() explicitly. 2009-12-07 06:59:11 +00:00
awt Implement MouseInfoPeer 2009-11-25 21:26:26 +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 public API to get ClassLoader from Assembly. 2009-11-03 07:06:36 +00:00
debugger handling the first debuggee event (ThreadStart) 2009-02-22 09:09:41 +00:00
ikvm Moved FindMainMethod into runtime, to avoid the need for hacks (to avoid NoClassDefFoundErrors). 2009-11-25 10:18:29 +00:00
ikvmc Mangle all artificial type names if they clash with Java type names in the same assembly. 2009-12-01 07:08:52 +00:00
ikvmdoc New utility for generating .NET documentation from javadocs by Brian Heineman. 2007-09-17 06:01:20 +00:00
ikvmstub Don't add private interfaces to ikvmstub exported classes, because they only cause problems. 2009-10-19 05:31:06 +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 Fix the LineMetrics and solve some JUnit tests 2009-11-29 10:20:27 +00:00
refemit Added support for adding "new-style" declarative security (i.e. .NET 2.0 compatible). 2009-11-09 06:38:30 +00:00
runtime Don't use Type.GetMembers(), instead of use GetMethods(), GetConstructor(), GetFields() and GetProperties() explicitly. 2009-12-07 06:59:11 +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 New snapshot version. 2009-11-04 06:06:45 +00:00
HOWTO Minor update. Version number is now only set in one place. 2009-10-14 14:49:24 +00:00
LICENSE - Imported JMath.java. 2009-02-13 08:53:40 +00:00
THANKYOU Added Eyal. 2009-11-30 09:12:00 +00:00
ikvm.build Created IKVM.OpenJDK.Tools.dll (which is going to be the equivalent of tools.jar). 2009-11-12 07:40:52 +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 Replaced most type literals with static field access (in Types class) or warpped JVM.Import() around them. 2009-10-14 14:58:41 +00:00