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
path: root/ikvmc
AgeCommit message (Expand)Author
2012-04-12Fixed regression caused by previous commit. If there are multiple output file...jfrijters
2012-04-12Read input files after processing all the options (to make -nowarn: and -warn...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
2012-03-23Lots of ikvmc error handling clean up.jfrijters
2012-03-23Ordered using statements and removed unused ones.jfrijters
2012-03-22Cleaned up the help message.jfrijters
2012-03-22Print copyright header when compiling (unless -nologo option is specified).jfrijters
2012-03-22Added explicit -help and -? options to ikvmc.jfrijters
2012-03-22Changed ikvmstub to use missing assemblies when a dependency is not found and...jfrijters
2012-03-21Added ikvmc -highentropyva option (to enable high entropy ASLR in 64 bit proc...jfrijters
2012-03-21Added ikvmc -filealign:<n> option.jfrijters
2012-03-19Added ikvmc -win32manifest:<file> option.jfrijters
2012-03-19Bug fix. Non-public property getter/setter methods should be ignored when we ...jfrijters
2012-01-26Prevent IKVMC0109 warning when a stub is encountered after the corresponding ...jfrijters
2012-01-20Bug fix. The right remap filename should be put in the SourceFileAttribute, i...jfrijters
2012-01-05Removed method name mangling and depend on custom modifiers instead.jfrijters
2012-01-03Made base TypeWrapper resolution lazy for compiled and .NET TypeWrappers. Thi...jfrijters
2011-12-17Handle Main-Class manifest value that spans multiple lines. Fix for bug #3461...jfrijters
2011-12-14Introduced an intermediate compilation pass for CreateStep2 to enable a class...jfrijters
2011-12-14Split compilation into two passes.jfrijters
2011-12-14Removed unused java.lang.annotation.Annotation TypeWrapper.jfrijters
2011-12-14Use RemapperTypeWrapper instead of TypeWrapper where appropriate.jfrijters
2011-12-13Removed last remaining TypeAsBuilder usage.jfrijters
2011-12-12Removed another TypeAsBuilder usage.jfrijters
2011-12-12More TypeAsBuiler usage removed.jfrijters
2011-12-11Removed duplication of keeping track of AnnotationBuilder and moved enum nest...jfrijters
2011-12-08Don't crash when ikvmc -resource: or -externalresource: option doesn't contai...jfrijters
2011-12-07Introduced DefineMethodHelper class as an abstraction over method signatures ...jfrijters
2011-11-28- Added extension methods for (almost) all instance methods in Object, String...jfrijters
2011-11-27Informational messages should not be treated as error when -warnaserror is sp...jfrijters
2011-11-24Removed legacy remap feature that allowed final fields as properties to be de...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-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-10-18Bug fix. When calling a final method on a remapped type we can't call the ins...jfrijters
2011-10-10Added ikvmc -platform:arm and -platform:anycpu32bitpreferred options.jfrijters
2011-09-29Don't open the remap file in read/write mode.jfrijters
2011-08-08Support remap file <throws /> element for methods and constructors defined in...jfrijters
2011-07-30Added opcodes: or, xor, notjfrijters
2011-07-12Updated Windows globbing to be compatible with Java 7.jfrijters
2011-07-11Extended map file support for ldtoken opcode to support loading method and fi...jfrijters
2011-06-28Don't stop on the first error encountered. Keep going until 100 errors. Note ...jfrijters
2011-06-28Added ikvmc -warnaserror option (which turns all warnings into errors, as opp...jfrijters
2011-06-27Added support for declaring exceptions on shadow interface methods.jfrijters
2011-06-26Added ldarg_s opcode.jfrijters
2011-05-25Unified Method/Constructor/Clinit remapper types to allow method patching to ...jfrijters