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-09-24Fix public-key remapping of System.Numerics.dllmono-masterMartin Baulig
2013-09-11Reflect latest System.Net / System.Xml.Serialization public-key changes.Martin Baulig
2013-06-12Clone the runtime's assembly remapping logic for PCL.Martin Baulig
2013-06-06Revert "Added type forwarder API to the Module."Mike Krüger
2013-06-06Added type forwarder API to the Module.Mike Krüger
2013-06-06Added strong name to the IKVM.Reflection assembly.Mike Krüger
2013-05-27Add PCL Facade Assemblies and treat them like framework asms.Martin Baulig
2013-02-26Bug fix. Implemented annotation primitive and string value writing.jfrijters
2013-02-25Bug fix. Type names in annotations should be decoded for enums and annotation...jfrijters
2013-02-24Reimplemented dynamic binding on top of MethodHandles. This avoids having to ...jfrijters
2013-02-24Bug fix. MethodHandle to Object.clone/finalize should be special cased.jfrijters
2013-02-24Bug fix. MethodHandle should be able to call dynamic only methods.jfrijters
2013-02-24- Removed CallerID from ICustomInvoke.jfrijters
2013-02-24Use MethodWrapper instead of ConstantPoolItemMI to make it easier to move con...jfrijters
2013-02-24Removed unnecessary special casing of non-ghost interface method calling.jfrijters
2013-02-24Added MethodWrapper.IsConstructor property.jfrijters
2013-02-24Removed unnecessary parameter.jfrijters
2013-02-23Simplified class loading exception handling.jfrijters
2013-02-23Finish should be called inside RetargetableJavaException try block.jfrijters
2013-02-23Remove Assembly field from AssemblyClassLoader, instead associate the ikvm.ru...jfrijters
2013-02-23Simplified AssemblyClassLoader construction.jfrijters
2013-02-23Moved AssemblyClassLoader package definition to runtime.jfrijters
2013-02-23Removed now unused methods.jfrijters
2013-02-23Regression fix. The previous Java class loader construction rewrite introduce...jfrijters
2013-02-22- More class loading refactoring.jfrijters
2013-02-22getResource and getResources are no longer used outside of AssemblyClassLoader.jfrijters
2013-02-22Add parameter annotations.jfrijters
2013-02-22Removed old style collections.jfrijters
2013-02-22Added support for exporting the class, method and field annotations during ru...jfrijters
2013-02-22Use the same array encoding for annotations as the rest of the runtime.jfrijters
2013-02-22Removed unnecessary namespace prefixes.jfrijters
2013-02-21Don't write warnings to the console when we're part of the runtime.jfrijters
2013-02-21Removed the old Java stub class generator and replaced it with the ikvmstub c...jfrijters
2013-02-21Use EnumerationWrapper to lazily expose the resources.jfrijters
2013-02-21Added ikvm.runtime.EnumerationWrapper to expose an IEnumerable as a java.util...jfrijters
2013-02-21Removed map.xml patching of bootstrap resource loading methods in java.lang.C...jfrijters
2013-02-21Removed remains of generic class loader support from AssemblyClassLoader.jfrijters
2013-02-21Untangled generic class loader resource loading.jfrijters
2013-02-21Return stub class resources from the virtual file system if a class loader de...jfrijters
2013-02-21Made assembly resource loading more consistent with Java resource loading.jfrijters
2013-02-21Changed resource loading order to first load bootstrap resources and then the...jfrijters
2013-02-21Inlined function that's only used once.jfrijters
2013-02-21Stop abusing ikvm.runtime.AssemblyClassLoader as a class loader for generic t...jfrijters
2013-02-20FindLoadedClass() should also returned types from referenced assemblies.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-19Bug fix. Disallow invalid class names in AssemblyClassLoader.loadClass().jfrijters