Add System.Runtime.Remoting.vmwcsproj and System.Runtime.Remoting.sln; Some TARGET_JV...
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting.MetadataServices / ChangeLog
1 2005-11-06  Svetlana Zholkovsky  <svetlanaz@mainsoft.com>
2
3     * MetaData.cs: only TARGET_JVM changes
4     
5 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
6
7         * MetaDataCodeGenerator.cs: Fix warning.
8
9 2004-11-30  Lluis Sanchez Gual <lluis@ximian.com>
10
11         * MetaDataExporter.cs: Addded EnumToUnderlying method to get the underlying
12         type of an enum. This fixes bug #69753.
13         
14 2004-05-13  Lluis Sanchez Gual <lluis@ximian.com>
15
16         * SUDSGeneratorException.cs, SUDSParserException.cs: Removed unneeded
17           methods and added internal constructor.
18         * SdlChannelSink.cs: Fixed public constructor.
19         * SdlChannelSinkProvider.cs: Added missing constructor.
20
21 2003-12-10  Lluis Sanchez Gual  <lluis@ximian.com>
22
23         * MetaDataExporter.cs: Several fixes.
24         * SdlChannelSink.cs: Implemented.
25         * SdlChannelSinkProvider.cs: Implemented.
26
27 2003-12-05  Lluis Sanchez Gual  <lluis@ximian.com>
28
29         * MetaData.cs: Added check of compilation results in 
30           ConvertCodeSourceFileToAssemblyFile().
31         * MetaDataCodeGenerator.cs, MetaDataExporter.cs: Many fixes. 
32           Added support for delegates, base classes, implemented interfaces, 
33           methods, properties, ISerializable, enums, etc.
34         
35 2003-12-03  Lluis Sanchez Gual  <lluis@ximian.com>
36
37         * MetaData.cs: Implemented most of methods.
38         * ServiceType.cs: Implemented.
39         * MetaDataCodeGenerator.cs: Added. Implements code generation functionality.
40         * MetaDataExporter.cs: Added. Implements support methods for generating
41           schemas for MetaData.