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-12-21XmlObjectSerialier: fix ISerializable (bxc#37171)Aaron Bockover
2015-12-17[test][System.Runtime.Serialization] Ensure test compile on XI (avoid more th...Sebastien Pouliot
2015-12-04[System.Runtime.Serialization] Static serializer calls directly into internal...Miguel de Icaza
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-10-31[System.ServiceModel.Web] Move System.Runtime.Serialization.Json tests into S...Alexander Köplinger
2015-09-14Add a monotouch_tv profile.Rolf Bjarne Kvinge
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-08-21[BCL] Partial compilation fix for xammac_4_5. Facades still busted.Rodrigo Kumpera
2015-07-26[bcl] Remove NET_4_0 defines from class libsAlexander Köplinger
2015-07-15[build] Switch to 4.6 profile as default profileMarek Safar
2015-06-25Add a monotouch_watch profile.Rolf Bjarne Kvinge
2015-06-22[S.R.Serialization] fix default value comparison.Atsushi Eno
2015-06-18Create xammac_net_4_5 profile for XM 4.5 Unified to remove references to unsh...Chris Hamons
2015-06-16Updated csproj files.Marcos Henrich
2015-06-01[System.Runtime.Serialization] Update public apiMarek Safar
2015-05-29Updated .csproj files.Marcos Henrich
2015-05-07Remove unused System.Runtime.Serialization code.Atsushi Eno
2015-05-01[S.R.Serialization] fix some [InternalsVisibleTo]s.Atsushi Eno
2015-04-30[System.Runtime.Serialization] Fix "make distcheck"Alexander Köplinger
2015-04-24[S.R.Serialization] fix mobile static build.Atsushi Eno
2015-04-24[S.R.Serialization] fill message strings.Atsushi Eno
2015-04-24[S.R.Serialization] for some use cases we don't expect reflection exception.Atsushi Eno
2015-04-24[S.R.Serialization] fix Json reader member duplicate check index.Atsushi Eno
2015-04-24[S.R.Serialization] fix condition on simple dictionary output.Atsushi Eno
2015-04-24[S.R.Serialization] add Json reader/writer interpreters.Atsushi Eno
2015-04-24[S.R.Serialization] remove debugging code.Atsushi Eno
2015-04-24[S.R.Serialization] fix MTOM writer test to match .NET behavior.Atsushi Eno
2015-04-24[S.R.Serialization] fix XsdDataContractImporter test to match .NET behavior.Atsushi Eno
2015-04-24[S.R.Serialization] fix wrong test that doesn't match .NET behavior.Atsushi Eno
2015-04-24[S.R.Serialization] implement XmlDataContract's interpreter method.Atsushi Eno
2015-04-24[S.R.Serialization] additional type check for collection serialization is als...Atsushi Eno
2015-04-24[S.R.Serialization] additional type check for array serialization is needed.Atsushi Eno
2015-04-24[S.R.Serialization] do not update memberType when not expected.Atsushi Eno
2015-04-24[S.R.Serialization] fix nullable serialization to match referencesource codegen.Atsushi Eno
2015-04-24[S.R.Serialization] fix deserialization of primitive arrays in reader interpr...Atsushi Eno
2015-04-24[S.R.Serialization] fix member indexing on reading deserialized members.Atsushi Eno
2015-04-24[S.R.Serialization] fix array element deserialization.Atsushi Eno
2015-04-24[S.R.Serialization] fix writer interpreter on enumerating non-dictionary.Atsushi Eno
2015-04-24[S.R.Serialization] fix reader interpreter: "required" check was broken.Atsushi Eno
2015-04-24[S.R.Serialization] Fix TryWritePrimitive() parameter assignment.Atsushi Eno
2015-04-24[S.R.Serialization] add missing ConvertValue on xml reader interpreter.Atsushi Eno
2015-04-24[S.R.Serialization] fix broken test (exposed by referencesource import work).Atsushi Eno
2015-04-24[S.R.Serialization] implement XmlFormatReaderGenerator interpreter.Atsushi Eno
2015-04-24[S.R.Serialization] implemented interpreter-based XmlFormatWriterGenerator.Atsushi Eno
2015-04-24[S.R.Serialization] switch to (non-emit) reflection-based implementation stubs.Atsushi Eno
2015-04-24[S.R.Serialization] switch to USE_REFEMIT to reduce test failures.Atsushi Eno
2015-04-24[S.R.Serialization] switch to referencesources.Atsushi Eno
2015-03-17[genproj] Re-generated the class library projects.João Matos
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