ikvm-fork/refemit
jfrijters 6420d7ef22 Fixed regression introduced with recent label handling changes. Bug #2847725. 2009-08-31 15:00:21 +00:00
..
IKVM.MdbWriter Fixed local variable signature in debugging info. This finally fixes the debugging support regression in 0.40. 2009-08-25 04:31:36 +00:00
IKVM.PdbWriter Fixed local variable signature in debugging info. This finally fixes the debugging support regression in 0.40. 2009-08-25 04:31:36 +00:00
Impl Fixed local variable signature in debugging info. This finally fixes the debugging support regression in 0.40. 2009-08-25 04:31:36 +00:00
Properties New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
Writer Cleaned up handling of assembly directory. This fixes the fact that .pdb files weren't put in the same directory as the corresponding modules. 2009-08-19 06:23:55 +00:00
AssemblyBuilder.cs Cleaned up handling of assembly directory. This fixes the fact that .pdb files weren't put in the same directory as the corresponding modules. 2009-08-19 06:23:55 +00:00
ConstructorBuilder.cs - Implemented GetConstructorImpl for TypeBuilder and BakedType. 2009-08-06 06:14:46 +00:00
CustomAttributeBuilder.cs Fixed handling of TypeBuilder enums in custom attributes. 2009-06-22 15:14:37 +00:00
Enums.cs New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
EventBuilder.cs Forgot to add new file. 2009-06-27 11:05:56 +00:00
FieldBuilder.cs Fixed encoding of fields in generic type instances. 2009-06-22 15:27:12 +00:00
IKVM.Reflection.Emit.csproj Added support for defining events. 2009-06-25 14:44:36 +00:00
ILGenerator.cs Fixed regression introduced with recent label handling changes. Bug #2847725. 2009-08-31 15:00:21 +00:00
IkvmAssembly.cs When building for .NET 4.0 we can derived ModuleBuilder from Module and AssemblyBuilder from Assembly. 2009-05-25 13:42:15 +00:00
MethodBuilder.cs The SuppressUnmanagedCodeSecurityAttribute requires the HasSecurity flag to be set. 2009-06-25 08:58:31 +00:00
ModuleBuilder.cs Fixed local variable signature in debugging info. This finally fixes the debugging support regression in 0.40. 2009-08-25 04:31:36 +00:00
OpCodes.cs New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
ParameterBuilder.cs New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
PropertyBuilder.cs Made PropertyBuilder sealed like on .NET. 2009-06-25 14:43:46 +00:00
SignatureHelper.cs Fixed generic type definitions in signatures. 2009-06-25 04:16:09 +00:00
Tokens.cs New Ref.Emit implementation. 2008-11-14 07:40:49 +00:00
TypeBuilder.cs - Implemented GetConstructorImpl for TypeBuilder and BakedType. 2009-08-06 06:14:46 +00:00
refemit.build Removed ISymWrapper.dll dependency. 2009-08-23 09:14:09 +00:00