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
2012-03-23Lots of ikvmc error handling clean up.jfrijters
2012-03-22Changed ikvmstub to use missing assemblies when a dependency is not found and...jfrijters
2012-01-03Made base TypeWrapper resolution lazy for compiled and .NET TypeWrappers. Thi...jfrijters
2011-12-14- Removed BaseTypeWrapper.Finish() call from DotNetTypeWrapper.LazyPublishMem...jfrijters
2011-10-11Added ikvmstub -forwarders option to support ".NET Core profile" assemblies.jfrijters
2011-09-06Implemented support for annotation defaults.jfrijters
2011-08-17Bug fix. Exceptions declared with ThrowsAttribute(Type) (in .NET code) did no...jfrijters
2011-08-09Handle TypeLoadException in the same way as other exceptions (return failure ...jfrijters
2011-06-27Include OpenJDK 7 java.lang.AutoCloseable interface and make it shadow System...jfrijters
2011-06-27Added support for declaring exceptions on shadow interface methods.jfrijters
2011-05-26Newer versions of ICSharpCode.SharpZipLib.dll require the ZipEntry size to be...jfrijters
2010-12-24Added -namespace: option to only process types in the specified namespace(s).jfrijters
2010-12-24Added -out: option and improved usage message.jfrijters
2010-12-07Fixed encoding of boolean annotation method defaults.jfrijters
2010-12-03Don't mark abstract methods as native.jfrijters
2010-05-19Removed fake core class library types from ikvmstub and added a -bootstrap op...jfrijters
2010-05-18Hook AssemblyResolve.Warning event to suppress the HigherVersion event, as we...jfrijters
2010-05-12Moved resolver to StaticCompiler, because for ikvmstub we do want the more st...jfrijters
2010-05-12Exit if AssemblyResolver.Init() returns an error and load ikvmstub.exe assemb...jfrijters
2010-05-10ikvmstub assembly must be loaded explicitly, that fact that it worked without...jfrijters
2010-05-10Allow ikvmstub to work with -nostdlib and an explicit path to mscorlib.jfrijters
2010-04-23- Rewrote assembly loading for ikvmc and ikvmstub (and unified it). It now no...jfrijters
2010-02-25Don't export generic type definitions, because the resulting class is final |...jfrijters
2010-01-29Remove ReflectionOnly references. Assemblies are now always ReflectionOnly.jfrijters
2010-01-28Removed IKVM_REF_EMIT, as STATIC_COMPILER or STUB_GENERATOR now always implie...jfrijters
2010-01-28Don't export arrays, export the element types.jfrijters
2010-01-28New version of ikvmstub that no longer depends on ikvm runtime or Java class ...jfrijters
2009-10-19Don't add private interfaces to ikvmstub exported classes, because they only ...jfrijters
2009-07-31Added support to automatically export parameterized type parameters. This fix...jfrijters
2009-02-13Hacked support for generated rt.jar from (new shared class loader) core class...jfrijters
2009-02-04- Fixed tracer to only add a trace listener in executables. Bug #2533728.jfrijters
2008-12-23Updated build to split IKVM.OpenJDK.ClassLibrary.dll into ten parts.jfrijters
2008-12-23Removed yet more GNU Classpath support left overs.jfrijters
2008-11-19Added ../CommonAssemblyInfo.cs so that the assembly gets the right version (a...jfrijters
2008-11-17Added support for automatically exporting non-vector array types.jfrijters
2008-08-15Generified all collections.jfrijters
2008-04-23Added -reference option to load referenced assemblies from a specific location.jfrijters
2008-02-29Fixed ReflectionOnly referenced assembly loading order.jfrijters
2008-01-03- Moved common assembly attributes to single file (CommonAssemblyInfo.cs).jfrijters
2007-12-27Patch by hellosticky@gmail.com to add -skiperror option.jfrijters
2007-12-17Removed mono workarounds.jfrijters
2007-12-04Workaround the fact that Mono doesn't currently implement FieldInfo.GetRawCon...jfrijters
2007-11-26Removed more .NET 1.1 workarounds.jfrijters
2007-11-26More .NET 1.1 -> 2.0 work.jfrijters
2007-11-26- Removed .NET 1.1 specific codejfrijters
2007-11-26- .NET 1.1 is no longer supportedjfrijters
2007-11-21- Removed Visual Studio 2003 solution/project files.jfrijters
2007-10-22Updated version numbers to 0.37.jfrijters
2007-09-10Handle ZipException when creating an empty zip file.jfrijters
2007-08-22Renamed IKVM.Hybrid.GNU.Classpath.OpenJDK.dll to IKVM.OpenJDK.ClassLibrary.dl...jfrijters