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-04-27[system.xml] Fix public apiMarek Safar
2015-04-24[S.Xml] Add [InternalsVisibleTo(S.R.Serialization)].Atsushi Eno
2015-04-16[system.xml] Update failing testMarek Safar
2015-04-02Fix XmlSerializationTest again.Dave Curylo
2015-04-02Corrects error in XmlSerializerTests.Dave Curylo
2015-04-02XmlSerializer should set *non* readonly {V}Specified fieldsDave Curylo
2015-03-27Use common consts in [InternalsVisibleTo] PublicKey specifications.Atsushi Eno
2015-03-25[corlib] String from reference sources, fixes mostly string.format issuesMarek Safar
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-17[xml] add test from bug #2917.Atsushi Eno
2015-03-10Fix the build broken in 40ba1978bc274c820141fab18177e2bb17efd3b4Alexander Köplinger
2015-03-04Fix for the XMLSerializer bug 18558jason_naylor
2015-03-04Test to reveal defect in XmlSerializer (Bug 18558)jason_naylor
2015-03-04[system.xml] Clean up build outputMarek Safar
2015-03-04Fix make dist.Zoltan Varga
2015-03-03Rename Managed.Windows.Forms to System.Windows.Forms for consistency.Zoltan Varga
2015-03-03Remove old System.Xml sources. bye bye.Atsushi Eno
2015-03-02Merge branch 'master' into import-system-xml-4Atsushi Eno
2015-03-02[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to redu...Zoltan Varga
2015-03-02take out ThisAssembly from SR.cs, conflicts with the one in Sys.Data.Atsushi Eno
2015-03-02[xml] take out some types in Dummy.cs to better source files.Atsushi Eno
2015-03-02Add referencesource's [InternalsVisiblTo] attributes in System.Xml.dll.Atsushi Eno
2015-03-02[xml] Fix dropped lines in Makefile during merge.Atsushi Eno
2015-03-02Fix mobile build wrt. Res classes.Atsushi Eno
2015-03-02Add referencesource-based message strings to the build.Atsushi Eno
2015-03-02[xml] update message resources for referencesource.Atsushi Eno
2015-03-02Update all mcs errors expected messages for referencesource changes.Atsushi Eno
2015-03-02Fix regression in mcs/tools/mdoc by giving referencesource-based message.Atsushi Eno
2015-03-02[Xml] another human readable exception message.Atsushi Eno
2015-03-02[Xml] fix regression in winforms tests.Atsushi Eno
2015-03-02[Xml] add mobile XslCompiledTransform implementation.Atsushi Eno
2015-03-02[Xml] Removed XslCompiledTransform and co. Now monodroid builds.Atsushi Eno
2015-03-02[Sys.Xml] first onging mobile build work. It does NOT build for mobiles now.Atsushi Eno
2015-03-02[Sys.Xml] give understandable message and arguments for Xml_WrongToken.Atsushi Eno
2015-03-02[Sys.Xml] swap xmlns:xsd and xmlns:xsi in serialized xml to remove "regression".Atsushi Eno
2015-03-02update dummy messages to somewhat understandable values.Atsushi Eno
2015-03-02First step to import referencesource System.Xml.Atsushi Eno
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