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
2012-12-13Ported MSBuild task to .NET 2.0 and included the project in the VS solution.jfrijters
2012-09-17Removed permanent app.config files and changed build process to only ↵jfrijters
generate them when doing a .NET 2.0 build.
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-05-13Changed build and JNI code to use different names for the Windows x86 and ↵jfrijters
x64 versions of the native dll.
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-23Moved ikvm-native.dll from clean-managed to clean-native.jfrijters
2010-08-23Changed the default build target to managed and split the clean target into ↵jfrijters
managed and native.
2010-08-20Auto-generate CommonAssemblyInfo.cs with today's build number.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-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-04-20Added some more files to clean up.jfrijters
2010-01-28Removed pre-generated stub jars from cvs and modified build process to ↵jfrijters
generate them during the build.
2010-01-25Integrated new IKVM.Reflection implementation.jfrijters
2009-11-12Created IKVM.OpenJDK.Tools.dll (which is going to be the equivalent of ↵jfrijters
tools.jar).
2009-06-29Added a mechanism to prevent accidentally introducing new dependencies in ↵jfrijters
the OpenJDK assemblies.
2009-06-29Split XML assembly into 7 parts. With thanks to Michael Kay.jfrijters
2009-06-26Changed build to put architecture specific binaries in bin-x86 or bin-x64 ↵jfrijters
directory. Note that the gcc build of libikvm-native.so still goes to bin.
2009-03-26- Renamed IKVM.PdbWriter.dll to IKVM.Reflection.Emit.PdbWriter.dll.jfrijters
- Added IKVM.Reflection.Emit.MdbWriter.dll (untested and not yet complete). - Changed SymbolWriter plug-in API to be more flexible. - Added ModuleBuilder.ResolveMethod() API. - Don't write PE debug directory if symbol writer doesn't supply debug data.
2009-03-16Add IKVM.PdbWriter.dll to clean list.jfrijters
2009-01-25Build for IKVM.OpenJDK.Jdbc.dll addedsmallsql
2008-12-23Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts.jfrijters
2008-11-14Integrated IKVM.Reflection.Emit in ikvmc.jfrijters
2008-09-18Added tool to extract public key from ikvm-key container into tools/pubkey.txt.jfrijters
2008-08-06Removed support for building with GNU Classpath class library.jfrijters
2007-12-27Delete IKVM.Runtime.JNI.dll in clean target.jfrijters
2007-08-22Renamed IKVM.Hybrid.GNU.Classpath.OpenJDK.dll to ↵jfrijters
IKVM.OpenJDK.ClassLibrary.dll and made OpenJDK build the default.
2007-05-24Integrated GNU Classpath / OpenJDK hybrid build.jfrijters
2007-02-15Changed the build process to build IKVM.Runtime in two passes to enable it ↵jfrijters
to reference IKVM.GNU.Classpath (which also references IKVM.Runtime). This removes the need to do reflection to find the loaded IKVM.GNU.Classpath from IKVM.Runtime and completes the ability to run different versions of IKVM side-by-side in the same AppDomain. This should also fix bug 1659196.
2006-12-11*** empty log message ***jfrijters
2006-11-27*** empty log message ***jfrijters
2006-10-16*** empty log message ***jfrijters
2005-12-12*** empty log message ***jfrijters
2005-12-07*** empty log message ***jfrijters
2005-10-01*** empty log message ***jfrijters
2005-03-01*** empty log message ***jfrijters
2005-01-07*** empty log message ***jfrijters
2004-12-02*** empty log message ***jfrijters
2004-08-30*** empty log message ***jfrijters
2004-05-27*** empty log message ***jfrijters
2004-05-05*** empty log message ***jfrijters
2004-04-07Build the Mono JNI provider on windows too.vargaz2
2004-04-06Build the Mono JNI provider when compiling on unix.vargaz2
2003-12-20*** empty log message ***jfrijters
2003-08-21*** empty log message ***jfrijters
2003-05-30*** empty log message ***jfrijters
2003-05-10*** empty log message ***jfrijters
2003-01-08no messagejfrijters
2002-12-18Initial revisionjfrijters