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
path: root/mcs
AgeCommit message (Collapse)Author
2014-01-16profiles: define xammac (Xamarin.Mac) profileAaron Bockover
Based on the Mobile profile and modeled after the MonoDroid profile.
2014-01-16build: use MOBILE_DYNAMIC instead of MONODROIDAaron Bockover
Some conditional compilation shouldn't really be bound to MONODROID, instead add a new define that can be reused, MOBILE_DYNAMIC.
2014-01-16New test fileMarek Safar
2014-01-16[Microsoft.Build.Engine] Fix the escaping/unescaping of FullPath metadataAlan McGovern
It is incorrect to escape the FullPath metadata for a build item when we invoke GetEvaluatedMetadata. If we do this we end up completely breaking every file with a special character in it as things like this would always fail as we'd pass an escaped path to the filesystem: File.Exists (item.GetEvaluatedMetadata ("FullPath")) The iOS designer encountered this issue when we added retina images called "foo@2x.png" to our solution. With tests.
2014-01-15[mcs] Add additional l-value checks on member access properties as well. ↵Marek Safar
Fixes #9571
2014-01-15[mcs] Import extension methods dynamic generic arguments correctly.Marek Safar
2014-01-14[corlib] Improve 85aaf9b07485d5253de4c142985e32b00ad19347 changeMarek Safar
2014-01-14Add support for stdout returnsMiguel de Icaza
2014-01-14The monotouch_runtime profile needs the DISABLE_COM flag too.Rolf Bjarne Kvinge
2014-01-14Add missing (new) file for System.Net.Http.dll (monotouch build)Sebastien Pouliot
2014-01-14The monotouch_runtime profile needs the DISABLE_REMOTING flag.Rolf Bjarne Kvinge
Since the corresponding mono runtime being used has also disabled remoting.
2014-01-14[mcs] Disable container definition check on platforms which don't support itMarek Safar
2014-01-14[linker] Add missing descriptorsMarek Safar
2014-01-14The mobile profile can support IBindingRuntimePreferences on WebHttpBinding. ↵Sebastien Pouliot
Fix one S.SM.W unit test failure for XI
2014-01-14There's no need for those special NET_2_1 cases (not using ↵Sebastien Pouliot
NameValueCollection like MS) anymore and it fixes 7 S.SM.W unit tests failures for XI (e.g. case sensitiveness)
2014-01-14There's no need for those special NET_2_1 cases (excluding System.Char) ↵Sebastien Pouliot
anymore and it fixes 6 S.SM.W unit tests failures for XI.
2014-01-14[test] Disable a test for XI (only) as it does not support dynamic proxy ↵Sebastien Pouliot
code generation
2014-01-14Fixes failing testMarek Safar
2014-01-14[build] Add Microsoft.CSharp to monotouch profileMarek Safar
2014-01-14[System] Use generic equality comparer in Find/FindLast methods. Fixes #5245Marek Safar
2014-01-13[xbuild] Add 4.0 client profileMichael Hutchinson
BXC1426 - xbuild should include the ".NET 4.0 client" framework profile
2014-01-13[xbuild] 4.0 test targets go in 4.5 profileMichael Hutchinson
2014-01-13[sdb] Fix setting of byref variables in registers. Fixes #17185.Zoltan Varga
2014-01-13Merge pull request #844 from scottmcarthur/masterMarek Safar
Check for null item in BindingList<T>.InsertItem
2014-01-13Tests updateMarek Safar
2014-01-13[System.Net.Http] Add parsing of multi-value strings. Fixes #17132Marek Safar
2014-01-13allow users to specify a suspension policy when enabling an eventLucas Meijer
2014-01-13Quickfix for transactions timing out and not committing when ↵Thong Nguyen
PreparingEnlistment.Done is called instead of PreparingEnlistment.Prepared
2014-01-12Merge pull request #870 from wayoutmind/masterMarek Safar
[system] Add IsIPv6Teredo to System.Net.IpAddress
2014-01-12[xbuild] Properly disable tests on 4.0 framework profileMichael Hutchinson
2014-01-12[xbuild] Tests need older MSBuild targetsMichael Hutchinson
2014-01-12Merge pull request #869 from alistair/copyfileRodrigo Kumpera
Don't raise an exception if we can't find the src assembly on a shadow copy appdomain
2014-01-12[system] Add IsIPv6Teredo to System.Net.IpAddressFredrick Galoso
Adds support for checking for an IPv6 Teredo address, introduced in .NET Framework 4.
2014-01-11Don't raise an exception if we can't find the src assembly.Alistair Bush
These changes are released under the MIT license.
2014-01-10mono-api-info: avoid NumberOverflowAaron Bockover
GetFlaggedEnumValue converts values to Int64 which can cause a NumberOverflow exception when the value is too large to fit (e.g. a large UInt64). Special case UInt64 values for now (duplicates the logic, which sucks).
2014-01-10[csharp] do not try to read 0 characters for a stringMiguel de Icaza
2014-01-10[csharp] Make the stream reader iterate until all data has been readMiguel de Icaza
2014-01-10Add new --client/--server[=server[:port] support for the shellMiguel de Icaza
2014-01-10update copyrightMiguel de Icaza
2014-01-10[mcs] Check type of index used in pointer array aritmetic. Fixes #17145Marek Safar
2014-01-10[corlib] Hunting down rare Task.WaitAll raceMarek Safar
2014-01-10fix build.Atsushi Eno
2014-01-10[mdoc] Update expected result xml templatesMarek Safar
2014-01-10fix bug #11335.Atsushi Eno
2014-01-10Fix bug #11336.Atsushi Eno
2014-01-10[System.Core] Update MonoTouch System.Linq.Expression to be 4.5 compatibleMarek Safar
2014-01-10[mcs] Add missing object to dynamic conversion for imported typesMarek Safar
2014-01-10[xbuild] Do not allow running tests or installing exe w/4.0 profileMichael Hutchinson
It's not a usable MSBuild 4.0 toolset, that's in the 4.5 profile directory.
2014-01-10[xbuild] The 4.0 toolset is in the 4.5 directoryMichael Hutchinson
2014-01-10[xbuild] Reorganize xbuild targets/frameworks/bin dataMichael Hutchinson
They had been squashed into one single source directory despite being installed into very different locations. Made it easier to follow what's what by separating them into: * data: targets and data files for xbuild bin directory * targets: misc pcl/web targets for extension directory * frameworks: framework definitions