Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-25[xml] add missing CONFIGURATION_DEPAtsushi Eno
2015-02-24import System.Diagnostics.Trace etc. from referencesource.Atsushi Eno
2015-02-20[Sys.Xml] when deserializing XmlNode, use XmlReader's NameTable.Atsushi Eno
2015-02-20[Sys.Xml] don't use XmlSchemaElement.ElementType anymore. MS doesn't use it.Atsushi Eno
2015-02-13Merge pull request #1496 from echampet/serializersAtsushi Eno
2015-02-06Merge branch 'master' into ms-decimalMiguel de Icaza
2015-02-06[Build] Make the code build with old bootstrapped environmentsMiguel de Icaza
2015-02-05Merge pull request #1541 from alexrp/mcs-build-cleanupAlex Rønne Petersen
2015-02-04[system.xml] Disable failing test, requires reference source implementationMarek Safar
2015-02-03Remove obsolete profiles and profile checks from the build system.Alex Rønne Petersen
2015-02-03Remove some leftover old 1.x, 2.x, 3.x profile ifdefs.Alex Rønne Petersen
2015-02-02[System.Xml] Overwrite instead of append so that subsequent executions doesn'...Rolf Bjarne Kvinge
2015-01-27Unit test for reproduction of XmlReader.ReadToNextSibling behaviourAlistair Bush
2015-01-21[bcl] Remove ONLY_1_1 defines from class libsAlexander Köplinger
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2015-01-16[system.xml] Fix broken ClassMap logic which relied on order of hashtable ele...Marek Safar
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2015-01-09System.Xml.Serialization: fix xml serializers generation for Web ServicesEtienne CHAMPETIER
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-11-07[xml] XmlElement.InnserXml seems to preserve whitespaces.Atsushi Eno
2014-10-31[xml] XmlDocument.ReadNode() should not special case XmlTextReader.Atsushi Eno
2014-10-24[xml] XmlTextReader: Value was wrong after ReadAttributeValue() on xml declar...Atsushi Eno
2014-10-06[system.xml] Make XmlSerializer work even when XmlTextReader has explicitly s...Marek Safar
2014-10-05[system.xml] Add missing 4.0 propertyMarek Safar
2014-09-26Property with attribute XmlTest is now set from ReadString only.Marcos Henrich
2014-09-26Test Xml serialization of a property with attribute XmlText.Marcos Henrich
2014-09-17Fix mobile and mobile_static profilesMichael Hutchinson
2014-09-15If not specified assume that array items are nullable. Fixes #19012.Marcos Henrich
2014-09-15Test xml serialization of nullable array items. Covers #19012.Marcos Henrich
2014-09-15Ignore method ShouldSerialize if it is a generic.Marcos Henrich
2014-09-15Test serialization wen class has method bool ShouldSerialize<T>().Marcos Henrich
2014-09-15Added optional serialization based on ShouldSerialize{V}.Marcos Henrich
2014-09-15Added test for optional {V}Specified and ShouldSerialize{V}.Marcos Henrich
2014-09-15Fixed NullReferenceException.Marcos Henrich
2014-09-10When needed serialized objects are now implicitly converted.Marcos Henrich
2014-09-10Changed method ImplicitConvert to internal static.Marcos Henrich
2014-09-10ImplicitConvert was using method with wrong parameter and return type.Marcos Henrich
2014-09-10Test XmlSerialization of element that requires implicit conversion.Marcos Henrich
2014-09-04Cleanup namespace names of class lib tests to follow conventionAlexander Köplinger
2014-08-29Merge pull request #1200 from akoeplinger/remove-jvmZoltan Varga
2014-08-27Serializer were not generated if generationThreshold was changed.Marcos Henrich
2014-08-27Process XslLiteralElements with only child attributes as empty ones.Marcos Henrich
2014-08-27Test xls transformation of single child node to an attribute.Marcos Henrich
2014-08-22Fixed serialization of XmlNode field with attribute XmlAnyElement.Marcos Henrich
2014-08-22Added missing XmlTypeMapping.IsAny logic.Marcos Henrich