[corlib] Clean up array binary search argument checks
[mono.git] / mcs / class / Microsoft.Build /
2014-01-30 Michael HutchinsonMerge pull request #880 from awinters-fvs/xbuild/make...
2014-01-30 Alex Rønne PetersenMerge pull request #882 from jgagnon/master
2014-01-24 Atsushi EnoFix build (and cosmetic code formatting).
2014-01-24 Atsushi Enoremove private msbuild hacking project files.
2014-01-24 Atsushi EnoMerge branch 'msbuilddll2'
2014-01-24 Atsushi EnoLog target build error.
2014-01-24 Atsushi EnoMake sure to fail build when exception is thrown while...
2014-01-24 Atsushi Enoadd comment on MSB4057.
2014-01-23 Atsushi Enoupdate .csproj.
2014-01-23 Atsushi EnoAdd BuildRequestDataTest and fixed some .NET compatibil...
2014-01-23 Atsushi EnoCheck null buildTargets at BuildRequestData. But not...
2014-01-23 Alex Rønne PetersenMerge pull request #735 from wtfrank/bitblt
2014-01-23 Atsushi EnoPath existence and lookup is now based on insensitive...
2014-01-23 Atsushi Enocomment out error check on Inputs/Outputs mismatch.
2014-01-23 Atsushi Enoimplement OnError on target.
2014-01-23 Atsushi EnoExists() needs to normalize Windows path first.
2014-01-23 Atsushi EnoDefaultTargets must be first picked up from imports...
2014-01-23 Atsushi Enoproperty name comparison should be done in case insensi...
2014-01-17 Marek SafarMerge pull request #868 from mariokmk/master
2014-01-17 Alex Rønne PetersenMerge pull request #856 from madewokherd/textcontrol
2014-01-17 Alex Rønne PetersenMerge pull request #861 from RobertZenz/patch-1
2014-01-13 Marek SafarMerge pull request #844 from scottmcarthur/master
2014-01-07 Michael Hutchinson[xbuild] Fix the xbuild 12 tests
2014-01-07 Michael Hutchinson[xbuild] Fix 12.0 toolset location and public API
2014-01-07 Michael Hutchinson[xbuild] Build & install MSBuild 12.0 assemblies
2014-01-07 Atsushi EnoMerge branch 'msbuilddll2' of https://github.com/atsush...
2014-01-07 Atsushi EnoBuildEngine4 must not be reused as IBuildEngine when...
2014-01-07 Atsushi Enoskip Condition and ContinueOnError as task parameters...
2014-01-07 Atsushi EnoMerge branch 'master' into msbuilddll2
2014-01-07 Atsushi EnoAdd test for DefaultTargets handling with imports.
2014-01-07 Atsushi EnoAdd logger related tests (to sort out those Loggers...
2014-01-07 Atsushi EnoRevert "Remove private sln/csproj files."
2014-01-07 Atsushi EnoBuildEngine4 must not be reused as IBuildEngine when...
2014-01-07 Atsushi Enoskip Condition and ContinueOnError as task parameters...
2014-01-07 Atsushi EnoEvaluate Condition each Import within ImportGroup.
2014-01-03 Michael HutchinsonMerge pull request #822 from carlosmn/asp-pc
2013-12-12 Zoltan VargaMerge pull request #806 from AxlPr/master
2013-12-09 Atsushi EnoMerge pull request #830 from akoeplinger/fix-net40...
2013-12-08 Alexander KöplingerFix NET_4_0 tests build by correcting accessibility...
2013-12-08 Marek SafarMerge pull request #817 from desdesdes/master
2013-12-03 Alex Rønne PetersenMerge branch 'armhf' of github.com:alexrp/mono
2013-12-03 Atsushi EnoRemove private sln/csproj files.
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi EnoAdd missing exception types.
2013-12-03 Atsushi EnoProjectCollection.DefaultToolsVersion is settable.
2013-12-03 Atsushi EnoSome parser error message got source string for Conditi...
2013-12-03 Atsushi EnoTarget items related fixes - give diagnostic outputs...
2013-12-03 Atsushi EnoEnable parallel build test, with successful command...
2013-12-03 Atsushi EnoFixed Task output item string result creator and fixed...
2013-12-03 Atsushi EnoEmpty items could still slipped in when converting...
2013-12-03 Atsushi EnoMake sure to raise matching TaskFinished event.
2013-12-03 Atsushi EnoWhile converting string to array, trim each element...
2013-12-03 Atsushi Enoimplement "skip target due to previous success" feature.
2013-12-03 Atsushi EnoImprove item evaluation whitespace handling.
2013-12-03 Atsushi Enodisable parallel build test because it is ConsoleLogger...
2013-12-03 Atsushi EnoProjectTaskOutputPropertyInstance was not appropriately...
2013-12-03 Atsushi EnoMake sure to use BuildNodeManager in any build run...
2013-12-03 Atsushi EnoLoadProject() should add the loaded project to the...
2013-12-03 Atsushi EnoAny errors inside BuildEngine build could be logged...
2013-12-03 Atsushi EnoGive Project FullPath a unique name for each test so...
2013-12-03 Atsushi EnoMake sure to fire TargetFinished event in any result...
2013-12-03 Atsushi Enocouple of minor refactoring and warnings cleanup.
2013-12-03 Atsushi Enodo not try to evaluate and set non-required and empty...
2013-12-03 Atsushi Enofix test file name.
2013-12-03 Atsushi EnoHandle target Inputs and Outputs so that extra targets...
2013-12-03 Atsushi EnoFor Condition, "yes", "no", "on" and "off" are also...
2013-12-03 Atsushi EnoFor ItemType-less metadata expression, apply all items...
2013-12-03 Atsushi EnoEvaluate Target Condition too.
2013-12-03 Atsushi EnoMake use of XBUILD_FRAMEWORK_FOLDERS_PATH in GetReferen...
2013-12-03 Atsushi Enoimplement MetadataAccessExpression evaluate methods.
2013-12-03 Atsushi EnoProjectInstance never had valid ToolsVersion because...
2013-12-03 Atsushi EnoFix ProjectInstance.ToolsVersion, never returned valid...
2013-12-03 Atsushi EnoCheck Condition on task parameter before trying to...
2013-12-03 Atsushi EnoWell-Known metadata support is now in ProjectItemInstan...
2013-12-03 Atsushi EnoSplit lengthy DoBuildTarget() function into understanda...
2013-12-03 Atsushi EnoProject.GetItems() and ProjectInstance.GetItems() are...
2013-12-03 Atsushi Enoadd some workaround for "PLATFORM" property that should...
2013-12-03 Atsushi Enoimplement UnloadProject().
2013-12-03 Atsushi EnoSTRING_LITERAL could contain expandable expressions...
2013-12-03 Atsushi Enoremove redundant "throw NIE".
2013-12-03 Atsushi Enoimplement ExpressionParserManual.EvaluateMetadataExpres...
2013-12-03 Atsushi EnoForgot to rename namespace in .jay.
2013-12-03 Atsushi EnoFor expression stuff, change namespace to MS.Build...
2013-12-03 Atsushi EnoAdd more diagnostic logging in BuildEngine4.
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi EnoAdd and use BuildAbortedException.
2013-12-03 Atsushi Enoimplement ProjectInstance.GetItems() which is now actua...
2013-12-03 Atsushi EnoFilter out empty strings in split item array.
2013-12-03 Atsushi EnoTask parameters has to be expanded before being applied...
2013-12-03 Atsushi Enoseveral BuildEngine4 fixes.
2013-12-03 Atsushi EnoFix namespace.
2013-12-03 Atsushi Enouse ConcurrentQueue in BuildNodeManager.
2013-12-03 Atsushi Enofix class visibility.
2013-12-03 Atsushi Enodump possible build node exceptions that would have...
2013-12-03 Atsushi EnoEvaluate and include property and item on <Target>...
2013-12-03 Atsushi EnoFix ContinueOnError evaluation (was almost always true...
2013-12-03 Atsushi Enohandle Target/@DependsOnTargets. To make it possible...
2013-12-03 Atsushi Enomake locations internal in NET_4_0.
2013-12-03 Atsushi EnoNo need to fill UsingTaskElement content here. Load...
2013-12-03 Atsushi EnoFix bogus expression tokenizer that failed at parenthes...
next