A fork of the original cvs based IKVM repository
Перейти к файлу
jfrijters 082658b212 Bug fix. Don't do the HasCustomAttribute and HasFieldMarshal in the tables, but only when writing the final data. Previously we weren't able to lookup anything in these tables after the module was saved. 2012-07-13 09:12:28 +00:00
awt Refactored WindowPeer construction to remove calls from WinForms thread back into Java. On OpenJDK 7u4 this caused a deadlock. 2012-05-22 15:23:58 +00:00
bin *** empty log message *** 2006-11-27 17:20:18 +00:00
bin-x64 Changed build and JNI code to use different names for the Windows x86 and x64 versions of the native dll. 2011-05-13 10:21:48 +00:00
bin-x86 Changed build and JNI code to use different names for the Windows x86 and x64 versions of the native dll. 2011-05-13 10:21:48 +00:00
classpath Fixed some minor class modifiers issues: 2012-07-09 06:07:39 +00:00
debugger handling the first debuggee event (ThreadStart) 2009-02-22 09:09:41 +00:00
ikvm Added -Xverify option to ikvm.exe. 2011-11-29 07:03:22 +00:00
ikvmc Mark String.compareTo(Object0 as bridge method. 2012-07-07 07:15:30 +00:00
ikvmdoc Build script to build ikvmdoc.exe (not included in the default build). 2010-06-10 09:02:38 +00:00
ikvmstub Deprecated the ikvmstub -serialver option and added a -japi option instead that also adds non-public interfaces and members. Also added a hack to fix the fact that String instance methods were all marked as deprecated. 2012-07-07 08:33:01 +00:00
japi - Updated for IKVM.NET 7.2 and JDK 1.7.0_04. 2012-07-07 08:34:40 +00:00
jvm If we can't find the resource compiler, fall back to the NAnt <rc /> task. 2012-03-29 12:08:23 +00:00
native Add version info resource to ikvm-native-win32-{arch}.dll. Modified version of patch #3472413. 2012-01-17 14:44:42 +00:00
openjdk Add ZipFile constructor that was added in Java 7. 2012-07-07 07:48:24 +00:00
reflect Bug fix. Don't do the HasCustomAttribute and HasFieldMarshal in the tables, but only when writing the final data. Previously we weren't able to lookup anything in these tables after the module was saved. 2012-07-13 09:12:28 +00:00
runtime Fixed some minor class modifiers issues: 2012-07-09 06:07:39 +00:00
tools Don't duplicate the strong name key directive in pubkey.cs, instead reuse CommonAssemblyInfo.cs. 2012-06-03 13:29:07 +00:00
website Added Scala.NET jdk2ikvm tool to Related Work links. 2011-05-17 11:40:17 +00:00
CommonAssemblyInfo.cs.in New development version. 2012-06-11 14:43:15 +00:00
HOWTO Integrated OpenJDK 7u4. Not all forked files have been merged yet, just the ones necessary to get things building. 2012-05-23 10:00:03 +00:00
LICENSE Updated LICENSE and THIRD_PARTY_README to OpenJDK 7. 2011-10-31 13:30:20 +00:00
THANKYOU Added Miguel Alfredo Garcia Gutierrez. 2012-01-12 06:48:55 +00:00
THIRD_PARTY_README Updated LICENSE and THIRD_PARTY_README to OpenJDK 7. 2011-10-31 13:30:20 +00:00
TRADEMARK Added OpenJDK legal texts. 2010-06-30 13:57:39 +00:00
ikvm.build Fixed build to always run ikvmstub on first-pass version of IKVM.Runtime.dll. Cleaned up runtime.build. Always do a first-pass runtime build. 2011-08-12 06:15:58 +00:00
ikvm.include Add version info resource to JVM.DLL. Modified version of patch #3472413. 2012-01-17 14:43:11 +00:00
ikvm9.sln Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
ikvmc.8.csproj Added experimental (and for the time being undocumented) support for having ikvmc pre-generate proxy classes. 2011-05-12 08:08:08 +00:00