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/class
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-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-14[corlib] Improve 85aaf9b07485d5253de4c142985e32b00ad19347 changeMarek Safar
2014-01-14Add missing (new) file for System.Net.Http.dll (monotouch build)Sebastien Pouliot
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[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-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-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-10[corlib] Hunting down rare Task.WaitAll raceMarek Safar
2014-01-10fix build.Atsushi Eno
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[xbuild] The 4.0 toolset is in the 4.5 directoryMichael Hutchinson
2014-01-09[System.Core] Add dynamic interpreterMarek Safar
2014-01-09[dlr] Better FEATURE_REFEMIT checksMarek Safar
2014-01-09[corlib] Add an exhaustive regression test for file sharing and File.Move.Rodrigo Kumpera
2014-01-08[xbuild] Suppress new window for child processesMichael Hutchinson
BXC14584 - Console windows pop up during build with mono runtime
2014-01-08[xbuild] Fix the xbuild 12 testsMichael Hutchinson
2014-01-08[xbuild] Remove Silverlight targets, they don't work w/o frameworkMichael Hutchinson
2014-01-08[xbuild] Fix 12.0 toolset location and public APIMichael Hutchinson
2014-01-08[xbuild] MSBuild 12 toolset should be available for XBUILD_12Michael Hutchinson
2014-01-08[xbuild] Build & install MSBuild 12.0 assembliesMichael Hutchinson
2014-01-07[PCL]: Add ReadOnlyDictionary type-forwarder for XI. Fixes #16951.Martin Baulig
2014-01-07Fix mobile builds.Atsushi Eno
2014-01-07Allow creating MemoryMappedFiles with an in-memory and on-disk capacity of ↵Alex Rønne Petersen
zero on Unix. This is necessary to map special files such as /dev/mem.
2014-01-06[corlib] Mark all promise-style task exceptions observed. Fixes #17015Marek Safar
2014-01-06[rx][iOS] Do not try to generate doc comments with build properties, they ↵Atsushi Eno
don't work so far.
2014-01-06[System.Web] Clean up assembly level attributes.Marek Safar
2014-01-05[sdb] Add async variants to the InvokeMethod methods.Zoltan Varga
2014-01-04[corlib] Update datetime patters. Fixes #17044Marek Safar
2014-01-04Merge pull request #858 from madewokherd/datavisMarek Safar
System.Windows.Forms.DataVisualization fixes
2014-01-04Merge pull request #859 from antoniusriha/groupDescriptionMarek Safar
Implement GroupDescription based on moonlight implementation
2014-01-04[sdb] The sdb library depends on Process.Start returning a Process object, ↵Rodrigo Kumpera
so force UseShellExecute to false. This fixes a massive breakage on wrench.
2014-01-04Implement GroupDescription based on moonlight implementationAntonius Riha
2014-01-03Avoid infinite loop in property getter.Vincent Povirk
This commit licensed as MIT/X11.
2014-01-03Change System.Windows.Forms.DataVisualization PKT to match Windows.Vincent Povirk
This commit licensed as MIT/X11.