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-23Remove Assembly field from AssemblyClassLoader, instead associate the ikvm.ru...jfrijters
2013-02-21Untangled generic class loader resource loading.jfrijters
2013-02-21Stop abusing ikvm.runtime.AssemblyClassLoader as a class loader for generic t...jfrijters
2013-02-20Replace CheckDefineClassAllowed() with a call to FindLoadedClassLazy().jfrijters
2013-02-19Changed AssemblyClassLoader.FindLoadedClassImpl() to return generic types.jfrijters
2013-02-19Removed the special casing of generic type definition loading as we've since ...jfrijters
2013-02-19Factored out some code.jfrijters
2013-02-19FindLoadedClass should also return arrays.jfrijters
2013-02-19Renamed ClassLoaderWrapper.GetLoadedClass() to FindLoadedClass().jfrijters
2013-02-14Changed another object to java.lang.ClassLoader.jfrijters
2013-02-14Changed object to java.lang.ClassLoader in some signatures.jfrijters
2013-02-14Made some fields readonly.jfrijters
2013-02-12Changed GetJavaClassLoader() to return java.lang.ClassLoader instead of object.jfrijters
2013-01-31Added CodeGenOptions.DisableDynamicBinding to disable dynamic binding, instea...jfrijters
2013-01-30Implemented package access checks (dynamic mode only).jfrijters
2013-01-24Updated accessibility checks to handle the fact that we can now inject dynami...jfrijters
2013-01-15Moved (legacy) stub class parsing from the guts of the class loader to an exp...jfrijters
2013-01-08Give the appropriate error messages if trying to extend or implement a missin...jfrijters
2012-08-06- Marked MemberWrapper class abstract.jfrijters
2012-03-25More ikvmc error handling clean up.jfrijters
2012-03-24Added support to ikvmc to automatically set the full source path in the debug...jfrijters
2012-03-22Changed ikvmstub to use missing assemblies when a dependency is not found and...jfrijters
2012-01-26Bug fix. The $Method inner class for delegates should also be loadable for ge...jfrijters
2012-01-03Removed hack that fixed infinite recursion for generic types that use sub typ...jfrijters
2012-01-02Bug fix. When constructing a generic class loader we can't use GetWrapperFrom...jfrijters
2011-12-15Removed class name length limitation.jfrijters
2011-12-14Removed circular dependency hack for delegate types that isn't required anymo...jfrijters
2011-12-14Make AllocMangledName register the wrapper directly, because there is no reas...jfrijters
2011-12-13Removed parameters from CreateStep1 and CreateStep2NoFail.jfrijters
2011-11-29Added -Xverify option to ikvm.exe.jfrijters
2011-11-28Relax class name validation for trusted class loaders.jfrijters
2011-11-21Fix. When decoding a NameSigAttribute it is possible that a type does not exi...jfrijters
2011-11-17Removed the need for access stubs in dynamic mode with CLASSGC enabled by dyn...jfrijters
2011-08-16Hardened runtime against asynchronous Thread.Abort() during critical operatio...jfrijters
2010-12-24Fix for NPE if type parameter type cannot be loaded.jfrijters
2010-12-08Ignore LoadRemappedTypes() if it is called redundantly.jfrijters
2010-11-25Made FromCallerID method signature typed.jfrijters
2010-11-23Made assembly class loader construction lazy.jfrijters
2010-11-23Removed trace messages that don't add much value but do cause the tracer to n...jfrijters
2010-09-21Changed workaround for gmcs inability to properly deal with two-pass compilat...jfrijters
2010-07-16Made most static compiler warnings local to the target that is being compiled...jfrijters
2010-06-08Disable automagic serialization when running on .NET 4.0 in partial trust.jfrijters
2010-06-07TypeWrapper.AssertFinished() doesn't make sense for the static compiler anymore.jfrijters
2010-05-19Allow ikvmstub to explicitly set the bootstrap class loader.jfrijters
2010-05-19It's not necessary to add the bootstrap class loader to the generic class loa...jfrijters
2010-05-19Removed .NET 1.1 restriction workaround.jfrijters
2010-05-03Added ikvmc option to disable automagic serialization.jfrijters
2010-04-09Removed workaround that is no longer needed.jfrijters
2010-01-29Removed ReflectionOnly support from runtime. Now that ikvmstub no longer requ...jfrijters
2010-01-29- Moved ClassLoaderWrapper.IsVector() and TypeWrapper.IsReflectionOnly() to R...jfrijters