Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-07Changed the build system to automtically scan all sources files for copyright...jfrijters
2013-01-30Use sun.launcher.LauncherHelper to make the launcher more consistent with Java.jfrijters
2013-01-15Disabled automatic assembly loading for ikvmc. All dependencies must now be e...jfrijters
2012-10-29Added (optional) support for building without System.Core.dll dependency.jfrijters
2012-08-31Merged OpenJDK 7u6.jfrijters
2012-05-23Forgot to update the OpenJDK version property.jfrijters
2012-05-23Integrated OpenJDK 7u4. Not all forked files have been merged yet, just the o...jfrijters
2011-12-13Include copyright and metadata in IKVM.OpenJDK.Tools.dll. Part of patch #3458...jfrijters
2011-12-13Added AssemblyInformationalVersionAttribute to OpenJDK assemblies (to set the...jfrijters
2011-09-01Implemented platform MBean server support (although with very limited informa...jfrijters
2011-08-12Fixed build to always run ikvmstub on first-pass version of IKVM.Runtime.dll....jfrijters
2011-08-08Fix build issue. IKVM.Runtime.dll now exposes public methods with types from ...jfrijters
2011-08-06Use javac -implicit:none option to avoid accidentally compiling a .java file ...jfrijters
2011-07-29Updated to OpenJDK 7 b147.jfrijters
2011-07-28Complete migration to OpenJDK 7. Thanks to Volker Berlin for the bulk of this...jfrijters
2011-07-15add classpath of Java 7 class filessmallsql
2011-06-28Added -warnaserror to the IKVM.OpenJDK.*.dll builds.jfrijters
2011-06-26Updated java.lang.Throwable to OpenJDK 7.jfrijters
2011-06-19- Enable ikvmc support for class file version 51.jfrijters
2011-05-17Add missing lib/*.properties files (in particular lib/calendars.properties wh...jfrijters
2011-05-10Specify "-cp dummy" for javac compile to avoid using the CLASSPATH.jfrijters
2011-03-02Update to OpenJDK 6 b22.jfrijters
2011-02-22Added missing non-internal look and feel resources to the SwingAWT dllsmallsql
2011-01-24Integrated OpenJDK 6 b21.jfrijters
2010-12-24Generate lib/ikvm-api.jar to expose the ikvm API more easily to java code (by...jfrijters
2010-08-24We no longer need an external sun.boot.class.path to run javac, javap and javah.jfrijters
2010-08-20- Removed the requirement to have peverify and ilasm in the PATH. They are no...jfrijters
2010-06-10Added jdk-tools target to build javac.exe, javah.exe and javap.exe. Not built...jfrijters
2010-06-09Added "first-pass" build of IKVM.AWT.WinForms.dll and moved "native" AWT code...jfrijters
2010-05-19Removed fake core class library types from ikvmstub and added a -bootstrap op...jfrijters
2010-04-23Added .dll extension to referenced assemblies, to avoid relying on what is no...jfrijters
2010-04-23- Rewrote assembly loading for ikvmc and ikvmstub (and unified it). It now no...jfrijters
2010-04-21Removed lib/security/local_policy.jar from vfs.zip (because OpenJDK builds th...jfrijters
2010-04-20Added System.Core target to build a tiny custom version of System.Core.dll th...jfrijters
2010-04-02Integrated OpenJDK 6 b18.jfrijters
2010-02-19Removed ../../openjdk6-b16 path from tools response file.jfrijters
2010-02-19Removed ../../openjdk6-b16 path from response files.jfrijters
2010-01-28Removed pre-generated stub jars from cvs and modified build process to genera...jfrijters
2009-11-12Created IKVM.OpenJDK.Tools.dll (which is going to be the equivalent of tools....jfrijters
2009-11-12Removed classes that aren't supposed to be in the boot class path (they're fr...jfrijters
2009-07-03Split off Beans and Media from Misc.jfrijters
2009-07-03Split off IKVM.OpenJDK.Remoting.dll from Misc.jfrijters
2009-07-03Split IKVM.OpenJDK.Naming.dll off from Misc.jfrijters
2009-07-03- Set runtime version during build, instead of computing it a runtime.jfrijters
2009-07-03Moved gnu.classpath.Configuration to java.lang.PropertyConstants.jfrijters
2009-06-29Split XPath off from Parse.jfrijters
2009-06-29Added a mechanism to prevent accidentally introducing new dependencies in the...jfrijters
2009-06-29Specify -baseaddress:<address> option for all runtime assemblies. This should...jfrijters
2009-06-29Split XML assembly into 7 parts. With thanks to Michael Kay.jfrijters
2009-06-08Added rmi stub generation to build process, instead of relying on .class file...jfrijters