| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- 2010-03-16 Jb Evain <[email protected]>
- * net_2_1_*.dll.sources: rename to moonlight_*.dll.sources.
- 2010-03-03 Atsushi Enomoto <[email protected]>
- * System.Runtime.Serialization.dll.sources:
- update configuration sources.
- 2010-03-01 Atsushi Enomoto <[email protected]>
- * System.Runtime.Serialization.dll.sources: use new implementation
- (will be renamed later).
- 2010-02-10 Atsushi Enomoto <[email protected]>
- * Makefile: add Test/Resources/Schemas/* to extra dist.
- 2009-11-12 Atsushi Enomoto <[email protected]>
- * net_4_0_System.Runtime.Serialization.dll : 4.0 dll contains
- JSON serializer (moved from Sys.SM.Web).
- 2009-10-23 Atsushi Enomoto <[email protected]>
- * monotouch_System.Runtime.Serialization.dll.sources :
- add OnXmlDictionaryReaderClose.cs.
- 2009-09-21 Sebastien Pouliot <[email protected]>
- * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove
- System.Xml/XmlMtomDictionaryWriter.cs
- 2009-09-07 Atsushi Enomoto <[email protected]>
- * net_2_1_System.Runtime.Serialization.dll.sources : ditto.
- 2009-09-07 Atsushi Enomoto <[email protected]>
- * System.Runtime.Serialization.dll.sources :
- added IgnoreDataMemberAttribute.cs.
- 2009-07-20 Jb Evain <[email protected]>
- * Makefile: filter the valid profile on the framework version,
- to make it easier to have custom variants.
- 2009-04-21 Sebastien Pouliot <[email protected]>
- * System.Xml.Schema/*: Remove (not needed for 2.1 anymore)
- * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove
- more code duplication for 2.1 and fix the build
- 2009-04-21 Sebastien Pouliot <[email protected]>
- * net_2_1_raw_System.Runtime.Serialization.dll.sources: Remove
- MonoTODOAttribute since we get it from mscorlib (fix build too).
- Remove System.Xml.Schema/XmlSchema.cs from build since we can
- get the fields directly from System.Xml.dll
- 2009-04-15 Atsushi Enomoto <[email protected]>
- * System.Runtime.Serialization.dll.sources : added mtom reader.
- 2009-04-02 Atsushi Enomoto <[email protected]>
- * System.Runtime.Serialization.dll.sources : added mtom writer.
- * System.Runtime.Serialization_test.dll.sources : added mtom writer test.
- 2009-03-31 Atsushi Enomoto <[email protected]>
- * binary-writer-method-gen.cs : another easy code writer for binary
- xml writer methods.
- * System.Runtime.Serialization.dll.sources : added autogenerated code.
- 2009-03-11 Atsushi Enomoto <[email protected]>
- * Makefile: added -r:System.Core.
- 2009-02-12 Jonathan Pryor <[email protected]>
- * System.Runtime.Serialization_test.dll.sources: Add
- System.Xml/XmlDictionaryWriterTest.cs to the test build.
- 2009-02-11 Jonathan Pryor <[email protected]>
- * System.Runtime.Serialization_test.dll.sources: Add
- System.Xml/XmlDictionaryStringTest.cs to the test build.
- 2009-02-10 Atsushi Enomoto <[email protected]>
- * System.Runtime.Serialization.dll.sources: Add
- System.Xml/IFragmentCapableXmlDictionaryWriter.cs to the build.
- 2008-11-23 Atsushi Enomoto <[email protected]>
- * System.Runtime.Serialization_test.dll.soruces :
- remove ALL Mainsoft serialization tests that completely fail under
- .NET and reduce 107 test failures out of 113.
- They are English (language) dependent.
- 2008-09-09 Atsushi Enomoto <[email protected]>
- Jb Evain <[email protected]>
- * net_2_1_raw_System.Runtime.Serialization.dll.sources: new sources
- file for the SL2 profile.
- * Makefile: add support for SL2 profile.
- 2008-03-31 Igor Zelmanovich <[email protected]>
- * Makefile : add reference to System.Data.dll,
- required for test suite.
- * System.Runtime.Serialization_test.dll.sources : added
- DataContractSerializerTest_FrameworkTypes_System.Data.cs
- 2008-03-31 Atsushi Enomoto <[email protected]>
- * Makefile : Fix EXTRA_DISTFILES.
- 2008-03-21 Atsushi Enomoto <[email protected]>
- * Makefile : added missing EXTRA_DISTFILES.
- 2008-02-27 Eyal Alaluf <[email protected]>
- * Makefile: Filter out some warnings.
- * System.Runtime.Serialization_test.dll.sources: Added tests for
- System.Runtime.Serialization attributes.
- 2007-12-05 Atsushi Enomoto <[email protected]>
- * Makefile : add net_3_5 profile as a target profile.
- 2007-03-30 Atsushi Enomoto <[email protected]>
- * reader-method-gen.cs : changed ReadElementContentAsXxx()
- implementation to rather call ReadContentAsXxx() so that binary
- reader implementation could be implemented easily.
- 2007-03-16 Atsushi Enomoto <[email protected]>
- (oops, I forgot to add entry for it last time)
- * reader-method-gen.cs : added ReadElementContentAsXxx() support.
- 2007-02-27 Wade Berrier <[email protected]>
- * Makefile: Include resource files in EXTRA_DISTFILES
- 2006-09-05 Ankit Jain <[email protected]>
- * resources/mstypes.schema: New.
- * Makefile (RESOURCE_FILES): Add resources/mstypes.schema
- 2006-09-01 Ankit Jain <[email protected]>
- * System.Runtime.Serialization_test.dll.sources : Added
- XsdDataContractExporterTest.cs
- 2006-07-27 Ankit Jain <[email protected]>
- * Makefile (TEST_MCS_FLAGS): Add /r:System.ServiceModel.dll
- * System.Runtime.Serialization_test.dll.sources : Added
- XsdDataContractImporterTest.cs
- 2005-10-20 Atsushi Enomoto <[email protected]>
- * System.Runtime.Serialization_test.dll.sources : added. However
- run-test is not working fine due to appdomain problem(?).
- 2005-10-03 Atsushi Enomoto <[email protected]>
- * Makefile : added /r:System.Configuration.dll.
- * System.Runtime.Serialization.dll.sources : added new files.
- 2005-09-27 Atsushi Enomoto <[email protected]>
- * System.Runtime.Serialization.dll.sources :
- added XmlSimpleDictionaryReader.cs (slightly boring implementation).
- Now it is autogenerated by "make update-dll-sources".
- 2005-09-22 Atsushi Enomoto <[email protected]>
- * Makefile,
- System.Runtime.Serialization.dll.sources : new files.
|