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-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-19Renamed ClassLoaderWrapper.GetLoadedClass() to FindLoadedClass().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-17Changed ikvmc -recurse: option to give a fatal error if it matches no files.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-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-16Reordered using declarations and add using for sharpziplib.jfrijters
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
2013-02-12Simplified resource option handling.jfrijters
2013-02-12Fix for bug #3604215.jfrijters
2013-02-12Removed obsolete stub class handling.jfrijters
2013-02-06Made TypeWrapper.IsInternal a readonly property.jfrijters
2013-01-31Added CodeGenOptions.DisableDynamicBinding to disable dynamic binding, instea...jfrijters
2013-01-24(Ab)use InternalsVisibleToAttribute to allow the runtime to dynamically injec...jfrijters
2013-01-24Added AttributeHelper.SetInternalsVisibleToAttribute().jfrijters
2013-01-16Suppress warnings after an error has occurred (to avoid obscuring the fact th...jfrijters
2013-01-15Disabled automatic assembly loading for ikvmc. All dependencies must now be e...jfrijters
2013-01-15Corrected previous commit.jfrijters
2013-01-15Handle MissingMemberException during FinishRemappedTypes.jfrijters
2013-01-15Moved secondary assembly loading (from a shared class loader group) to an exp...jfrijters
2013-01-15Moved (legacy) stub class parsing from the guts of the class loader to an exp...jfrijters
2013-01-08Officially deprecated compiling with stubs.jfrijters
2013-01-08Give the appropriate error messages if trying to extend or implement a missin...jfrijters
2013-01-07Enabled resolving missing members and added a warning for missing types.jfrijters
2013-01-07- Bug fix. Deduplicate messages based on all parameter values, not just the f...jfrijters
2012-12-30- Support "attributes" attribute on method tag in map.xml for methods declare...jfrijters
2012-09-13Removed unnecessary MethodBuilder casts.jfrijters
2012-09-13Removed remaining ConstructorBuilder usages.jfrijters
2012-09-13Removed dummy constructor from __Helper class.jfrijters
2012-09-11Removed more ConstructorBuilder usage to fix regression (constructor custom a...jfrijters
2012-08-15Removed unnecessary casting (now that we have a CodeEmitter.Emit() overload t...jfrijters
2012-08-06- Marked MemberWrapper class abstract.jfrijters
2012-07-03- Made CodeEmitter more "type safe" by adding specific EmitXxx methods instea...jfrijters
2012-03-25More ikvmc error handling clean up.jfrijters
2012-03-24Fix regression caused by previous commit. If we can't find the source and no ...jfrijters
2012-03-24Added support to ikvmc to automatically set the full source path in the debug...jfrijters