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
AgeCommit message (Expand)Author
2014-02-19[xbuild] Exists should be false for empty valuesMichael Hutchinson
2014-01-16[Microsoft.Build.Engine] Fix the escaping/unescaping of FullPath metadataAlan McGovern
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
2013-12-06Fix build.Atsushi Eno
2013-12-05In ConsoleLogger, add workaround for bogus use of EventSource senders in MS.B...Atsushi Eno
2013-12-04[xbuild]: Check a <Target>'s "Returns" first, then fall-back to "Outputs".Martin Baulig
2013-12-04[xbuild]: Provide diagnostic logging of all executed targets.Martin Baulig
2013-12-04[xbuild]: Allow expressions inside a dynamic <ItemGroup>'s metadata.Martin Baulig
2013-12-03ConsoleLogger is now parallel build ready.Atsushi Eno
2013-12-03Reuse logger types in Microsoft.Build.dll.Atsushi Eno
2013-12-03[xbuild]: Implement task batching for properties; fixes #16403.Martin Baulig
2013-10-04[xBuild] Don't set any VisualStudioVersionGustavo Guerra
2013-10-02[xBuild] Add missing VisualStudioVersion propety which was introduced in VS2012Gustavo Guerra
2013-10-02[xBuild] Fix use of properties in project references when those properties us...Gustavo Guerra
2013-09-30[xBuild] Fix Import elements with the combination of wildcards and absolute p...Gustavo Guerra
2013-09-30[xBuild] Support for ImportGroup elementGustavo Guerra
2013-09-30[xBuild] Suport >= in string conditionsGustavo Guerra
2013-09-30[xBuild] Support use of properties defined in Choose elements in project refe...Gustavo Guerra
2013-09-30[xBuild] Support ToolsVersion 12Gustavo Guerra
2013-08-29Fixed bug #14295 - Project.Load incorrectly resets the FullFileName propertyLluis Sanchez
2013-05-25[xbuild]: Fix conditions for <ItemGroup> inside <Target>.Martin Baulig
2013-05-23Ooops, variance is not available in 3.5.Martin Baulig
2013-05-23[xbuild]: Fix task batching for <ItemGroup> inside <Target>.Martin Baulig
2013-04-05[xbuild]: Support <PropertyGroup/ItemGroup> inside <Target>.Martin Baulig
2013-03-07[xbuild] Replace string.ToLower() comparison with OrdinalIgnoreCase comparisonJonathan Pryor
2013-01-11[msbuild] Fix import set to expected path when invalid imports are allowed.Atsushi Eno
2012-09-17[Microsoft.Build.Engine] Add a testcase for bxc#1862Andres G. Aragoneses
2012-09-17[Microsoft.Build.Engine] Allow ItemGroup items inside Target itemsAndres G. Aragoneses
2012-09-15[Microsoft.Build.BuildEngine] More NET_2_0 removalAndres G. Aragoneses
2012-09-15Microsoft.Build.Engine: Remove deprecated NET_2_0 conditionalsAndres G. Aragoneses
2012-09-15[Microsoft.Build.BuildEngine] Remove dead filesAndres G. Aragoneses
2012-08-23MSBuild.Engine: use a buildtask enumerator that throws exceptionsAndres G. Aragoneses
2012-07-20[MSBuild] Fix wildcard parsing such as Include="dir\**"Andreia Gaita
2012-07-01[Xbuild] Use OrdinalIgnoreCase not InvariantCultureIgnoreCaseAlan McGovern
2012-05-31Fixed regressions in Microsoft.Build.BuildEngineJeffrey Stedfast
2012-04-26[xbuild] We still need to throw if we fail to import something.Jeffrey Stedfast
2012-04-10[xbuild] Don't evaluate an import unless the file actually existsJeffrey Stedfast
2011-03-11[xbuild] Throw ArgumentNullException if target name is nullAnkit Jain
2011-03-11[xbuild] Don't report Imports ignored because of false conditions.Ankit Jain
2011-03-11[xbuild] Set ProjectFile and TargetName metadata on target outputs.Ankit Jain
2011-03-11[xbuild] Handle unknown exceptions.Ankit Jain
2011-03-11[xbuild] Function names are case insensitive.Ankit Jain
2011-03-11[xbuild] Evaluate Import with MSBuildThisFile* properties set.Ankit Jain
2011-03-08[xbuild] Implement FileLogger . Fix #676650 .Ankit Jain
2011-03-08[xbuild] ConsoleLogger - parse params only on Initialize.Ankit Jain
2011-03-04[xbuild] LogExtensions.LogError - disambiguate.Ankit Jain
2011-03-04[xbuild] Add missing api for Target.Ankit Jain
2011-03-03[xbuild] Fix bug #676671. Raise AnyEvent .Ankit Jain
2011-03-03[xbuild] Add support for wildcards in Import.Ankit Jain