A fork of the original cvs based IKVM repository
Перейти к файлу
jfrijters 49275c625e Changed the default build target to managed and split the clean target into managed and native. 2010-08-23 04:26:41 +00:00
awt - 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
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 Massive change to change resource handling. Java resources are now stored in jars that are stored as managed .NET resources. The jars are projected into VFS and the assembly class loaders know how to load resources from these jars. 2010-08-05 13:43:00 +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 Don't seal @Internal classes. 2010-08-18 07:17: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 Removed fake core class library types from ikvmstub and added a -bootstrap option to run without dependency on runtime/core class library. 2010-05-19 15:48:52 +00:00
japi Updated for modularized class libraries. 2009-02-13 07:23:49 +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 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 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
reflect Fix build to work when Mono isn't installed. 2010-08-10 15:02:03 +00:00
runtime - Made VFS class publishing more robust (against types that depend on missing assemblies). 2010-08-20 12:44:07 +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 Moved User Guide content to wiki. 2010-01-11 07:06:10 +00:00
CommonAssemblyInfo.cs.in Auto-generate CommonAssemblyInfo.cs with today's build number. 2010-08-20 13:15:47 +00:00
HOWTO Updated. 2010-08-03 12:52:32 +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
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 Changed the default build target to managed and split the clean target into managed and native. 2010-08-23 04:26:41 +00:00
ikvm.include - 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
ikvm9.sln Integrated new IKVM.Reflection implementation. 2010-01-25 07:52:27 +00:00
ikvmc.8.csproj - Rewrote assembly loading for ikvmc and ikvmstub (and unified it). It now no longer depends on the runtime to do assembly name to path resolution and behaves more csc like. 2010-04-23 04:58:36 +00:00