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-19Renamed ClassLoaderWrapper.GetLoadedClass() to FindLoadedClass().jfrijters
2013-02-18Added version info to runtime critical failure.jfrijters
2013-02-18AttributeHelper should have a deterministic class constructor.jfrijters
2013-02-18Added some version information to the Internal Compiler Error message.jfrijters
2013-02-18Removed CallerID optimization special casing since we can now call internal m...jfrijters
2013-02-18Emit a warning if a remapped type duplicates a loaded class.jfrijters
2013-02-18- Don't call EmitRemappedTypes2ndPass() unless we're compiling the core assem...jfrijters
2013-02-18Copy zip file comment.jfrijters
2013-02-18Corrected indentation.jfrijters
2013-02-18Don't include empty classes.jar.jfrijters
2013-02-18Add uncompilable classes loaded from the file system to classes.jar.jfrijters
2013-02-18Reintroduced (new) exclude list to exclude the classes that are already defin...jfrijters
2013-02-17Changed ikvmc -recurse: option to give a fatal error if it matches no files.jfrijters
2013-02-17- Removed exclude.lst left over from ancient times.jfrijters
2013-02-17- Allow dynamic class loading (from resources) when there is no custom assemb...jfrijters
2013-02-17- Split class name mapping and class parsing into separate loops to simplify ...jfrijters
2013-02-17Turns out we need to match the .class extension case senstive.jfrijters
2013-02-17If a jar has multiple class entries with the same name, the last one wins. Th...jfrijters
2013-02-17Project stub classes into the jar the classes originated from.jfrijters
2013-02-17- Unified the handling of resources and classes in ikvmc.jfrijters
2013-02-17Minor restructuring of ProcessFile to make future change simpler.jfrijters
2013-02-17Moved manifest parsing to a separate method.jfrijters
2013-02-17- Bug fix. Handle zip exception in ProcessZipFile instead of one of the call ...jfrijters
2013-02-17- Merged two passes through the options.classes dictionary.jfrijters
2013-02-17Suppress "class not found" warning for a classes that fails to compile for an...jfrijters
2013-02-16Fix build break. Forgot to update .NET 4.0 build specific code.jfrijters
2013-02-16Prevent System.MethodAccessExceptionsmallsql
2013-02-16Reordered using declarations and add using for sharpziplib.jfrijters
2013-02-15Bug fix. The size should be taken from the actual zip entry, not the one pass...jfrijters
2013-02-14- Added java.io.Serializable and java.lang.Cloneable to the core classes.jfrijters
2013-02-14- Marked some fields readonly.jfrijters
2013-02-14- Marked some field readonly.jfrijters
2013-02-14Marked some fields readonly and removed a redundant cast.jfrijters
2013-02-14Lock the dynamicTypes dictionary when accessing it in the TypeResolve event h...jfrijters
2013-02-14Simplified jniproxy assembly debug dump.jfrijters
2013-02-14Bug fix. Custom attribute annotation should skip indexer properties.jfrijters
2013-02-14- Fixed some memory model issues.jfrijters
2013-02-14Marked some fields as readonly.jfrijters
2013-02-14Moved invokespecial stub cache into FinishContext.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-13Improve previous commit to handle internal access method overriding.jfrijters
2013-02-13Bug fix. When looking for a method to override we should handle internal acce...jfrijters
2013-02-13Also broken ToolkitImage need to return a ImageSourcesmallsql
2013-02-13implements getGlyphOutlinesmallsql
2013-02-12Unified all ikvmc filename validation.jfrijters
2013-02-12- Made dynamic binding to unloadable types the default (for ikvmc).jfrijters
2013-02-12Fixed previous commit. We can't add the suppress warning key if it already ex...jfrijters
2013-02-12- If a class can't be statically compiled due to a missing base class/interfa...jfrijters