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 (Collapse)Author
2013-02-07Changed the build system to automtically scan all sources files for ↵jfrijters
copyright statements and validate that all GPL licensed files include the Classpath exception.
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 ↵jfrijters
explicitly referenced (except for the stub jar loophole and secondary assemblies in a shared class loader group).
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 ↵jfrijters
ones necessary to get things building.
2011-12-13Include copyright and metadata in IKVM.OpenJDK.Tools.dll. Part of patch ↵jfrijters
#3458997.
2011-12-13Added AssemblyInformationalVersionAttribute to OpenJDK assemblies (to set ↵jfrijters
the "Product Version"). Part of patch #3458997.
2011-09-01Implemented platform MBean server support (although with very limited ↵jfrijters
information/exposed operations).
2011-08-12Fixed build to always run ikvmstub on first-pass version of ↵jfrijters
IKVM.Runtime.dll. Cleaned up runtime.build. Always do a first-pass runtime build.
2011-08-08Fix build issue. IKVM.Runtime.dll now exposes public methods with types from ↵jfrijters
IKVM.OpenJDK.Core.dll, so we need to reference the dummy IKVM.OpenJDK.Core.dll to be able to run ikvmstub (in bootstrap mode) on IKVM.Runtime.dll.
2011-08-06Use javac -implicit:none option to avoid accidentally compiling a .java file ↵jfrijters
not listed in allsources.lst.
2011-07-29Updated to OpenJDK 7 b147.jfrijters
2011-07-28Complete migration to OpenJDK 7. Thanks to Volker Berlin for the bulk of ↵jfrijters
this patch.
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
- Change build to support hybrid OpenJDK 6 & 7 build.
2011-05-17Add missing lib/*.properties files (in particular lib/calendars.properties ↵jfrijters
which caused java.util.JapaneseImperialCalendar to fail).
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 ↵jfrijters
(by shipping this jar as part of ikvmbin.zip).
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 ↵jfrijters
now located automatically and if they are not found, the corresponding build steps are skipped. - Added "managed" and "native" targets to ikvm.build to allow building just the managed parts (that don't require a C compiler to be installed).
2010-06-10Added jdk-tools target to build javac.exe, javah.exe and javap.exe. Not ↵jfrijters
built by default.
2010-06-09Added "first-pass" build of IKVM.AWT.WinForms.dll and moved "native" AWT ↵jfrijters
code from IKVM.Runtime.dll to IKVM.AWT.WinForms.dll.
2010-05-19Removed fake core class library types from ikvmstub and added a -bootstrap ↵jfrijters
option to run without dependency on runtime/core class library.
2010-04-23Added .dll extension to referenced assemblies, to avoid relying on what is ↵jfrijters
now a legacy feature of ikvmc.
2010-04-23- Rewrote assembly loading for ikvmc and ikvmstub (and unified it). It now ↵jfrijters
no longer depends on the runtime to do assembly name to path resolution and behaves more csc like. - Added -nostdlib and -lib options to ikvmc and ikvmstub. - openjdk.build now uses our System.Core.dll (unless we're building on .NET 4.0).
2010-04-21Removed lib/security/local_policy.jar from vfs.zip (because OpenJDK builds ↵jfrijters
the restricted version, by default) and instead make a vfs alias for it that points to the unrestricted US_export_policy.jar.
2010-04-20Added System.Core target to build a tiny custom version of System.Core.dll ↵jfrijters
that contains only System.Runtime.CompilerServices.ExtensionAttribute and will allow us to build on .NET 2.0 without having to figure out where System.Core.dll lives (or without it even being present).
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 ↵jfrijters
generate them during the build.
2009-11-12Created IKVM.OpenJDK.Tools.dll (which is going to be the equivalent of ↵jfrijters
tools.jar).
2009-11-12Removed classes that aren't supposed to be in the boot class path (they're ↵jfrijters
from tools.jar). This includes the entire IKVM.OpenJDK.XML.RelaxNG assembly.
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
- Set OpenJDK version in openjdk.build instead of VMSystemProperty source.
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 ↵jfrijters
the OpenJDK assemblies.
2009-06-29Specify -baseaddress:<address> option for all runtime assemblies. This ↵jfrijters
should make ngen images more efficient.
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 ↵jfrijters
files in stripped zip.