Merge pull request #901 from Blewzman/FixAggregateExceptionGetBaseException
[mono.git] / mcs / class / Microsoft.Build / Microsoft.Build.Internal / BuildEngine4.cs
2014-02-18 Marek SafarMerge pull request #901 from Blewzman/FixAggregateExcep...
2014-02-17 Marek SafarMerge pull request #900 from Blewzman/FixAggregateExcep...
2014-02-12 Miguel de IcazaMerge pull request #820 from brendanzagaeski/master
2014-02-12 Miguel de IcazaMerge pull request #819 from brendanzagaeski/patch-1
2014-02-12 Miguel de IcazaMerge pull request #796 from alesliehughes/master
2014-02-12 Miguel de IcazaMerge pull request #778 from cmorris98/master
2014-02-12 Miguel de IcazaMerge pull request #835 from HorstKakuschke/master
2014-02-07 Sebastien PouliotMerge pull request #829 from symform/httpwebreq-async-ssl
2014-02-07 Martin MidtgaardMerge branch 'BigIntegerParse'
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 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 Enocomment out error check on Inputs/Outputs mismatch.
2014-01-23 Atsushi Enoimplement OnError on target.
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 EnoBuildEngine4 must not be reused as IBuildEngine when...
2014-01-07 Atsushi Enoskip Condition and ContinueOnError as task parameters...
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-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 EnoTarget items related fixes - give diagnostic outputs...
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 EnoProjectTaskOutputPropertyInstance was not appropriately...
2013-12-03 Atsushi EnoMake sure to use BuildNodeManager in any build run...
2013-12-03 Atsushi EnoAny errors inside BuildEngine build could be logged...
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 EnoHandle target Inputs and Outputs so that extra targets...
2013-12-03 Atsushi EnoEvaluate Target Condition too.
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 EnoAdd more diagnostic logging in BuildEngine4.
2013-12-03 Atsushi EnoAdd and use BuildAbortedException.
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 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 EnoFix possible NRE on null Location.
2013-12-03 Atsushi Enoimplement ProjectIntance.AddItem().
2013-12-03 Atsushi EnoUse ContinueOnError property on BuildEngine itself.
2013-12-03 Atsushi EnoSet Task properties before running it, and get output...
2013-12-03 Atsushi Enoworkaround threading by Task isse. Also fix regression...
2013-12-03 Atsushi Enoongoing task database implementation.
2013-12-03 Atsushi Enoimplement basic node management skeleton (which does...
2013-12-03 Atsushi EnoOngoing build engine implementation and some fixes...
2013-12-03 Atsushi EnoAdd IBuildEngine implementation, required to expose...
2013-12-02 Atsushi EnoTarget items related fixes - give diagnostic outputs...
2013-11-29 Atsushi EnoFixed Task output item string result creator and fixed...
2013-11-29 Atsushi EnoEmpty items could still slipped in when converting...
2013-11-29 Atsushi EnoMake sure to raise matching TaskFinished event.
2013-11-29 Atsushi EnoWhile converting string to array, trim each element...
2013-11-29 Atsushi Enoimplement "skip target due to previous success" feature.
2013-11-29 Atsushi EnoProjectTaskOutputPropertyInstance was not appropriately...
2013-11-29 Atsushi EnoMake sure to use BuildNodeManager in any build run...
2013-11-29 Atsushi EnoAny errors inside BuildEngine build could be logged...
2013-11-29 Atsushi EnoMake sure to fire TargetFinished event in any result...
2013-11-29 Atsushi Enocouple of minor refactoring and warnings cleanup.
2013-11-29 Atsushi Enodo not try to evaluate and set non-required and empty...
2013-11-29 Atsushi EnoHandle target Inputs and Outputs so that extra targets...
2013-11-29 Atsushi EnoEvaluate Target Condition too.
2013-11-29 Atsushi EnoProjectInstance never had valid ToolsVersion because...
2013-11-29 Atsushi EnoFix ProjectInstance.ToolsVersion, never returned valid...
2013-11-29 Atsushi EnoCheck Condition on task parameter before trying to...
2013-11-29 Atsushi EnoWell-Known metadata support is now in ProjectItemInstan...
2013-11-29 Atsushi EnoSplit lengthy DoBuildTarget() function into understanda...
2013-11-29 Atsushi EnoAdd more diagnostic logging in BuildEngine4.
2013-11-29 Atsushi EnoAdd and use BuildAbortedException.
2013-11-29 Atsushi EnoFilter out empty strings in split item array.
2013-11-29 Atsushi EnoTask parameters has to be expanded before being applied...
2013-11-29 Atsushi Enoseveral BuildEngine4 fixes.
2013-11-29 Atsushi EnoEvaluate and include property and item on <Target>...
2013-11-29 Atsushi EnoFix ContinueOnError evaluation (was almost always true...
2013-11-29 Atsushi Enohandle Target/@DependsOnTargets. To make it possible...
2013-11-29 Atsushi EnoFix possible NRE on null Location.
2013-11-29 Atsushi Enoimplement ProjectIntance.AddItem().
2013-11-29 Atsushi EnoUse ContinueOnError property on BuildEngine itself.
2013-11-29 Atsushi EnoSet Task properties before running it, and get output...
2013-11-29 Atsushi Enoworkaround threading by Task isse. Also fix regression...
2013-11-29 Atsushi Enoongoing task database implementation.
2013-11-29 Atsushi Enoimplement basic node management skeleton (which does...
2013-11-29 Atsushi EnoOngoing build engine implementation and some fixes...
2013-11-29 Atsushi EnoAdd IBuildEngine implementation, required to expose...