The monotouch_runtime profile needs the DISABLE_COM flag too.
[mono.git] / mcs /
2014-01-14 Rolf Bjarne KvingeThe monotouch_runtime profile needs the DISABLE_COM...
2014-01-14 Sebastien PouliotAdd missing (new) file for System.Net.Http.dll (monotou...
2014-01-14 Rolf Bjarne KvingeThe monotouch_runtime profile needs the DISABLE_REMOTIN...
2014-01-14 Marek Safar[mcs] Disable container definition check on platforms...
2014-01-14 Marek Safar[linker] Add missing descriptors
2014-01-14 Sebastien PouliotThe mobile profile can support IBindingRuntimePreferenc...
2014-01-14 Sebastien PouliotThere's no need for those special NET_2_1 cases (not...
2014-01-14 Sebastien PouliotThere's no need for those special NET_2_1 cases (exclud...
2014-01-14 Sebastien Pouliot[test] Disable a test for XI (only) as it does not...
2014-01-14 Marek SafarFixes failing test
2014-01-14 Marek Safar[build] Add Microsoft.CSharp to monotouch profile
2014-01-14 Marek Safar[System] Use generic equality comparer in Find/FindLast...
2014-01-13 Michael Hutchinson[xbuild] Add 4.0 client profile
2014-01-13 Michael Hutchinson[xbuild] 4.0 test targets go in 4.5 profile
2014-01-13 Zoltan Varga[sdb] Fix setting of byref variables in registers....
2014-01-13 Marek SafarMerge pull request #844 from scottmcarthur/master
2014-01-13 Marek SafarTests update
2014-01-13 Marek Safar[System.Net.Http] Add parsing of multi-value strings...
2014-01-13 Zoltan VargaMerge pull request #872 from Unity-Technologies/upstrea...
2014-01-13 Lucas Meijerallow users to specify a suspension policy when enablin...
2014-01-13 Marek SafarMerge pull request #871 from tumtumtum/master
2014-01-12 Thong NguyenQuickfix for transactions timing out and not committing...
2014-01-12 Marek SafarMerge pull request #870 from wayoutmind/master
2014-01-12 Michael Hutchinson[xbuild] Properly disable tests on 4.0 framework profile
2014-01-12 Michael Hutchinson[xbuild] Tests need older MSBuild targets
2014-01-12 Rodrigo KumperaMerge pull request #869 from alistair/copyfile
2014-01-12 Fredrick Galoso[system] Add IsIPv6Teredo to System.Net.IpAddress
2014-01-11 Alistair BushDon't raise an exception if we can't find the src assembly.
2014-01-10 Aaron Bockovermono-api-info: avoid NumberOverflow
2014-01-10 Miguel de Icaza[csharp] do not try to read 0 characters for a string
2014-01-10 Miguel de Icaza[csharp] Make the stream reader iterate until all data...
2014-01-10 Miguel de IcazaAdd new --client/--server[=server[:port] support for...
2014-01-10 Miguel de Icazaupdate copyright
2014-01-10 Marek Safar[mcs] Check type of index used in pointer array aritmet...
2014-01-10 Marek Safar[corlib] Hunting down rare Task.WaitAll race
2014-01-10 Atsushi Enofix build.
2014-01-10 Marek Safar[mdoc] Update expected result xml templates
2014-01-10 Atsushi Enofix bug #11335.
2014-01-10 Atsushi EnoFix bug #11336.
2014-01-10 Marek Safar[System.Core] Update MonoTouch System.Linq.Expression...
2014-01-10 Marek Safar[mcs] Add missing object to dynamic conversion for...
2014-01-10 Michael Hutchinson[xbuild] Do not allow running tests or installing exe...
2014-01-10 Michael Hutchinson[xbuild] The 4.0 toolset is in the 4.5 directory
2014-01-10 Michael Hutchinson[xbuild] Reorganize xbuild targets/frameworks/bin data
2014-01-09 Marek Safar[System.Core] Add dynamic interpreter
2014-01-09 Marek Safar[dlr] Better FEATURE_REFEMIT checks
2014-01-09 Rodrigo Kumpera[corlib] Add an exhaustive regression test for file...
2014-01-08 Marek Safar[mcs] Suport recursive references of non-FX assemblies
2014-01-08 Michael Hutchinson[xbuild] Suppress new window for child processes
2014-01-07 Michael Hutchinson[xbuild] Fix the xbuild 12 tests
2014-01-07 Michael Hutchinson[xbuild] Add binding redirects so old tasks work w...
2014-01-07 Michael Hutchinson[xbuild] Remove Silverlight targets, they don't work...
2014-01-07 Michael Hutchinson[xbuild] Set correct DefaultToolsVersion for xbuild 12
2014-01-07 Michael Hutchinson[xbuild] Fix 12.0 toolset location and public API
2014-01-07 Michael Hutchinson[xbuild] Fix 12.0 tasks
2014-01-07 Michael Hutchinson[xbuild] MSBuild 12 toolset should be available for...
2014-01-07 Michael Hutchinson[xbuild] Update printed version/copyright
2014-01-07 Michael Hutchinson[xbuild] Install data files for xbuild 12
2014-01-07 Michael Hutchinson[xbuild] Build & install MSBuild 12.0 assemblies
2014-01-07 Martin Baulig[PCL]: Add ReadOnlyDictionary type-forwarder for XI...
2014-01-07 Atsushi EnoFix mobile builds.
2014-01-06 Alex Rønne PetersenAllow creating MemoryMappedFiles with an in-memory...
2014-01-06 Zoltan VargaMerge pull request #865 from madewokherd/icallinit
2014-01-06 Marek Safar[corlib] Mark all promise-style task exceptions observe...
2014-01-06 Atsushi Eno[rx][iOS] Do not try to generate doc comments with...
2014-01-06 Marek Safar[mcs] Emit Debuggable attribute. Fixes #16924
2014-01-06 Marek Safar[System.Web] Clean up assembly level attributes.
2014-01-06 Marek Safar[mcs] Method group caching needs to consider type argum...
2014-01-06 Marek SafarNew test
2014-01-05 Zoltan VargaMerge pull request #852 from ranma42/abc-64bits
2014-01-05 Zoltan Varga[sdb] Add async variants to the InvokeMethod methods.
2014-01-04 Marek Safar[corlib] Update datetime patters. Fixes #17044
2014-01-04 Marek Safar[mcs] Type arguments resolve failure needs to be report...
2014-01-04 Marek Safar[mcs] Better check for value type base call. Fixes...
2014-01-04 Marek Safar[mcs] Await flow analysis uses resolved expression...
2014-01-04 Marek SafarMerge pull request #858 from madewokherd/datavis
2014-01-04 Marek SafarMerge pull request #859 from antoniusriha/groupDescription
2014-01-03 Rodrigo Kumpera[sdb] The sdb library depends on Process.Start returnin...
2014-01-03 Antonius RihaImplement GroupDescription based on moonlight implement...
2014-01-03 Vincent PovirkAvoid infinite loop in property getter.
2014-01-03 Vincent PovirkChange System.Windows.Forms.DataVisualization PKT to...
2014-01-03 Michael HutchinsonMerge pull request #822 from carlosmn/asp-pc
2014-01-03 Michael HutchinsonMerge pull request #849 from antoniusriha/pcCacheBug
2014-01-02 Rodrigo KumperaMerge pull request #838 from desdesdes/master
2014-01-02 Bart VriesImplementation of System.Reflection.ParameterInfo.HasDe...
2014-01-02 Antonius RihaRemove obsolete pc infos from pc cache on Update()
2014-01-02 Antonius RihaRemove redundant pc info store.
2014-01-02 Antonius RihaAdd a test for PcFileCache.GetPackages()
2014-01-02 Antonius RihaSetup PcFileCache stubs and ctor tests
2014-01-02 Antonius RihaMove internals from Microsoft.Build.Tasks to new dll...
2014-01-02 Marek Safar[mcs] Don't wrap reference type values in explicit...
2014-01-02 Marek SafarMerge pull request #855 from echampet/spec
2014-01-02 Marek SafarMerge pull request #854 from antoniusriha/sortDescription
2014-01-02 Marek Safar[eval] Consider base type members in tab completion
2014-01-02 Antonius RihaMake empty SortDescriptionCollection read-only.
2014-01-02 Antonius RihaAdd tests for empty, non-modifiable SortDesriptionColle...
2014-01-02 Marek Safar[mcs] Restore async modifiers context after nested...
2014-01-02 Marek Safar[corlib] Promise style tasks cannot be started manually...
2014-01-01 Marek Safar[system] Make ICommand 4.5 profile only
2014-01-01 Marek Safar[corlib] Thread.GetNamedDataSlot allocates slot on...
next