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 (Collapse)Author
2017-11-26[msvc] Update csproj files (#6100)monojenkins
2017-09-19[WindowsBase] Fix exception type in *ValueSerializer.ConvertFromString with ↵Alexander Köplinger
null parameter ArgumentNullException was introduced by https://github.com/mono/mono/pull/5593 but it should be NotSupportedException instead to match with Windows .NET. Similar change to what was noticed during review of https://github.com/mono/mono/pull/5343#discussion_r132166426.
2017-09-19[WindowsBase] Use InvariantCulture for ConvertTo/ToString testsAlexander Köplinger
They'd fail on locales such as de-DE before which uses ';' as separator.
2017-09-18[msvc] Update csproj files (#5602)monojenkins
2017-09-18Multi-culture implementation ValueSerializers, Parse and ToString for types ↵Mikhail Filippov
from WindowsBase. (#5593)
2017-08-11[bcl] Clean up FRAMEWORK_VERSION 4.0 and 2.0 checks (#5356)Alexander Köplinger
We don't build those profiles anymore, we have a net_4_x configuration instead.
2017-08-10Add implementation and tests for MatrixValueSerializer and MatrixConverterMikhail Filippov
2017-08-10Uncomment fixed SizeConveter testsMikhail Filippov
2017-08-08Add implementation and tests for SizeValueSerializerMikhail Filippov
2017-08-07[msvc] Update csproj filesAlexander Köplinger
2017-08-07[bcl] Specify the name of the key file on the command line instead of using ↵Zoltan Varga
the AssemblyKeyFile attribute for consistency and to make it easier to do path name manipulation on the file name. (#5316)
2017-05-15[msvc] Update csproj files (#4846)monojenkins
2017-04-18[msvc] Update csproj files (#4711)monojenkins
2017-04-03Correctly detect relative Uri in package parts (#3630)Francois Botha
2017-03-16[WindowsBase] Rename method parameters to match .NET contractAlexander Köplinger
2017-01-17[msvc] Update csproj files (#4254)monojenkins
2017-01-17Clean up few warningsMarek Safar
2017-01-10[msvc] Update csproj files (#4221)monojenkins
2016-11-14[msvc] Update .csproj filesAlexander Köplinger
2016-10-29[bcl] Add NUnitHelper.cs with API not in nunit-liteMarcos Henrich
NUnitHelper.cs adds CollectionAssert, FileAssert, StringAssert. Also adds AssertHelper class with methods that are not part of nunitlite Assert class.
2016-10-17[build] Regenerate .csproj filesAlexander Köplinger
Note: DISABLE_CAS_USE was removed in ed989a8e9e5c170b6d19edc60bb80e8a4e6d5cc0
2016-10-11Making sure stream is closed when exception is thrownHenric Müller
Stream will never be closed if we throw exception in Open which leads to file being locked in Windows and that we leak file handles.
2016-10-11Setting Culture to en-us for ToStringTestHenric Müller
2016-10-11Make ZipSharp work on WindowsHenric Müller
This patch adds the zlib functions needed by ZipSharp to the VS MonoPosixHelper.def export file. This patch also changes the ZipSharp code to use different code paths depending on the size of the C long type on the underlying platform. On gcc/clang the C long type follows the bitness of the targeted architecture, it's 32-bit on 32-bit systems and 64-bit on 64-bit systems. With the VS compiler however, the C long type is always 32-bit regardless of the target architecture. zlib and minizip uses C long in a number of different function signatures and structs.
2016-05-31[WindowsBase] Fix off-by-one error in ZipTimeAlexander Köplinger
The date/time struct in zip.h defines the month value as uInt tm_mon; /* months since January - [0,11] */ .NET's DateTime object in turn stores months from 1-12. We didn't take this into account when passing the values from managed->native so the month ended up being off by one. We didn't use this codepath before https://github.com/mono/mono/pull/3036 that's why it didn't show up until now.
2016-05-31[WindowsBase] Fixes test assert expectation logicMarek Safar
2016-05-27[genproj] Do not use \r on the Unix parts of the build hook, add RabbitMQ hooksMiguel de Icaza
2016-05-25Merge pull request #3036 from tritao/windowsbase_zip_datetimeAlexander Köplinger
[WindowsBase] Fixed System.IO.Packaging creating Zip archive with wrong date time entries
2016-05-25[WindowsBase] Fix for the new .rels file when it's shorter than the old. A ↵Marek Safar
fix for #41203
2016-05-25[WindowsBase] Deal with deleted package parts. A patch from #41203Marek Safar
2016-05-23[System.IO.Compression] Fixed date time handling of Zip entries.Joao Matos
2016-05-19[msbuild projects] Use newlines without a carriage return for Unix targets ↵Miguel de Icaza
to appease MS msbuild
2016-05-19[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on ↵Miguel de Icaza
cyclic assemblies
2016-05-18genproj: Improve handling of executables and projects with build dependenciesMiguel de Icaza
2016-05-18[genproj] Updates to project generator and csproj files.Miguel de Icaza
* Adds support for a handful of new command line arguments that we now use in the build. * Always attempts to match to a project name, to get the proper project dependency. * Update to support .exe and .dll in the generation. * Remove warnings and some dead code * Update the resulting csproj files based on running: make update-csproj make package-inputs mono genproj.exe
2016-04-22[WindowsBase] Serialization fix of Int32Rect, Point, Rect, Size, Vector, ↵Kirill
Matrix (#2873) The problem is that private fields in described types doesn't start from _ prefix, but it should be so according to reference source. That's way MONO can't deserialize that types correctly if source stream was created by MS .NET binary serializer. This change is released under the MIT license.
2016-04-04[build] Change the way how mcs references are passed to compiler to always ↵Marek Safar
use full path. One of csc prerequisites because csc uses -lib as path which is considered after RuntimeEnvironment.GetRuntimeDirectory which makes -lib useless
2016-03-04[bcl] Ensure all .sources files have newline at the endAlexander Köplinger
It causes an issue with gensources.sh when using #include on Linux otherwise.
2016-02-20Add placeholders for missing methods:Frederik Carlier
* WSDualHttpBinding: Add additional constructor overloads to match .NET 4.5 * Dispatcher: Add support for the various InvokeAsync methods
2016-01-29Remove ChangeLog references from Makefile and .gitattributeAlexander Köplinger
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
We only use the net_4_x profile now so those csproj's don't make sense anymore.
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-08-18[WindowsBase] Fix PackagePart.GetRelationships for readonly filesash-lshift
Do not throw an exception when we are creating the PackageRelationship. We should only do that if the user tries to add a new one. Fixes https://bugzilla.novell.com/show_bug.cgi?id=675379
2015-07-26[bcl] Remove NET_4_0 defines from class libsAlexander Köplinger
NET_4_0 is always defined now, so the ifdefs are redundant. I verified the libs are exactly the same after this change, so this is effectively a no-op.
2015-06-16[WindowsBase] Fixed potential string overflow bug when getting Zip entry ↵João Matos
file length.
2015-06-16[WindowsBase] Fixed string buffer overflow when handling Zip entries.João Matos
Fixes NuGet package handling, see https://bugzilla.xamarin.com/show_bug.cgi?id=26205.
2015-06-09[system.xaml] Add ValueSerializerAttribute type forwarderMarek Safar
2015-06-08[windowsbase] Add ValueSerializerAttribute type forwarder. Fixes #30448Marek Safar
2015-03-17[genproj] Re-generated the class library projects.João Matos