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
2011-11-25Stop mangling property names for access stubs (instead we rely on custom modi...jfrijters
2011-11-25FileStore for non-accessible drive should throw exception when trying to crea...jfrijters
2011-11-25Graphics2D.clip(null) should only throw NPE for a Component graphics.jfrijters
2011-11-24Use modopt to reliably correlate type 2 access stub properties with the under...jfrijters
2011-11-24Removed legacy remap feature that allowed final fields as properties to be de...jfrijters
2011-11-24Instead of mangling field names and using NameSigAttribute, we now use modopt...jfrijters
2011-11-24Added support for classes that represent arrays of remapped .NET types and .N...jfrijters
2011-11-23When generating an access stub for a bridge method, prefix the access stub wi...jfrijters
2011-11-23- Don't generate access stubs for protected members in final classes.jfrijters
2011-11-23Implemented type 2 access stubs for methods (not constructors) and rewrote ho...jfrijters
2011-11-21Fix. When decoding a NameSigAttribute it is possible that a type does not exi...jfrijters
2011-11-18Fixed several type 1 method access stub issues.jfrijters
2011-11-18Simplified and renamed type 1 method access stub method.jfrijters
2011-11-18Fixed bug in type 1 field access stub. When field type is non-public the prop...jfrijters
2011-11-18Added support for type 1 access stub methods with non-public parameter/return...jfrijters
2011-11-17Added a property to decide if we need a type 2 access stub to make sure the c...jfrijters
2011-11-17Clarified that the NonPublicTypeInSignature does not get set for access stubs...jfrijters
2011-11-17Made method access stub generation more consistent with field access stubs (a...jfrijters
2011-11-17Removed the need for access stubs in dynamic mode with CLASSGC enabled by dyn...jfrijters
2011-11-15New version number.jfrijters
2011-11-15Added ikvmc warnings for:jfrijters
2011-11-15Use the existing "infrastructure" to add the assembly name to the warning, wh...jfrijters
2011-11-14Remove unused members from runtime.jfrijters
2011-11-14Only support ikvm.lang.DllExport when -platform:x86 or -platform:x64 is expli...jfrijters
2011-11-14Removed ikvmc -platform:Itanium option.jfrijters
2011-11-11Added ikvm.lang.DllExport annotation to export static methods as unmanaged ex...jfrijters
2011-11-11Implemented a different pinning scheme for GetPrimitiveArrayCritical() that t...jfrijters
2011-11-11- Added include stdarg.h to make the header file compile by itself.jfrijters
2011-11-08Re-use (our) Fusion assembly name parser in AssemblyName.jfrijters
2011-11-08Fixed version handling in FullName.jfrijters
2011-11-08Equals sign should be escaped.jfrijters
2011-11-08Parse and validate the Retargetable and ProcessorArchitecture attributes.jfrijters
2011-11-08Return more specific error from ParseAssemblyName and throw the right excepti...jfrijters
2011-11-08- Fixed version parsing.jfrijters
2011-11-08- Duplicated attributes (even unknown ones) must result in a parse error.jfrijters
2011-11-08Fixed a couple of parsing errors:jfrijters
2011-11-07Fixed assembly name parsing to handle quoted names.jfrijters
2011-11-07Implemented most of AssemblyName (except parsing) without dependency on Syste...jfrijters
2011-11-07Implemented JDK 7 method overriding behavior.jfrijters
2011-11-03Restructured method overriding to prepare for Java 7 behavior (not yet implem...jfrijters
2011-11-02Moved loader constraint checking into a separate method.jfrijters
2011-10-31Updated LICENSE and THIRD_PARTY_README to OpenJDK 7.jfrijters
2011-10-25Added security manager checks.jfrijters
2011-10-24Added workaround for another x64 JIT bug.jfrijters
2011-10-22Added security manager checks.jfrijters
2011-10-22Removed unused fields.jfrijters
2011-10-20Starting with class file version 51 the <clinit> methods need to be static.jfrijters
2011-10-18Implemented redirectErrorStream for case where stdout is not also redirected.jfrijters
2011-10-18Bug fix. When calling a final method on a remapped type we can't call the ins...jfrijters
2011-10-18Fixed core library build issue. java.lang.AutoCloseable.close() method may be...jfrijters