A fork of the original cvs based IKVM repository
Перейти к файлу
jfrijters 2db5fe38be Add support for assembly custom attributes on modules (they are applied to a placeholder TypeRef record and compiler consuming the module is supposed to merge them into the assembly manifest). 2010-11-29 11:20:47 +00:00
awt Fix some stroke bugs 2010-11-28 10:01:07 +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 Avoid security manager check for assembly class loaders. The runtime should be priviliged to create the default assembly class loader and a custom security manager might recursively require the assembly class loader to be loaded (which is only "supported" for custom assembly class loaders). 2010-11-03 07:55:11 +00:00
debugger handling the first debuggee event (ThreadStart) 2009-02-22 09:09:41 +00:00
ikvm Fix setting of system properties with an equals character in the value like -Dabc=x=y 2010-11-03 12:25:09 +00:00
ikvmc - Added ModuleBuilder.__Save() to support -target:module option better. 2010-11-29 08:16:54 +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 Remove implementation specific methods from top of stack trace for threads started from Java. 2010-11-24 06:38:14 +00:00
reflect Add support for assembly custom attributes on modules (they are applied to a placeholder TypeRef record and compiler consuming the module is supposed to merge them into the assembly manifest). 2010-11-29 11:20:47 +00:00
runtime There's no first-pass build of IKVM.Runtime.JNI.dll. 2010-11-25 08:52:30 +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 user story. 2010-11-15 16:17:07 +00:00
CommonAssemblyInfo.cs.in Auto-generate CommonAssemblyInfo.cs with today's build number. 2010-08-20 13:15:47 +00:00
HOWTO Updated with new build process. 2010-08-23 04:27:07 +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 Moved ikvm-native.dll from clean-managed to clean-native. 2010-08-23 13:11:37 +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