A fork of the original cvs based IKVM repository
Перейти к файлу
jfrijters 9991b38140 Always emit an explicit method override if we've mangled the name/sig, because we can't predict whether it will be needed or not (without keeping track of the mangling in the base classes) and the cost is minimal since this doesn't happen all that often. 2008-12-01 05:23:51 +00:00
awt - Partially implemented FileDialog peer. 2008-09-21 09:38:15 +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 Removed our version of System.Runtime.CompilerServices.ExtensionAttribute and instead add System.Core.jar to the compilation, this will allow us to reference the real ExtensionAttribute when it is available and yet the build will still work (albeit with a warning and without the ExtensionAttribute) when it is not available (i.e. when building on .NET 2.0). 2008-11-18 05:35:58 +00:00
ikvm Generified all collections. 2008-08-15 12:01:06 +00:00
ikvmc Enable multi target (when using IKVM.Reflection.Emit) and fix handling of some default options. 2008-11-19 05:42:06 +00:00
ikvmdoc New utility for generating .NET documentation from javadocs by Brian Heineman. 2007-09-17 06:01:20 +00:00
ikvmstub Added ../CommonAssemblyInfo.cs so that the assembly gets the right version (and is strong named when doing a strong name build). 2008-11-19 06:06:00 +00:00
japi Changed version to 0.39. 2008-11-14 07:51:31 +00:00
jvm Generate assembly versions for IKVM.OpenJDK.ClassLibrary.dll and JVM.dll automatically based on IKVM.Runtime.dll version. 2008-11-19 05:42:47 +00:00
native Added --libs options to pkg-config to make sure that gmodule-2.0 dynamic linking dependency is recorded. 2008-05-18 07:54:11 +00:00
openjdk Generate assembly versions for IKVM.OpenJDK.ClassLibrary.dll and JVM.dll automatically based on IKVM.Runtime.dll version. 2008-11-19 05:42:47 +00:00
refemit Fixed TypeDefOrRef and HasCustomAttribute column size calculations. 2008-11-28 06:43:31 +00:00
runtime Always emit an explicit method override if we've mangled the name/sig, because we can't predict whether it will be needed or not (without keeping track of the mangling in the base classes) and the cost is minimal since this doesn't happen all that often. 2008-12-01 05:23:51 +00:00
tools Added tool to extract public key from ikvm-key container into tools/pubkey.txt. 2008-09-18 05:34:30 +00:00
website Website updates. 2008-07-21 12:17:16 +00:00
CommonAssemblyInfo.cs Changed version to 0.39. 2008-11-14 07:51:31 +00:00
HOWTO Updated build instructions. 2008-09-22 04:26:45 +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 Added Andy Malakov. 2008-07-02 06:11:26 +00:00
ikvm.build Integrated IKVM.Reflection.Emit in ikvmc. 2008-11-14 08:42:07 +00:00
ikvm9.sln Added IKVM.Reflection.Emit project. 2008-11-14 08:11:50 +00:00
ikvmc.8.csproj Integrated IKVM.Reflection.Emit in ikvmc. 2008-11-14 08:42:07 +00:00